BlockHorizons / BlockSniper

An advanced (brush) world editing plugin for PocketMine-MP
https://poggit.pmmp.io/p/BlockSniper/
Apache License 2.0
76 stars 41 forks source link

World Edit Schematic Paste issue #69

Closed jasonw4331 closed 6 years ago

jasonw4331 commented 7 years ago

Description

When running the command /paste schematic Plot I recieved the error along with the command arguments out of their input order

This is the schematic I was trying to import Plot.schematic

Versions

Crashdump and/or console errors

03.09 21:18:49 [Server] Server thread/CRITICAL ParseError: "syntax error, unexpected '<', expecting end of file" (EXCEPTION) in "src/pocketmine/utils/BlockIterator" at line 169
03.09 21:18:49 [Server] Server thread/CRITICAL Unhandled exception executing command 'paste Plot schematic' in paste: syntax error, unexpected '<', expecting end of file
Sandertv commented 7 years ago

That's an interesting error you have there, could you try reproducing that with debug level set to 2?

jasonw4331 commented 7 years ago

I can't get the debug to level 2 ;-; its another person's server. I just have console access and said I would ask you to fix it 😋

jasonw4331 commented 7 years ago

The command ordering is so wierd when client command syntax is buing used.

Sandertv commented 7 years ago

Yeah with the /paste schematic command it becomes /paste Tree schematic instead of /paste schematic Tree. Anyway I'll look into it and see if I can find it.

Sandertv commented 6 years ago

Try the latest version.