Brettflan / WorldBorder

Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
https://www.spigotmc.org/resources/worldborder.60905/
BSD 2-Clause "Simplified" License
139 stars 209 forks source link

Store the "bypass list" in a separate file #66

Open EventideGlow opened 8 years ago

EventideGlow commented 8 years ago

The list of players who can bypass a world's border is currently stored in WorldBorder's singular config.yml file. I suggest moving that list into a separate file so that the rest of the config can be managed separately with a tool like Ansible.

For context, the network I work on uses Ansible to generate and push config files to several servers, but the list of players who can bypass the world border is managed with WorldBorder's in-game commands. Separating the list of players from the config would allow the config file (which doesn't change very often) to be managed by Ansible while continuing to manage the bypass list in-game.

AppleDash commented 8 years ago

+1, this just makes sense.