redsand/conf.lua

26 lines
467 B
Lua

-- Care about small and BIG letters?
careLetters = true
-- List command
useList = true
listprivs = {shout = true}
-- Kill command
useKill = true
killprivs = {shout = true}
-- MSG command
useMSG = true
msgprivs = {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."