redsand/conf.lua

19 lines
350 B
Lua

-- List command
useList = true
listprivs = {shout=true}
-- Kill command
useKill = true
killprivs = {shout=true}
--MOTD
useMOTD = true
MOTD = "Welcome %s! This is the default MOTD."
-- Death message
useDeathMSG = true
DEATH_MSG = "%s left this world :("
-- Revive message
useReviveMSG = true
REVIVE_MSG = "Like an phonix %s raises from the ashes."