Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Setting up admin messages and light level monitoring

Blake Bartenbach edited this page May 26, 2018 · 3 revisions

First and foremost, setting up permissions

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.

Example for monitoring the light level of diamond ore

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)

Example for just recieving admin messages for gold ore

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!

Admin messages AND light monitoring

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.

Clone this wiki locally