Yesterday I tried running the FTB Revelation 3.4.0 server with the included 'start.bat' file. It starts up fine but eventually, it would get stuck in an infinite loop of something like this (shortened):
[Server thread/INFO] [woot]: Woot: Added custom drop Dragon Egg for minecraft:ender_dragon
[Server thread/INFO] [woot]: Woot: Added custom drop Dragon's Breath for minecraft:ender_dragon
[Server thread/INFO] [woot]: Woot: Added custom drop Dragon Heart for minecraft:ender_dragon
[Server thread/INFO] [woot]: Woot: Added custom drop Draconium Dust for minecraft:ender_dragon
When I ran 'start.sh', however, it would start up just fine, and it would only display the above once in thelog (EDIT: I mean console), rather than looping infinitely.
I've gotten rid of the eula stuff from the batch and shell files, so all that's left is the java command (and a cd command I added to allow it to work in cmd). The java args are identical.
Does anyone know why this might be happening?
[Server thread/INFO] [woot]: Woot: Added custom drop Dragon Egg for minecraft:ender_dragon
[Server thread/INFO] [woot]: Woot: Added custom drop Dragon's Breath for minecraft:ender_dragon
[Server thread/INFO] [woot]: Woot: Added custom drop Dragon Heart for minecraft:ender_dragon
[Server thread/INFO] [woot]: Woot: Added custom drop Draconium Dust for minecraft:ender_dragon
When I ran 'start.sh', however, it would start up just fine, and it would only display the above once in the
I've gotten rid of the eula stuff from the batch and shell files, so all that's left is the java command (and a cd command I added to allow it to work in cmd). The java args are identical.
Does anyone know why this might be happening?
Last edited: