Last active
August 17, 2017 16:42
-
-
Save LatvianModder/5426786c7579df0296ec to your computer and use it in GitHub Desktop.
FTBU's Rank System Example
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
{ | |
"default_rank": "Player", | |
"ranks": { | |
"Player": { | |
"parent": "", | |
"color": "white", | |
"prefix": "", | |
"badge": "", | |
"permissions": [ | |
"-ftbu.display.admin_info", | |
"+ftbu.display.permissions", | |
"+ftbu.display.rank", | |
"+ftbu.homes.cross_dim", | |
"-ftbu.misc.allow_interact_secure" | |
], | |
"config": { | |
"ftbu.chunkloader.max_chunks": 50, | |
"ftbu.chunkloader.offline_timer": 24.0, | |
"ftbu.chunkloader.type": "offline", | |
"ftbu.claims.break_whitelist": [ | |
"OpenBlocks:grave" | |
], | |
"ftbu.claims.dimension_blacklist": [ | |
1 | |
], | |
"ftbu.claims.forced_explosions": "-", | |
"ftbu.claims.forced_security": "-", | |
"ftbu.claims.max_chunks": 100, | |
"ftbu.homes.max": 1 | |
} | |
}, | |
"Admin": { | |
"parent": "Player", | |
"color": "dark_green", | |
"prefix": "", | |
"badge": "", | |
"permissions": [ | |
"+*" | |
], | |
"config": { | |
"ftbu.chunkloader.max_chunks": 5000, | |
"ftbu.chunkloader.offline_timer": -1.0, | |
"ftbu.claims.break_whitelist": [ | |
"*" | |
], | |
"ftbu.claims.dimension_blacklist": [], | |
"ftbu.claims.max_chunks": 1000, | |
"ftbu.homes.max": 100 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I agree. It is so annoying that they can't take the time to update their docs.