-
Notifications
You must be signed in to change notification settings - Fork 17
Setting up admin messages and light level monitoring
It's quite simple really.
Give the players you want to MONITOR the permission fd.monitor
Give the players you want to RECEIVE admin messages the permission fd.admin
Now that the permissions are set up, lets have a look and see what blocks you're watching.
In game, execute /fd light list
and /fd admin list
. This shows the blocks you're monitoring for players with the fd.monitor
permission.
Note that these lists are empty by default, because I have no idea what blocks you want to monitor.
Let's say on your server you want to monitor the light level of diamond ore. Simply add diamond ore to the light list with /fd light add diamond ore
There are other options for how to handle light level blocks, so you'll have to check the config file to set them to your tastes (silent mode, see admin messages, log to file)
Let's say you want to recieve admin messages for gold ore. Simply add gold ore to the admin message list with /fd admin add gold ore
. If your permissions are set up correctly, you're done!
This is totally possible, but the chat might get spammy which is why there's an option in the config to just log light level violations to file instead, or perhaps just turn off admin messages for them and disable silent mode.