THIS UPDATE CONTAINS NEW BETA LOGIC FOR WORLDEDIT AND FASTASYNCWORLDEDIT. PLEASE REPORT ALL BUGS TO MY DISCORD SERVER
- Added WorldEdit 1.8 - 1.12 and FAWE 1.13+ (FAWE 1.8 - 1.12 also supported, but cause some bugs) support
- Added new schematic small_temple - Smal temple with 5 luckyblocks. Delete /schematics/ to get it
- Added feature to make schematics with LuckyBlocks. Insert oak sign with two-lines text (First line - [ntdluckyblock], second line - color (or random for random color). Check attachment
- Changed COMMAND luckydrop logic. Now command will be performed by console if placeholder %player% not provided and luckyblock break were caused not by player
- Changed WATER BUCKET logic. Now water bucket will be dropped if luckyblock break were caused not by player
- Changed LIGHTNING logic. Now ligtning strikes will stop if player died
- Fixed missed checks for permission on ArmorStand interact (When LuckyBlock broken, but still available)
- Fixed missing yellow color in one message
- Fixed country in ru translation
- [API] Added try-catch for LuckyBlockType.parse. Now it will return null if luckyblock color not found
- [API] Added LuckyBlockType.random(boolean) that will return random (enabled if provided true) luckyblock
- [API] Added support for .schematic schematic files
- [API] Added LuckyBlock.executeProtected(Block, Player)