Skip to content
Success

Changes

Summary

  1. Identify CraftScheduler threads with useful names (details)
  2. Cap Channel Registrations (details)
  3. Descriptive kick reasons instead of Nope! (details)
  4. Check for blank OfflinePlayer Names (details)
  5. Cross World Entity Teleportation (details)
  6. Cap Objective Score Length (details)
  7. Process conversation input on the main thread. (details)
  8. Remove redundant CraftBukkit change for secondary world data (details)
Commit a610dcd821c590cfc1ceb5fcb284c595d78b2554 by md_5
Identify CraftScheduler threads with useful names
The file was modified src/main/java/org/bukkit/craftbukkit/scheduler/CraftScheduler.java
Commit b0212308376936e3e95196fddb8bd455b5cc9da9 by md_5
Cap Channel Registrations
The file was modified src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
Commit f2746a5eb2450425f751338cabe5d2ce40eddfe0 by md_5
Descriptive kick reasons instead of Nope!
The file was modified nms-patches/Entity.patch
The file was modified nms-patches/PlayerConnection.patch
Commit 7deba1c6064bfed50b15075895d19aced4ee5c7a by md_5
Check for blank OfflinePlayer Names
The file was modified src/main/java/org/bukkit/craftbukkit/CraftServer.java
Commit 6e842759ccfdde4e55336dd6fce8e69b1f9415f6 by md_5
Cross World Entity Teleportation
Use Entity.teleportTo for cross-world teleportation in CraftEntity.
The file was modified src/main/java/org/bukkit/craftbukkit/entity/CraftEntity.java
Commit 100c3f07e9317c27c9ab625a24b8958f054f615a by md_5
Cap Objective Score Length
Adds a check for Score arguments that would crash the client
The file was modified src/main/java/org/bukkit/craftbukkit/scoreboard/CraftObjective.java
Commit 73a2c749beb8123fe2e2a907126ccc631a990bec by md_5
Process conversation input on the main thread.
Fixes BUKKIT-5611.
The file was modified nms-patches/PlayerConnection.patch
Commit 516a408f4a431a0b53cc7f6e24380843a4b90824 by md_5
Remove redundant CraftBukkit change for secondary world data
The above loop would always save this data
The file was modified nms-patches/WorldServer.patch