Players using Building Grades to downgrade base
One of my players has found an "exploit" on my server which uses the Building Grades plugin as soon as they manage to reach the cupboard, they can use the / down command to downgrade the whole base! Is there a way to block certain commands when we are in the sphere of the raid? This would certainly allow you to inactivate the command when you are in the event. For the moment I deactivate the command on the server but that handicaps the players who build.
The author of that plugin needs to fix that by adding a hook to communicate with other plugins. As is there's nothing to prevent it short of blocking the command, and that would require a hook which would be way more expensive than the a custom hook in his commands /up and /down. Either that or he can use the available API in Raidable Bases to fix this, EventTerritory(player.transform.position)
ok, thanks Nivex, I also reported the problem to him. I did not go into detail, so as not to give ideas to the clever little ones who would read that ...