Advertisement
Guest User

Untitled

a guest
Mar 10th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # configuration
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Teleport frequency: a value that determines the chance ratio to get teleported in the dimension while using a bed. If: random(VALUE) = 0, then you are teleported
  7. ##########################################################################################################
  8.  
  9. configuration {
  10. B:"Keep Level"=false
  11. I:"Teleport frequency"=4
  12. }
  13.  
  14.  
  15. ##########################################################################################################
  16. # structure generation
  17. #--------------------------------------------------------------------------------------------------------#
  18. # The bigger the integer is, the rarer structures will be generated, the formula is: (VALUE / 100) % chance per chunk created
  19. ##########################################################################################################
  20.  
  21. "structure generation" {
  22. I:"Arkavon Entrance"=400
  23. I:"Dimensional Villages"=200
  24. I:"Floating Houses / islands"=240
  25. I:"Nether Fortress Entrance"=340
  26. I:"Orc Dungeon"=340
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement