BattlePlugins / ArenaSpleef

Spleef plugin using BattleArena.
https://docs.bplug.in/books/additional-gamemodes/chapter/spleef
GNU General Public License v3.0
0 stars 4 forks source link

Spleef layer disappearing on match start #1

Closed Zach443 closed 9 years ago

Zach443 commented 9 years ago

I have gotten multiple reports of the snow layer turning to air when what sounds like the preStart is begun.

Evidence:

http://dev.bukkit.org/bukkit-plugins/battlearena2/#c176 http://dev.bukkit.org/bukkit-plugins/arenaspleef/#c1094 http://dev.bukkit.org/bukkit-plugins/arenaspleef/#c1093

Not sure what this is all about, because @Europia79 and I tested this over the weekend and it worked fine. I think we need to test it out again and see if it happens.

lasa01 commented 9 years ago

If you manually save a schematic with //schematic save, the result schematic's things can be seen inside MCEdit, but with the ones that BattleArena creates, they seem to be empty. And manually doing //schematic load BattleArena schematic and then //paste, it pastes just air. Something seems to be wrong with the schematic saving.

Malachiel87 commented 9 years ago

maybe can @Paaattiii can help out (owner of woolgame battlearena plugin)

Paaattiii commented 9 years ago

The saveSchematic method from WorldEditUtil seems to be wrong. I rewite this and in my case, it works fine.

https://github.com/Europia79/WorldEditUtil/pull/1

Zach443 commented 9 years ago

Resolved by above Pull Request.