Skip to content
jsedlak edited this page Jan 17, 2011 · 9 revisions

By default, Kikkit relies on a few files placed in the config directory.

General Configuration

The em.config file configures general settings of the plugin.

# Set the whiteout periods, separated by a comma
# Sets the whiteout from 10:40PM to 5:30 AM
wl-whiteouts=22:40-23:59,00:00-5:30

Fire Whitelist

The em-fire.txt file lists players who can place Lava, TNT or set things on fire. One player per line.

Bob
Joe

Temporary Whitelist

The em-whitelist.txt file lists players who are allowed while the server is in a whitelist. One player per line.

Jim
Jill
Bob
Joe

Groups

To enable commands for players, don't forget to add the command to the appropriate groups in groups.txt (in the config directory). Unlike with hMod, there is no inheritance. Colors have also been changed from hex to integers.

Note: The groups are loaded line by line, so the last group loaded should be seated last in memory. Please add your custom groups before the default group ("*") to prevent incorrect permissioning.

# group name:color id:commands
# group name = * denotes default group (all players)
# command list = * denotes all commands
admins:12:*
mods:9:/secret,/setsecret,/warpto,/time,/kick,/tp,/warplist,/sell,/getid
vip:10:/setsecret,/secret,/sell
*:15:/sethome,/home,/playerlist,/spawn,/warp,/msg,/balance,/getprice

Players

To add players to specific groups, setup players.txt in the config directory.

kr1sc:admins
lordenix:admins
instigatorsgator:admins
recklesssid69:mods
thanos8587:vip
blueskyer:vip
Clone this wiki locally