Skip to content

Instantly share code, notes, and snippets.

@LatvianModder
Last active August 17, 2017 16:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LatvianModder/5426786c7579df0296ec to your computer and use it in GitHub Desktop.
Save LatvianModder/5426786c7579df0296ec to your computer and use it in GitHub Desktop.
FTBU's Rank System Example
{
"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
}
}
}
}
@KaneHart
Copy link

Wish this page and the configs were nuked from this side of the sol system and beyond. Wasted so much time trying figure something out that does not even exist....

@ericbrian
Copy link

I agree. It is so annoying that they can't take the time to update their docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment