bentobox/src
tastybento 9b8c8f6bc8 fixes issue with bbox reload command
https://github.com/BentoBoxWorld/BentoBox/issues/731

Issue was that classes were not being fully removed from class loaders
and commands needed to be unregistered from Bukkit. For the latter,
reflection was required to obtain the knownCommand map and change it
because there is no Bukkit API to unregister commands.
2019-06-07 17:37:16 -07:00
..
main fixes issue with bbox reload command 2019-06-07 17:37:16 -07:00
test/java/world/bentobox/bentobox fixes issue with bbox reload command 2019-06-07 17:37:16 -07:00