-
Notifications
You must be signed in to change notification settings - Fork 150
Release/2.0.0 #858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
cmastudios
wants to merge
64
commits into
master
Choose a base branch
from
release/2.0.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Release/2.0.0 #858
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix stack trace when players click with no block selected * Fix zone reset error caused by earlier commit
This prevents leaves/mushroom/etc from growing inside flags, monuments, cakes, bombs, spawns, etc. Trees can still be grown around the perimeter of such strucures, but all blocks generated will be in breakable areas.
Roundabout fix but it solves the issue with smuggling items without requiring an additional setting
When a player enters an example zone named "Castle_Wars", the following permissions are granted: - war.playing (Added for any zone) - war.playing.castle_wars (Added for this zone, formed by the lower case of the zone name) To grant additional permissions from these, such as 'crackshot.use', you should modify Bukkit's permissions.yml to create a parent node for either war.playing or the zone-specific node with child nodes. http://bukkit.gamepedia.com/Permissions.yml Example: war.playing: description: Allow use of gun plugins inside war zones only default: false children: crackshot.use: true war.playing.castle_wars: description: Allow use of craft book elevators inside Castle_Wars only default: false children: craftbook.use: true
/teamcfg loadout:banned will define a set of item types that will be prohibited from entering a warzone when using playerInvAsDefault or otherwise.
Documentation coming soon :)
I swear this took longer than the capture points I added earlier :/ This spawns the paintings in the sky somewhere first, so kinda depends on server admins not building here :D
Needs testing, @dylanhansch @kugick ? :D
* Now gives one point every interval * New setting: capturepointtime * i18n
This allows a prep time to be added IN SECONDS!!!! so /zonecfg preptime:<amount of time in secconds>
Breaking, now requires WorldEdit newer than Oct. 18, 2018
Now works for 7.0.0-beta-01
By deleting the entire unused methods
Fix a lot of errors for updating to 1.13
Spout has been dead for 5 years
TagAPI has been dead for several years. Also upgrade Java to 1.8, why not.
Breaks backwards compatibility, but the material changes already did that so whatever. Replaces deprecated durability and tile entity serialisation with BlockData serialisation. Optimises space by caching all used type/data strings.
…ompatible. New starts of War 2.0 will now give server admins a chance to go in and /savezone each of their warzones which will complete the conversion to the new format. Note however that the admins must reset each zone using War 1.9 first.
Honestly everyone should be using war.zonemaker by now.
Zone database structure update
Closes #851
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.