Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. # Create Nether - if this is false, the nether world will not be made and access to
  2. # the nether will not occur. Other plugins may still enable
  3. # portal usage.
  4. # Note: Some challenges will not be possible if there is no nether.
  5. # Note that with a standard nether all players arrive at the same portal and entering a
  6. # portal will return them back to their islands.
  7. createnether: true
  8.  
  9. # New island-style nether. Change to false for standard nether
  10. newnether: false
  11. # Nether trees are made if a player grows a tree in the nether (gravel and glowstone)
  12. nethertrees: false
  13. # Make the new nether roof, if false, there is nothing up there
  14. # Change to false if lag is a problem from the generation
  15. netherroof: false
  16. # Nether spawn protection radius - this is the distance around the nether spawn
  17. # that will be protected from player interaction (breaking blocks, pouring lava etc.)
  18. # Minimum is 0 (not recommended), maximum is 100. Default is 25.
  19. # Only applies to standard nether.
  20. netherspawnradius: 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement