Any solution to blcok people from using /sethome in the gamble room at the Bandit Camp? They're able to set it there almost like it's a foundation.
Able to /sethome in Bandit Camp?Solved
I'll add a safe zone check in a bit, that should fix it most probably
Merged post
If you add player.isInSafeZone to the PlayerCheck function that should fix it
Merged post
Merged post
If you add player.isInSafeZone to the PlayerCheck function that should fix it
Merged post
if (player.InSafeZone()) return "TPSafeZone";
put that in CheckPlayer() around line 2370 ty :)
I have applied this to the release made today, 1.0.27. Might have to be a config item at some point but for now this activity should be blocked.
Locked automatically