hsyyid / EssentialCmds

EssentialCmds adds useful commands to Minecraft
https://bit.ly/2HPQ9tR
MIT License
31 stars 21 forks source link

RTP checks for safe blocks until server crashes. #137

Closed tenten8401 closed 8 years ago

tenten8401 commented 8 years ago

Using /rtp in a void dimension will lock up the server until watchdog shuts it down. Please fix this! Also, possibly have it teleport you to a configurable world when /rtp is called.

ryantheleach commented 8 years ago

http://pastebin.com/jah9yNP4 I think this is related. I thought originally that Sponge might be at fault. but if what you are saying is true tenten, then something needs to change.

ryantheleach commented 8 years ago

I think I may have duplicated this issue here: https://github.com/hsyyid/EssentialCmds/issues/140

PR to hopefully reduce the number of chunks loaded. Should probably add the failure cases. https://github.com/hsyyid/EssentialCmds/pull/141

hsyyid commented 8 years ago

Thanks @ryantheleach for fixing this