Advertisement
masa-

World Primer testing config

Feb 11th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. # Configuration file
  2.  
  3. generic {
  4. # Commands to run every time any dimension gets loaded.
  5. # You can target these to only be run when a specific dimension loads
  6. # by starting the command with 'worldprimer-dim-command <dim id> <command>'.
  7. # So for example: 'worldprimer-dim-command 1 say The End has loaded!'
  8. S:dimensionLoadingCommands <
  9. worldprimer-dim-command 1 say The End has loaded!
  10. worldprimer-dim-command 1 time set 16000
  11. worldprimer-dim-command -1 say The Nether has loaded!
  12. worldprimer-dim-command -1 time set 2000
  13. say Some dimension has loaded!
  14. >
  15.  
  16. # Enables more verbose logging
  17. B:enableDebugLogging=false
  18.  
  19. # Enables the dimension loading commands
  20. B:enableDimensionLoadingCommands=true
  21.  
  22. # Enables the world creation commands
  23. B:enableWorldCreationCommands=true
  24.  
  25. # Enables the world loading commands
  26. B:enableWorldLoadingCommands=true
  27.  
  28. # Commands to run on initial world creation
  29. S:worldCreationCommands <
  30. gamerule doDaylightCycle false
  31. gamerule keepInventory true
  32. time set 6000
  33. weather clear 999999
  34. >
  35.  
  36. # Commands to run every time the world gets loaded (run when the overworld loads)
  37. S:worldLoadingCommands <
  38. time set 0
  39. >
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement