This commit is contained in:
sainagh
2024-05-25 09:31:20 -07:00
parent 9bc8b6f851
commit 9bccd068fd
393 changed files with 83107 additions and 5857 deletions
+15
View File
@@ -4045,3 +4045,18 @@ fifthrecursivelock.itemRightClick = function(stack, world, player, hand) {
};
fifthrecursivelock.register();
var wootflusher= VanillaFactory.createItem("woot_flusher");
wootflusher.maxStackSize = 1;
wootflusher.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
player.sendChat("Flush Started");
Commands.call("woot flush all", player, world, true, true);
return "PASS";
};
wootflusher.register();