Is it possible to restrict the ability to drop items in a certain space?

I want to restrict the player’s ability to drop items only in a particular space in my island (I’m aware of the island setting that can do this, But I want to restrict item dropping only in a particular space in my map and not in the whole map)

create a mutator zone that when the player enters it, it changes their class.

then create a class identical to your default class, but uncheck the ability for players to drop items.

if your default player class is 1, and the class where dropping items is disabled is class 2, then when entering the mutator zone set it to change the players class to 2, and when leaving the zone make it change the class back to 1.

hope this makes sense and helps

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.