#command executing twice
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
BlockEvents.rightClicked((event) => {
if () return;
if (event.block.hasTag('hexadditions:runes') == false) return;
event.player.runCommandSilent('give @a stick');
});
for some reason im given 2 sticks upon right click
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!