mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Refactor of commands
This commit is contained in:
8
resources/ranks.lua
Normal file
8
resources/ranks.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- When adding/removing/changing ranks, rank_system has a migrate_data() function you can use to adjust the existing data.
|
||||
return {
|
||||
probation = -10,
|
||||
guest = 0,
|
||||
auto_trusted = 10,
|
||||
regular = 20,
|
||||
admin = 30,
|
||||
}
|
||||
Reference in New Issue
Block a user