Skip to content
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

Rewrite UUID upgrade code using Mojang API #774

Open
wants to merge 4,328 commits into
base: 2.x
Choose a base branch
from
Open

Rewrite UUID upgrade code using Mojang API #774

wants to merge 4,328 commits into from

Conversation

chrisgward
Copy link
Member

Doing this as a PR so there is a bit of scrutiny by @khobbits before it is merged. Uses Mojang API. The diff is ugly, so consider looking at the file directly

chrisgward and others added 30 commits December 26, 2013 01:19
Message permission will allow rough nick matches and wildcards, while pay will only allow wildcards.
Change things so unit testing can run after Bukkit's breaking commit with classloader stuff
Unsafe code is surrounded by sufficient handling
This might effect some plugins which hook Essentials for economy without using the API
khobbits and others added 29 commits July 12, 2014 16:32
…server asked me to do this fix, but I think it is very useful for all. This commit change is to reset player fly & run speed only if player has no permission to change speed.
* Add a method for backwards compatability with unmapped code.
* Convert all getOnlinePlayers() calls to use this method, part of the IEssentials interface
* Add a new method getOnlineUsers() Ljava/lang/Iterable;
* Convert appropriate calls to use this method
* Update Bukkit to #1945
* Update CraftBukkit to #3103
Sticky pistons could break signs that were mounted on blocks the pistons were retracting.

This patch extends the protection from just the piston base to include the extended piston arm and the block at the end of the piston arm as well.

This method will very likely need to be changed again when 1.8 comes out, but this should bring us a bit closer, by wrapping the block tests in a loop.
clarify allow-silent-join-quit
Support aliases in rule and baltop output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet