platz1de / EasyEdit

A feature-rich World Editor for PocketMine-MP
https://poggit.pmmp.io/p/EasyEdit/
GNU General Public License v3.0
43 stars 28 forks source link

Leaves not replacing! #78

Closed LIVEGUYS closed 1 year ago

LIVEGUYS commented 1 year ago

When I do //replace 18 sand or //replace leaves sand or //replace oak_leaves sand it's shows on the chat 0 replaced blocks why leaves are broken or plugin pls fix this problem quickiest you can pls!

platz1de commented 1 year ago

Leaves are always persistent by default. The ones growing on trees aren't though, meaning they won't be affected Use /replace #leaves sand to replace all kinds of leaves or if you only want to replace these specific leaves oak_leaves[persistent=false] should do the trick too

LIVEGUYS commented 1 year ago

Than //flip command does not working! This is the error showing in the console but the server didn't crash! Error - thread/CRITICAL]: Exception: "Cannot traverse an already closed generator" (EXCEPTION) in "/storage/emulated/0/Android/data/com.kpwnapps.pmmpplugins/files/PocketMine-MP/plugins/EasyEdit (1).phar/src/platz1de/EasyEdit/task/DynamicStoredFlipTask" at line 79

platz1de commented 1 year ago

Thats unrelated to this issue (opened #79 for that topic)