Advertisement
McDodge34

1024 chunks chunkloader 2048 claimable

Oct 25th, 2017
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. {
  2. "default_ranks": {
  3. "player": "rank1",
  4. "op": "op"
  5. },
  6. "ranks": {
  7. "rank1": {
  8. "parent": "builtin_player",
  9. "syntax": "[rank1] <$name> ",
  10. "permissions": [],
  11. "config": {
  12. "ftbu.homes.max": 0,
  13. "ftbu.claims.max_chunks": 2048,
  14. "ftbu.claims.blocked_dimensions": [],
  15. "ftbu.chunkloader.max_chunks": 1024
  16. }
  17. },
  18. "rank2": {
  19. "parent": "builtin_player",
  20. "syntax": "[rank2] <$name> ",
  21. "permissions": [],
  22. "config": {
  23. "ftbu.homes.max": 1,
  24. "ftbu.claims.max_chunks": 2048,
  25. "ftbu.claims.blocked_dimensions": [],
  26. "ftbu.chunkloader.max_chunks": 1024
  27. }
  28. },
  29. "rank3": {
  30. "parent": "builtin_player",
  31. "syntax": "[rank3] <$name> ",
  32. "permissions": [],
  33. "config": {
  34. "ftbu.homes.max": 4,
  35. "ftbu.claims.max_chunks": 2048,
  36. "ftbu.claims.blocked_dimensions": [],
  37. "ftbu.chunkloader.max_chunks": 1024
  38. }
  39. },
  40. "op": {
  41. "parent": "builtin_op",
  42. "syntax": "[Admin] <$name> ",
  43. "permissions": [],
  44. "config": {
  45. "ftbu.claims.max_chunks": 2048,
  46. "ftbu.chunkloader.max_chunks": 1024
  47. }
  48. }
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement