diff options
author | WlodekM <[email protected]> | 2024-08-10 15:29:07 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-08-10 15:29:07 +0300 |
commit | d952979c5ab76a572da7cf9eede76095be0dbb88 (patch) | |
tree | aabc417ea0e237d260dba9dd8d8cba4a48f12918 /ranks | |
parent | 2153957b0905cdda3d74c4e062bb75dbd96f96e7 (diff) |
wip ranks
Diffstat (limited to 'ranks')
-rw-r--r-- | ranks/admin.json | 4 | ||||
-rw-r--r-- | ranks/mod.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ranks/admin.json b/ranks/admin.json new file mode 100644 index 0000000..68ecc8a --- /dev/null +++ b/ranks/admin.json @@ -0,0 +1,4 @@ +{ + "prefix": "[ADMIN] ", + "level": 100 +} \ No newline at end of file diff --git a/ranks/mod.json b/ranks/mod.json new file mode 100644 index 0000000..d88fce5 --- /dev/null +++ b/ranks/mod.json @@ -0,0 +1,4 @@ +{ + "prefix": "[MOD] ", + "level": 75 +} \ No newline at end of file |