-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: map sm flags to torchlight levels in config
- Loading branch information
1 parent
bbc91cf
commit 16e5b87
Showing
20 changed files
with
382 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.1 | ||
1.6.0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"admins": [ | ||
{ | ||
"name": "BotoX", | ||
"unique_id": "[U:1:51174697]", | ||
"level": 100 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"SM_RESERVED_SLOT": { | ||
"value": "a", | ||
"display": "Reserved Slot" | ||
}, | ||
|
||
"SM_GENERIC": { | ||
"value": "b", | ||
"display": "Generic Admin" | ||
}, | ||
|
||
"SM_KICK": { | ||
"value": "c", | ||
"display": "Kick" | ||
}, | ||
|
||
"SM_BAN": { | ||
"value": "d", | ||
"display": "Ban" | ||
}, | ||
|
||
"SM_UNBAN": { | ||
"value": "e", | ||
"display": "Unban" | ||
}, | ||
|
||
"SM_SLAY": { | ||
"value": "f", | ||
"display": "Slay" | ||
}, | ||
|
||
"SM_MAP": { | ||
"value": "g", | ||
"display": "Map Change" | ||
}, | ||
|
||
"SM_CVAR": { | ||
"value": "h", | ||
"display": "Change ConVars" | ||
}, | ||
|
||
"SM_CONFIG": { | ||
"value": "i", | ||
"display": "Run Configs" | ||
}, | ||
|
||
"SM_CHAT": { | ||
"value": "j", | ||
"display": "Admin Chat" | ||
}, | ||
|
||
"SM_VOTE": { | ||
"value": "k", | ||
"display": "Start Votes" | ||
}, | ||
|
||
"SM_PASSWORD": { | ||
"value": "l", | ||
"display": "Password Server" | ||
}, | ||
|
||
"SM_RCON": { | ||
"value": "m", | ||
"display": "RCON" | ||
}, | ||
|
||
"SM_CHEATS": { | ||
"value": "n", | ||
"display": "Enable Cheats" | ||
}, | ||
|
||
"SM_ROOT": { | ||
"value": "z", | ||
"display": "ALL Permissions (Root)" | ||
}, | ||
|
||
"SM_CUSTOM1": { | ||
"value": "o", | ||
"display": "Custom Flag 1" | ||
}, | ||
|
||
"SM_CUSTOM2": { | ||
"value": "p", | ||
"display": "Custom Flag 2" | ||
}, | ||
|
||
"SM_CUSTOM3": { | ||
"value": "q", | ||
"display": "Custom Flag 3" | ||
}, | ||
|
||
"SM_CUSTOM4": { | ||
"value": "r", | ||
"display": "Custom Flag 4" | ||
}, | ||
|
||
"SM_CUSTOM5": { | ||
"value": "s", | ||
"display": "Custom Flag 5" | ||
}, | ||
|
||
"SM_CUSTOM6": { | ||
"value": "t", | ||
"display": "Custom Flag 6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.