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

Display surrounding region names #47

Closed Z0rdak closed 1 year ago

Z0rdak commented 1 year ago

Overview

To have an easier overview of regions the player stands in, it would be great to have an indicator.

Todo

Definition of Done

Z0rdak commented 1 year ago

In WP this was possible with /wp region list but would only display the regions in chat. Another solution would be to bundle these kinds of features in a separate QoL mod which is not server-side only.

IVEN2022 commented 1 year ago

When you Enter A region , a Region name will be displayed in red color or anycolor on the hotbar for few seconds then disapear

Z0rdak commented 1 year ago

Messages for leaving and entering regions are tied to another feature. A trigger system for entering and leaving regions. Which is planned to be used to show messages as well for other purposes (executing commands for example). See: #11

Z0rdak commented 1 year ago

As a first approach to solve this issue, it would be possible to use an existing vanilla item and add a custom tag which is checked when using the item. Similar to the RegionMarker. This way, a command can executed to prompt the regions around the user.

Z0rdak commented 1 year ago

Closed. Planned to be added in #6