Advertisement
masa-

World Primer vs. World Drop

Feb 12th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 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 say The Nether has loaded!
  11. worldprimer-dim-command 0 say Setting World Drop stuff
  12. worldprimer-dim-command 0 worlddrop set 0 -1 -10 130
  13. worldprimer-dim-command 0 say World Drop stuff set?
  14. say Some dimension has loaded!
  15. >
  16.  
  17. # Enables more verbose logging
  18. B:enableDebugLogging=true
  19.  
  20. # Enables the dimension loading commands
  21. B:enableDimensionLoadingCommands=true
  22.  
  23. # Enables the world creation commands
  24. B:enableWorldCreationCommands=true
  25.  
  26. # Enables the world loading commands
  27. B:enableWorldLoadingCommands=true
  28.  
  29. # Commands to run on initial world creation
  30. S:worldCreationCommands <
  31. gamerule doDaylightCycle false
  32. gamerule keepInventory true
  33. time set 6000
  34. >
  35.  
  36. # Commands to run every time the world gets loaded (run when the overworld loads)
  37. S:worldLoadingCommands <
  38. say World is loading...
  39. worlddrop set 0 -1 -10 130
  40. say World has loaded!
  41. >
  42. }
  43.  
  44. ----------------------------------
  45.  
  46.  
  47. [10:02:44] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
  48. [10:02:44] [Server thread/INFO]: Generating keypair
  49. [10:02:44] [Server thread/INFO]: Converting map!
  50. [10:02:44] [Server thread/INFO]: Scanning folders...
  51. [10:02:44] [Server thread/INFO]: Total conversion count is 0
  52. [10:02:44] [Server thread/INFO]: Injecting existing block and item data into this server instance
  53. [10:02:44] [Server thread/INFO]: Applying holder lookups
  54. [10:02:44] [Server thread/INFO]: Holder lookups applied
  55. [10:02:44] [Server thread/INFO]: Loading dimension 0 (tmp6) (net.minecraft.server.integrated.IntegratedServer@51b35930)
  56. [10:02:44] [Server thread/INFO]: Loading dimension 1 (tmp6) (net.minecraft.server.integrated.IntegratedServer@51b35930)
  57. [10:02:44] [Server thread/INFO]: [World Primer CommandSender] The End has loaded!
  58. [10:02:44] [Server thread/INFO]: [World Primer CommandSender] Some dimension has loaded!
  59. [10:02:44] [Server thread/INFO]: Loading dimension -1 (tmp6) (net.minecraft.server.integrated.IntegratedServer@51b35930)
  60. [10:02:44] [Server thread/INFO]: [World Primer CommandSender] The Nether has loaded!
  61. [10:02:44] [Server thread/INFO]: [World Primer CommandSender] Some dimension has loaded!
  62. [10:02:44] [Server thread/INFO]: [World Primer CommandSender: Game rule has been updated]
  63. [10:02:44] [Server thread/INFO]: Game rule has been updated
  64. [10:02:44] [Server thread/INFO]: [World Primer CommandSender: Game rule has been updated]
  65. [10:02:44] [Server thread/INFO]: Game rule has been updated
  66. [10:02:44] [Server thread/INFO]: [World Primer CommandSender: Set the time to 6000]
  67. [10:02:44] [Server thread/INFO]: Set the time to 6000
  68. [10:02:44] [Server thread/INFO]: [World Primer CommandSender] World is loading...
  69. [10:02:44] [Server thread/INFO]: Unknown command. Try /help for a list of commands
  70. [10:02:44] [Server thread/INFO]: [World Primer CommandSender] World has loaded!
  71. [10:02:44] [Server thread/INFO]: [World Primer CommandSender] Setting World Drop stuff
  72. [10:02:44] [Server thread/INFO]: Unknown command. Try /help for a list of commands
  73. [10:02:44] [Server thread/INFO]: [World Primer CommandSender] World Drop stuff set?
  74. [10:02:44] [Server thread/INFO]: [World Primer CommandSender] Some dimension has loaded!
  75. [10:02:44] [Server thread/INFO]: Preparing start region for level 0
  76. [10:02:45] [Server thread/INFO]: Preparing spawn area: 18%
  77. [10:02:46] [Server thread/INFO]: Preparing spawn area: 46%
  78. [10:02:47] [Server thread/INFO]: Preparing spawn area: 74%
  79. [10:02:48] [Server thread/INFO]: [com.domochevsky.worlddrop.Main:loadDrops:149]: [World Drop] Loaded 0 drops from default file.
  80. [10:02:48] [Server thread/INFO]: [com.domochevsky.worlddrop.Main:loadDrops:153]: [World Drop] Loaded 0 drops for world 'tmp6'.
  81. [10:02:48] [Server thread/INFO]: Changing view distance to 12, from 10
  82. [10:02:49] [Netty Client IO #0/INFO]: Server protocol version 2
  83. [10:02:49] [Netty IO #1/INFO]: Client protocol version 2
  84. [10:02:49] [Netty IO #1/INFO]: Client attempting to join with 5 mods : worldprimer@0.2.1,FML@7.10.99.99,Forge@10.13.4.1614,mcp@9.05,dropchevsky@b10
  85. [10:02:49] [Netty IO #1/INFO]: Attempting connection with missing mods [] at CLIENT
  86. [10:02:49] [Netty Client IO #0/INFO]: Attempting connection with missing mods [] at SERVER
  87. [10:02:49] [Server thread/INFO]: [Server thread] Server side modded connection established
  88. [10:02:49] [Server thread/INFO]: masa_[local:E:093b144f] logged in with entity id 221 at (-139.5, 71.0, 264.5)
  89. [10:02:49] [Server thread/INFO]: masa_ joined the game
  90.  
  91. -----------
  92.  
  93. World Drop commands are trying to be run in the log at lines 69 and 72
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement