mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-04-22 19:11:23 +00:00
RS multikill support
still experimental
This commit is contained in:
@@ -132,7 +132,7 @@ public final class ToolStats extends JavaPlugin {
|
||||
playerDrop = new PlayerDrop(this);
|
||||
if (Bukkit.getPluginManager().isPluginEnabled("RoseStacker")) {
|
||||
logger.info("RoseStacker has been detected, adding support!");
|
||||
roseStacker = new RoseStacker();
|
||||
roseStacker = new RoseStacker(this);
|
||||
}
|
||||
|
||||
Bukkit.getServer().getPluginManager().registerEvents(blockBreak, this);
|
||||
|
||||
Reference in New Issue
Block a user