Added:
● These config settings to change Revive Head's recipe.
Code (YAML):
recipe
:
#If enabled, uses default head recipe and ignores all options here
use-default
: true
#Recipe shape on the crafting table. every letter means an unique item
shape
:
- 'DND'
- 'TWT'
- 'DND'
#describe every material that used in recipe here. all material names: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
materials:
D
: 'DIAMOND_BLOCK'
T
: 'TOTEM_OF_UNDYING'
W
: 'NETHER_STAR'
N
: 'NETHERITE_INGOT'
a
: 'AIR'
● /awakensmp revive <player> to revive someone instantly.
Changed:
● all command message settings are switched to a object called "commands"
● all commands turned to be a sub command of /awakensmp