New Features
- Revive item
- Has a crafting recipe
- rename the item to the player to unban
- right click the item
- with changeable lore!
- /am list command
- shows a list of players and their marks
- /am banlist command
- shows a list of banned players with the option to unban the player
Smaller Bug fixes
- Fixed Broadcast Ability
- Improved banlist savings (you can now actively change the values
YAML:revive_item: material: AMETHYST_SHARD name: "&cRevive Mark" lore: - "&aRename this item to revive a player." lore_after_rename: - "&aRight click to revive a player." custom_model_data: 0 # The crafting recipe for the mark item. crafting_recipe: shape: - "ABA" # First line of the recipe layout. - "BCB" - "ABA" ingredients: # Ingredient mappings for the recipe. A: NETHERITE_BLOCK B: DIAMOND_BLOCK C: REDSTONE_BLOCK
