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
22 stars 9 forks source link

feat: CLI support to manage configuration #70

Open Z0rdak opened 1 year ago

Z0rdak commented 1 year ago

Description

Currently changing the configuration values is possible by changing the files directly in the serverconfig directory. This works fine and even updates live while the server is running but there is no feature to display the config or change it within the game.

Adding a feature to manage the configuration within the game would be a great QoL improvement.

Todos