Open brandonganem opened 8 years ago
Could be related to #10 in that this piece of code isn't handling a world name with a space well?
I don't think so. PlayerEvent world=
I have implemented a fix via PowerSchill/minecraft-app@235ed45063c5e1c56bfd2b741cc4db4d85f3dc75
The worlds are currently world, world_the_nether, and world_the_end for overworld, the nether, and the end respectively.
[13:13:02 INFO]: name=PlayerEvent event_id= game_time=5282 world=yyy x=-123 y=130 z=283 action=move player=xxxx from_x=-123 from_y=130 from_z=284 to_x=-123 to_y=130 to_z=283 [13:13:03 INFO]: name=BlockEvent event_id= game_time=3437293 world=DEFAULT x=-122 y=132 z=284 action=block_broken block_type=WOOD_STAIRS player=xxxxx base_type=WOOD_STAIRS
These blocks are being placed in a named world, not "DEFAULT"