-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues of compatibility with Minecraft 1.9.
* Deprecated integer overloads of entity health APIs no longer exist in Spigot 1.9, so use the double overloads instead. * Numerous other deprecation warnings have been fixed. * Support for setting the item in the off hand has been added, denoted as the section named "shield" in the configuration. * The configuration example now illustrates setting the shield item and adjusts sounds to their new names in the 1.9 API.
- Loading branch information
Showing
7 changed files
with
190 additions
and
176 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.