
ExecutableCrafting
Плагин ExecutableCrafting для серверов Minecraft позволяет создавать полностью кастомные рецепты крафта, печи и наковальни с любыми условиями - без единой строчки кода. Идеально для RPG, хардкорных выживаний и PvP-серверов.
Список изменений
SCore (All plugins)
Fixed an issue with GetItem where the if statement didn't have a colon symbol, making any material with "IA" in them such as "DIAMOND_BLOCK" for example to be mistaken as an ItemsAdder item Added extra 2 tick delay for the reset mechanic when EQUIPMENT_VISUAL_REPLACE disguise runs out to fix an issue where the reset mechanic runs too soon.
Detailed explanation: Previous tests observed that this issue does not happen if the disguise is <10 ticks but is more likely to occur in >=20 ticks. What this issue does is that the reset mechanic of the logic runs too soon causing to have the last 1-2 disguise tasks to execute with no reset mechanic task to undo the disguise, causing it to persist until updates occur on the target slot.
Added extra logic to the EQUIPMENT_VISUAL_CANCEL to properly undo the disguise by utilizing the logic used by EQUIPMENT_VISUAL_REPLACE to resend packets towards all players showing the right equipment again
By Special70
