Change Result
Changes the result at the time of recycling
How to change the result?
id
Description
Default change result:
change-result:
enable: false
materials:
'1':
id: custom_item:fired_sword
result:
- '[CONSOLE] say just recycled a diamond sword'
- '[PLAYER] gamemode creative'
- '[ITEM] EMERALD:10'
- '[ITEM] GRASS_BLOCK:5'
'2':
id: material:NETHER_STAR
result:
- '[CUSTOM_ITEM] custom_skull'
- '[CUSTOM_ITEM] fired_sword'
- '[ITEM] DIAMOND:10'
'3':
id: custom_item:custom_skull
result:
- '[CONSOLE] title %player% title "§aChange result"'
- '[CONSOLE] title %player% subtitle "§eCommand executed!"'
- '[ITEM] IRON_INGOT:2'Example 1: Diamond sword to 2 blocks dirt
Example 2: Kill the player when recycling a Tnt
Example 3: Get a custom item from plugin
Last updated