
ExecutableCrafting
Плагин ExecutableCrafting для серверов Minecraft позволяет создавать полностью кастомные рецепты крафта, печи и наковальни с любыми условиями - без единой строчки кода. Идеально для RPG, хардкорных выживаний и PvP-серверов.
Список изменений
SCore (All plugins) Added ADD_ITEM_NBT for item and player commands Example: For ItemCommands: ADD_ITEM_NBT keyValue:foo=bar type:string mode:pdc For PlayerCommands: ADD_ITEM_NBT slot:0 keyValue:foo=bar type:string mode:pdc
EI: Items become soulbound if you add them keepItemOnDeath=1 ADD_ITEM_NBT slot:0 keepItemOnDeath=1 type:integer mode:pdc
CPT: Oraxen and Nexo should now be supported correctly in customPiglinsTrades
EB: eb remove-all [replaceWithAir] [world] — removes all placed ExecutableBlocks at once, optionally replacing them with air (true/false, default true) and optionally limiting the removal to a single world.
