BZDB Lock

Expand and mod your server.
Post Reply
User avatar
allejo
Breaker of Builds
Breaker of Builds
Posts: 809
Joined: Sun Feb 17, 2008 10:01 pm
Location: /dev/null
Contact:

BZDB Lock

Post by allejo »

This plug-in allows server owners to restrict which BZDB settings an admin is allowed or not allowed to change.

The plugin has two modes, a "whitelist" or "blacklist" mode. In whitelist mode, only the specified BZDB will allowed be to changed. In blacklist mode, every BZDB variable except for those listed will be allowed to be changed.

It takes a configuration file that specifies either a blacklist or a whitelist of variables.

Code: Select all

[bzdb_blacklist]
_worldSize=0
Please see the README for a full description of how to use the plug-in.

All development for this plug-in occurs on GitHub, so be sure to follow development and new releases there; I will very rarely update this post with updates on new releases. The link below will always point to the latest stable release.

Plug-in Download (BZFS 2.4.4+)
[ GitHub | README | Download | MIT ]
User avatar
tainn
Private First Class
Private First Class
Posts: 278
Joined: Sun Nov 18, 2018 7:25 pm
Location: phantom_zone;

Re: BZDB Lock

Post by tainn »

Very useful addition, especially to prevent the meddling with some non-administrative settings that are standardly not changed at all while the server is running, but can still be abused.

Thank you, allejo!
Post Reply