package noWeapons{
function WeaponImage::onMount(%this, %obj, %slot){
if(!isObject(%obj.client.minigame )){
if(%this.getDatablock() $= "HammerImage" || %this.getDatablock() $= "WrenchImage" || %this.getDatablock() $= "DuplicatorImage" || %this.getDatablock() $= "AdminWandImage")
parent::onMount(%this, %obj, %slot);
else
return;
}
}
};
activatePackage(noWeapon);
That should stop them from using weapons outside the minigame except for the Hammer, Wrench, Duplicator and Destructo wand, I would add printer and spray can but I don't know what they are. I wouldn't use it until someone adds printer and spray can. It's untested, I wrote it off the top of my head, I would test it but I don't have Blockland on my new Laptop yet.