Skip to content
Success

Changes

Summary

  1. SPIGOT-915: Remove the getEntities filter (details)
  2. SPIGOT-1018: Fix isFromBonemeal always being false (details)
  3. SPIGOT-977: Use vanilla's handling for command messages for vanilla (details)
Commit e3b5669be1142f4ad4f8d0c9b850d058ae6a026d by Thinkofdeath (Thinkofdeath)
SPIGOT-915: Remove the getEntities filter

Didn't fix the issue like i'd hoped and broke a few plugins in the process.
Ideally though plugins shouldn't be using it for large ranges because it
is inefficient
The file was modified nms-patches/World.patch
Commit 7742e12aff5c1dc8f9b64513b467c5b65e6ffcbc by Thinkofdeath (Thinkofdeath)
SPIGOT-1018: Fix isFromBonemeal always being false
The file was modified nms-patches/ItemStack.patch
Commit f27339caf8d7d656919518c6e8933d3ce9af0840 by Thinkofdeath (Thinkofdeath)
SPIGOT-977: Use vanilla's handling for command messages for vanilla commands

Fixes gamerules that control the output of those messages
The file was modified src/main/java/org/bukkit/craftbukkit/command/VanillaCommandWrapper.java