Skip to content
Success

Changes

Summary

  1. Send the packet for the correct container, rather than just the (details)
  2. Remove a few redundant POM elements and global package seal (SPIGOT-221) (details)
  3. BUILDTOOLS-114 / MC-80817 : Fix server not starting when native (details)
  4. Add ability to add a string to a scoreboard instead of a player (details)
  5. [SPIGOT-424, MC-73474] Add fix for powered rail duplication. (details)
  6. Handle a missed case with our vanilla permissions override (details)
  7. SPIGOT-941: Fix a mistake in vine handling (details)
  8. Don't need to special case certain monster spawn eggs as Mojang has long (details)
  9. Remove unused bukkit.yml options and update links / info. (details)
  10. Add PAIL comments to a few things. (details)
  11. Update commands.yml headers (details)
Commit c637b933dc7029d8d3db1db7b2d228a6858ecbd7 by md_5
Send the packet for the correct container, rather than just the container that is active at the time. - SPIGOT-932
The file was modified src/main/java/org/bukkit/craftbukkit/inventory/CraftInventoryPlayer.java
Commit d6ca19e0756faca5eab3f9685c2ecd578f746a1a by md_5
Remove a few redundant POM elements and global package seal (SPIGOT-221)
The file was modified pom.xml
Commit e9980aa94fe4791ba8ec88560282a0bec5cf9cd5 by md_5
BUILDTOOLS-114 / MC-80817 : Fix server not starting when native processor info cannot be initialized.
The file was addednms-patches/SystemUtils.patch
Commit 55202e1f991a2c3c2cb3dff6604bf85ae812ab60 by md_5
Add ability to add a string to a scoreboard instead of a player
The file was modified src/main/java/org/bukkit/craftbukkit/scoreboard/CraftScoreboard.java
The file was modified src/main/java/org/bukkit/craftbukkit/scoreboard/CraftTeam.java
Commit 50848997470cf3d74abb6405736a908b16fd47d8 by md_5
[SPIGOT-424, MC-73474] Add fix for powered rail duplication.

No redstone related side effects that we know of and hopefully there are none. Please report any to the tracker.
The file was addednms-patches/BlockMinecartTrackAbstract.patch
Commit 8c14eb49ef4ab25dad18c8a5ca0d9a3074cd2ed5 by Thinkofdeath (Thinkofdeath)
Handle a missed case with our vanilla permissions override
The file was modified nms-patches/EntityPlayer.patch
The file was modified src/main/java/org/bukkit/craftbukkit/util/permissions/CommandPermissions.java
Commit 21681b37209177769de2e0a5983ab8263326ae27 by Thinkofdeath (Thinkofdeath)
SPIGOT-941: Fix a mistake in vine handling
The file was modified nms-patches/BlockVine.patch
Commit 6fe71f4c7fc6c0ab4e92879c58f2535f1929b4d2 by md_5
Don't need to special case certain monster spawn eggs as Mojang has long since fixed those issues.
The file was modified nms-patches/ItemMonsterEgg.patch
Commit d33f0dd3baaa1e3f63775bae97eba9b6a0c98e07 by md_5
Remove unused bukkit.yml options and update links / info.
The file was modified src/main/resources/configurations/bukkit.yml
The file was modified src/main/java/org/bukkit/craftbukkit/CraftServer.java
Commit 3eea5637b4623f57c69a9b51f9a1382802072560 by md_5
Add PAIL comments to a few things.
The file was modified nms-patches/EntityEnderDragon.patch
The file was modified nms-patches/PacketHandshakingInSetProtocol.patch
Commit e8c64031b1e4e06a918594ab349fff7e39c789ce by md_5
Update commands.yml headers
The file was modified src/main/resources/configurations/commands.yml