
✯ 17 firework star colors! ✯
✯ Multiple custom sounds and particles! ✯
✯ Tab completer on commands! ✯
✯ Ability to create unlimited repair scrolls! ✯
✯ Custom repair percent per scroll! ✯
✯ Custom permissions in config! ✯
✯ Active development and support! ✯
... and much more ...

config.yml
Code:
permissions:
main-command: 'repairscrolls.command.use'
enabled-gears:
- 'CHAINMAIL_HELMET'
- 'DIAMOND_HELMET'
- 'GOLD_HELMET'
- 'IRON_HELMET'
- 'LEATHER_HELMET'
- 'CHAINMAIL_CHESTPLATE'
- 'DIAMOND_CHESTPLATE'
- 'LEATHER_CHESTPLATE'
- 'GOLD_CHESTPLATE'
- 'IRON_CHESTPLATE'
- 'CHAINMAIL_LEGGINGS'
- 'DIAMOND_LEGGINGS'
- 'GOLD_LEGGINGS'
- 'IRON_LEGGINGS'
- 'LEATHER_LEGGINGS'
- 'CHAINMAIL_BOOTS'
- 'DIAMOND_BOOTS'
- 'GOLD_BOOTS'
- 'IRON_BOOTS'
- 'LEATHER_BOOTS'
- 'DIAMOND_PICKAXE'
- 'GOLD_PICKAXE'
- 'IRON_PICKAXE'
- 'WOOD_PICKAXE'
- 'STONE_PICKAXE'
- 'DIAMOND_AXE'
- 'GOLD_AXE'
- 'IRON_AXE'
- 'WOOD_AXE'
- 'STONE_AXE'
- 'DIAMOND_SHOVEL'
- 'GOLD_SHOVEL'
- 'IRON_SHOVEL'
- 'WOOD_SHOVEL'
- 'STONE_SHOVEL'
- 'GOLD_HOE'
- 'IRON_HOE'
- 'WOOD_HOE'
- 'STONE_HOE'
- 'DIAMOND_HOE'
- 'FLINT_AND_STEEL'
- 'SHEARS'
- 'FISHING_ROD'
- 'BOW'
- 'DIAMOND_SWORD'
- 'GOLD_SWORD'
- 'IRON_SWORD'
- 'WOOD_SWORD'
- 'STONE_SWORD'
- 'SHIELD'
messages.yml
Code:
no-permission: '&c&l(!) &cYou do not have permission to use this command!'
player-not-found: '&c&l(!) &cThe player {player} is not online!'
scroll-not-found: '&c&l(!) &cThe scroll {type} not found!'
file-not-found: '&c&l(!) &cThe file with name "{file}" not found!'
invalid-command: '&c&l(!) &cInvalid command! Use "/{cmd}" for help!'
reload-all-files: '&e&l(!) &eAll files was reloaded!'
reload-config: '&e&l(!) &eThe {file} file was reloaded!'
reload-messages: '&e&l(!) &eThe {file} file was reloaded!'
reload-scrolls: '&e&l(!) &eThe {file} file was reloaded!'
reset-all-files: '&c&l(!) &cAll files was reset!'
reset-config: '&c&l(!) &cThe {file} file was reset!'
reset-messages: '&c&l(!) &cThe {file} file was reset!'
reset-scrolls: '&c&l(!) &cThe {file} file was reset!'
command-usage: '&c&l(!) &cIncorrect usage! Use "/{cmd} <give|reload|reset>" instead!'
command-usage-type: '&c&l(!) &cIncorrect usage! Use "/{cmd} give {player} <type> [amount]" instead!'
command-usage-give: '&c&l(!) &cIncorrect usage! Use "/{cmd} give <player> <type> [amount]" instead!'
invalid-number: '&c&l(!) &cThe amount {number} is not a number!'
scrolls.yml
Code:
common:
color: AQUA
name: '&6&l*&e&l*&6&l* &e&lCommon Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7I'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 20
glow: true
uncommon:
color: BLACK
name: '&6&l*&e&l*&6&l* &e&lUncommon Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7II'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 25
glow: true
unusual:
color: BLUE
name: '&6&l*&e&l*&6&l* &e&lUnusual Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7III'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 30
glow: true
remarkable:
color: FUCHSIA
name: '&6&l*&e&l*&6&l* &e&lRemarkable Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7IV'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 35
glow: true
rare:
color: GRAY
name: '&6&l*&e&l*&6&l* &e&lRare Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7V'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 40
glow: true
outstanding:
color: GREEN
name: '&6&l*&e&l*&6&l* &e&lOutstanding Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7VI'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 45
glow: true
exceptional:
color: LIME
name: '&6&l*&e&l*&6&l* &e&lExceptional Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7VII'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 50
glow: true
strange:
color: MAROON
name: '&6&l*&e&l*&6&l* &e&lStrange Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7VIII'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 55
glow: true
master:
color: NAVY
name: '&6&l*&e&l*&6&l* &e&lMaster Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7IX'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 60
glow: true
elite:
color: OLIVE
name: '&6&l*&e&l*&6&l* &e&lElite Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7X'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 65
glow: true
arcane:
color: ORANGE
name: '&6&l*&e&l*&6&l* &e&lArcane Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7XI'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 70
glow: true
unique:
color: PURPLE
name: '&6&l*&e&l*&6&l* &e&lUnique Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7XII'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 75
glow: true
epic:
color: RED
name: '&6&l*&e&l*&6&l* &e&lEpic Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7XIII'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 80
glow: true
eldritch:
color: SILVER
name: '&6&l*&e&l*&6&l* &e&lEldritch Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7XIV'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 85
glow: true
legendary:
color: TEAL
name: '&6&l*&e&l*&6&l* &e&lLegendary Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7XV'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 90
glow: true
divine:
color: WHITE
name: '&6&l*&e&l*&6&l* &e&lDivine Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7XVI'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 95
glow: true
godly:
color: YELLOW
name: '&6&l*&e&l*&6&l* &e&lUncommon Repair Scroll &6&l*&e&l*&6&l*'
lore:
- ''
- '&6* &eDescription &7This item allows you to'
- ' &7repair tools, weapons and armor!'
- ''
- '&6* &eTier &7XVII'
- '&6* &eRepair Percent &7{percent}%'
- ''
- '&7&o(( Tip: &f&oDrag n'' Drop &7&oonto item to apply! ))'
particles:
- 'SPELL;10'
- 'CRIT_MAGIC;10'
sounds:
- 'ENTITY_PLAYER_LEVELUP;10.0;1.4'
- 'ENTITY_BAT_TAKEOFF;10.0;0.7'
percent: 100
glow: true

✯ Play.VanillaWars.net ✯
(( If you used this resource send me your server ip in your rating and I'll put it here! ))

(( If you would like to do one please send me the link in your rating and I'll put it here! ))














