MythicSalvage - $2
This plugin allows admins to create a salvage block that when right-clicked by a player whilst holding a Mythic Item will give them 1 Magical Dust of the same tier.
When a player has 9 Magical Dust together and right clicks them they will be presented the option to create a Essence Dust which when right-clicked will give the user a random mythic item from that tier.
When a player has 9 Magical Dust together and right clicks them they will be presented the option to create a Essence Dust which when right-clicked will give the user a random mythic item from that tier.
Command: /setsalvage - (permission: 'setsalvage.use')
Code:
# MythicSalvage v1.0 by Callum McCloskey
dust:
type: Sulphur
name: '&eMagical Dust &8(&6%tier%&8)'
lore:
- '&7&oRight-click this item to activate it''s'
- '&7&omagicial properties...'
glow: true
amount-required: 9
essence:
type: Glowstone Dust
name: '&eEssence Dust &8(&6%tier%&8)'
lore:
- '&7&oRight-click this item to activate it''s'
- '&7&omagicial properties...'
glow: true
amount-required: 9
messages:
not-valid-item: '&rThe item you have attempted to salvage is &einvalid&r!'
click-to-confirm: '&rYou must &eleft-click &rto confirm you want to salvage this item!'
on-confirm: '&rYou have confirmed this item salvage and recieved a &e%tier% &rdust!'
need-more-dust: '&rYou need &e%amount% &rmore dust to be able to do this!'
on-give-essence: '&rYou have recieved a &e%tier% &ressence for cashing in some dust!'
on-use-essence: '&rYou have used your &e%tier% &ressence and recieved an item of that tier!'
Last edited:
