Advertisement
misdocumeno

Untitled

Dec 21st, 2020
1,213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.15 KB | None | 0 0
  1. # BetterRTP plugin by SuperRonanCraft! (Join my Public Server mc.RonanCraft.net) #
  2. # Need help? go to https://ronancraft.net/discord! #
  3.  
  4. Overrides:
  5. - master_world: world
  6. - creative_world: world
  7. WorldType:
  8. - world: NORMAL
  9. - world_nether: NETHER
  10. - world_the_end: NORMAL
  11. PermissionGroup:
  12.   Enabled: false
  13.   Groups:
  14.   - vip:
  15.     - Build_World:
  16.         MaxRadius: 10000
  17.         MinRadius: 1000
  18.         Price: 100
  19.     - Survival_World:
  20.         UseWorldBorder: false
  21.         MaxRadius: 5000
  22.         MinRadius: 1000
  23.         CenterX: 10
  24.         CenterZ: 10
  25.         Price: 10
  26.   - vip2:
  27.     - Build_World:
  28.         MaxRadius: 25000
  29.         MinRadius: 10000
  30.         Price: 15
  31. Language-File: es.yml
  32. Settings:
  33.   Respect:
  34.     WorldGuard: false
  35.     GriefPrevention: false
  36.     Towny: false
  37.     RedProtect: false
  38.     FactionsUUID: false
  39.     Lands: false
  40.     Residence: false
  41.     KingdomsX: false
  42.   Debugger: false
  43.   PreloadRadius: 5
  44.   RtpOnFirstJoin:
  45.     Enabled: false
  46.     World: world
  47.     SetAsRespawn: false
  48.   RespectWorldGuard: false
  49.   RespectGriefPrevention: false
  50.   RespectSavageFactions: false
  51.   MinRadius: 25
  52.   MaxAttempts: 15
  53.   Cooldown:
  54.     LockAfter: 0
  55.     Enabled: true
  56.     Time: 10
  57.   Delay:
  58.     Enabled: true
  59.     CancelOnDamage: true
  60.     Time: 3
  61.     CancelOnMove: false
  62.   DisableUpdater: false
  63. Default:
  64.   UseWorldBorder: true
  65.   Biomes: []
  66.   MaxRadius: 100
  67.   MinRadius: 10
  68.   CenterX: 0
  69.   CenterZ: 0
  70. BlacklistedBlocks:
  71. - stationary_water
  72. - stationary_lava
  73. - water
  74. - lava
  75. - cactus
  76. - leaves
  77. - leaves_2
  78. - air
  79. - bedrock
  80. - magmablock
  81. DisabledWorlds:
  82. - world
  83. - world2
  84. - spawn_the_end
  85. - spawn_nether
  86. - newspawn
  87. - spawn
  88. - spawn_recursos2
  89. CustomWorlds:
  90. - nether:
  91.     MaxRadius: 10000
  92.     MinRadius: 1000
  93.     CenterX: 0
  94.     CenterZ: 0
  95.     Biomes: []
  96. - recursos_custom:
  97.     MaxRadius: 5000
  98.     MinRadius: 100
  99.     CenterX: 3000
  100.     CenterZ: 3000
  101.     Biomes: []
  102. - recursos2:
  103.     MaxRadius: 15000
  104.     MinRadius: 1000
  105.     CenterX: 0
  106.     CenterZ: 0
  107.     Biomes: []
  108. - the_end:
  109.     MaxRadius: 30000
  110.     MinRadius: 1000
  111.     CenterX: 0
  112.     CenterZ: 0
  113.     Biomes: []
  114. Override:
  115.   world_nether: world
  116.   creative: world
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement