Advertisement
Guest User

Untitled

a guest
Sep 10th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. ARCHIVE 1 - \sponge\worlds\minecraft\overworld\world - WORLD.CFG
  2. # 1.0
  3. #
  4. # # If you need help with the configuration or have any questions related to Sponge,
  5. # # join us at the IRC or drop by our forums and leave a post.
  6. #
  7. # # IRC: #sponge @ irc.esper.net ( https://webchat.esper.net/?channel=sponge )
  8. # # Forums: https://forums.spongepowered.org/
  9. #
  10.  
  11. sponge {
  12. player-block-tracker {
  13. # Block IDs that will be blacklisted for player block placement tracking.
  14. block-blacklist=null
  15. }
  16. world {
  17. # If 'true', this world will generate its spawn the moment its loaded.
  18. generate-spawn-on-load=true
  19. # If 'true', this world will load on startup.
  20. load-on-startup=true
  21. }
  22. # World Generation Modifiers to apply to the world
  23. world-generation-modifiers=null
  24. }
  25.  
  26.  
  27. ARCHIVE 2 - DIMENSIONS.CFG
  28. # 1.0
  29. #
  30. # # If you need help with the configuration or have any questions related to Sponge,
  31. # # join us at the IRC or drop by our forums and leave a post.
  32. #
  33. # # IRC: #sponge @ irc.esper.net ( https://webchat.esper.net/?channel=sponge )
  34. # # Forums: https://forums.spongepowered.org/
  35. #
  36.  
  37. sponge {
  38. player-block-tracker {
  39. # Block IDs that will be blacklisted for player block placement tracking.
  40. block-blacklist=null
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement