summaryrefslogtreecommitdiff
path: root/npc/functions/permissions.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-09-14Alchemy Table: Now you should be able to brew multiple instances at once!Jesusaves1-0/+4
However, this is expensive. Sponsors, who pay for hardware, can brew up to 25x at once. Everyone else like me, who lives with other ppl money, will be capped to 10x at once. I think 10 will be plenty without putting too much burden on the server.
2018-07-07Update permissions for new GM levelsJesusaves1-0/+4
2018-03-20Stop using getgmlevel() and use is_gm() is_admin() and is_staff().Jesusaves1-27/+9
Our four power levels: getgmlevel() → Sponsors, etc. is_staff() → GM 5, Developers, test server, etc. is_gm() → GM 80, Game Master, controls the world is_admin() → GM 99, Administrator, controls the uniserver (pun intended)
2018-01-13Initial commitSaulc1-0/+35