Move from isGM to Account Levels (#106)

Co-authored-by: dongresource <dongresource@protonmail.com>
This commit is contained in:
CakeLancelot
2020-09-21 21:26:12 -05:00
committed by GitHub
parent 5d8bb7f8a5
commit adf017b07c
10 changed files with 25 additions and 20 deletions

View File

@@ -34,8 +34,14 @@ xdtdata=tdata/xdt.json
mobdata=tdata/mobs.json
# path json
pathdata=tdata/paths.json
# is everyone a GM?
gm=true
# account permission level that will be set upon character creation
# 1 = default, will allow *all* commands
# 30 = allow some more "abusable" commands such as /summon
# 50 = only allow cheat commands, like /itemN and /speed
# 99 = standard user account, no cheats allowed
# any number higher than 50 will disable commands
accountlevel=1
# spawn coordinates (Z is height)
# the supplied defaults are at Sector V (future)