Z0rdak / Yet-Another-World-Protector

Yet Another World Protector is a server-side protection mod which allows you to protect your creations against various different events/actions of players, mobs and the environment. It was inspired by the forge mod WorldProtector and the WorldGuard plugin.
https://www.curseforge.com/minecraft/mc-mods/yawp
GNU Affero General Public License v3.0
21 stars 8 forks source link

Re-Implement RegionStick #26

Closed Z0rdak closed 1 year ago

Z0rdak commented 2 years ago

Description

The RegionStick is used to select a region for easier management. Until now, it was used to add/remove flags in combination with the flag stick (which is, looking back, a tedious way to do it and better made with commands). Additionally it was also used to add/remove players. Because new regions can different types of players (owner, member, ...) this feature is now under review for removal.

Without a dedicated item class, the region list hold by the stick is even more complex to handle.

Todos

Definition of Done

Z0rdak commented 1 year ago

/close Will not be implemented. Other features like showing nearby areas will be outsourced to the RegionMarker or a separate client mod.