ItemUpgrader << Upgrade Items through a GUI >>

Status
This thread has been locked.

Kmaf2002

Feedback score
0
Posts
12
Reactions
6
Resources
0
I have just finished my second plugin, Original i developed it for my own individual server but i am in need of some money so thought i would release it to the Community for a fee.



Price: $5.00


Source Code:
$8.00

Please do not resell or leak this plugin, It took me allot of time to write, i have re-wrote it three times in order to make it more configurable and less lines in the actual code.


Capture.PNG
Capture.PNG

The plugin uses a very detailed Config file that allows individual permission setting, configurable costs messages and many other features that make customising the plugin very easily.
title: "&8&l[&6&lItem &e&lUpgrader&8&l]"
alreadyEnchanted: "&8[&7Already Enchanted&8]"
notEnoughMoney: "&8&l[&6&lItem&e&lUpgrader&8&l]&7: &cYou do not have enough Money to upgrade this item!"
noPerm: "&8&l[&6&lItem&e&lUpgrader&8&l]&7: &cYou do not have Permission to upgrade this item!"
reload: "&8&l[&6&lItem&e&lUpgrader&8&l]&7: &aReload success!"

allEnchants:
- 'sharpness'
- 'unbreaking'
- 'protection'
- 'efficency'
- 'silkTouch'
- 'power'
- 'punch'
- 'flame'
- 'infinity'
- 'respiration'
- 'aquaAffinity'
- 'thorns'
- 'depthStrider'
- 'looting'
- 'fortune'
- 'fireaspect'
- 'knockback'


swordEnchants:
- 'sharpness'
- 'unbreaking'
- 'looting'
- 'fireaspect'
- 'knockback'


axeEnchants:
- 'sharpness'
- 'unbreaking'
- 'efficency'
- 'silkTouch'

bowEnchants:
- 'unbreaking'
- 'power'
- 'punch'
- 'flame'
- 'infinity'


pickaxeEnchants:
- 'unbreaking'
- 'efficency'
- 'silkTouch'
- 'fortune'


shovelEnchants:
- 'unbreaking'
- 'efficency'
- 'silkTouch'


helmetEnchants:
- 'unbreaking'
- 'protection'
- 'thorns'
- 'respiration'
- 'aquaAffinity'


chestplateEnchants:
- 'unbreaking'
- 'protection'
- 'thorns'

leggingsEnchants:
- 'unbeaking'
- 'protection'
- 'thorns'


bootsEnchants:
- 'unbreaking'
- 'protection'
- 'depthStrider'
- 'thorns'


respiration:
- '4'
- 'respiration'
- 'OXYGEN'
- '29'
- '&aClick to Enchant with respiration %tier%!'
- '&cEnchant With respiration %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- ''
- ''
- ''

knockback:
- '3'
- 'knock back'
- 'KNOCKBACK'
- '38'
- '&aClick to Enchant with knockback %tier%!'
- '&cEnchant With knockback %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- ''
- ''
- ''

fireaspect:
- '3'
- 'fire aspect'
- 'FIRE_ASPECT'
- '20'
- '&aClick to Enchant with fire aspect %tier%!'
- '&cEnchant With fire aspect %tier% first'
- '1000'
- '2000'
- '3000'
- ''
- ''
- ''
- ''


looting:
- '5'
- 'looting'
- 'LOOT_BONUS_MOBS'
- '29'
- '&aClick to Enchant with looting %tier%!'
- '&cEnchant With looting %tier% first'
- '1000'
- '2000'
- '3000'
- ''
- ''
- ''
- ''

fortune:
- '5'
- 'fortune'
- 'LOOT_BONUS_BLOCKS'
- '29'
- '&aClick to Enchant with fortune %tier%!'
- '&cEnchant With fortune %tier% first'
- '1000'
- '2000'
- '3000'
- ''
- ''
- ''
- ''


silkTouch:
- '4'
- 'silk touch'
- 'SILK_TOUCH'
- '20'
- '&aClick to Enchant with silk touch %tier%!'
- '&cEnchant With aqua silk touch %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- ''
- ''
- ''


aquaAffinity:
- '4'
- 'aqua affinity'
- 'WATER_WORKER'
- '38'
- '&aClick to Enchant with aqua affinity %tier%!'
- '&cEnchant With aqua affinity %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- ''
- ''
- ''



fishingrodEnchants:
- 'unbreaking'
- 'luckOfTheSea'
- 'lure'


depthStrider:
- '5'
- 'Depth Strider'
- 'DEPTH_STRIDER'
- '29'
- '&aClick to Enchant with Depth Strider %tier%!'
- '&cEnchant With Depth Strider %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- '5000'
- ''
- ''

thorns:
- '4'
- 'thorns'
- 'THORNS'
- '20'
- '&aClick to Enchant with THORNS %tier%!'
- '&cEnchant With THORNS %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- ''
- ''
- ''

sharpness:
- '6'
- 'sharpness'
- 'DAMAGE_ALL'
- '2'
- '&aClick to Enchant with Sharpness %tier%!'
- '&cEnchant With Sharpness %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- '5000'
- '6000'
- ''

power:
- '6'
- 'power'
- 'ARROW_DAMAGE'
- '2'
- '&aClick to Enchant with Power %tier%!'
- '&cEnchant With Power %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- '5000'
- '6000'
- ''

punch:
- '3'
- 'punch'
- 'ARROW_KNOCKBACK'
- '20'
- '&aClick to Enchant with Punch %tier%!'
- '&cEnchant With Punch %tier% first'
- '1000'
- '2000'
- '3000'
- ''
- ''
- ''
- ''

flame:
- '3'
- 'flame'
- 'ARROW_FIRE'
- '20'
- '&aClick to Enchant with Flame %tier%!'
- '&cEnchant With Flame %tier% first'
- '1000'
- '2000'
- '3000'
- ''
- ''
- ''
- ''

infinity:
- '1'
- 'Infinity'
- 'ARROW_INFINITE'
- '29'
- '&aClick to Enchant with Infinity %tier%!'
- '&cEnchant With Infinity %tier% first'
- '1000'
- ''
- ''
- ''
- ''
- ''
- ''


unbreaking:
- '4'
- 'unbreaking'
- 'DURABILITY'
- '11'
- '&aClick to Enchant with Unbreaking %tier%!'
- '&cEnchant With Unbreaking %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- ''
- ''
- ''

luckOfTheSea:
- '3'
- 'Luck Of The Sea'
- 'LUCK'
- '11'
- '&aClick to Enchant with Luck Of The Sea %tier%!'
- '&cEnchant With Luck of The Sea %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- ''
- ''
- ''


lure:
- '3'
- 'lure'
- 'LURE'
- '20'
- '&aClick to Enchant with Lure %tier%!'
- '&cEnchant With Lure %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- ''
- ''
- ''

protection:
- '5'
- 'protection'
- 'PROTECTION_ENVIROMENTAL'
- '2'
- '&aClick to Enchant with Protection %tier%!'
- '&cEnchant With Protetion %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- '5000'
- ''
- ''

efficency:
- '6'
- 'efficency'
- 'DIG_SPEED'
- '2'
- '&aClick to Enchant with Efficency %tier%!'
- '&cEnchant With Efficency %tier% first'
- '1000'
- '2000'
- '3000'
- '4000'
- '5000'
- '6000'
- ''

Commands:

/upgrade << Opens up the Upgrade GUI
Supported Items:

All leather Armour
All Chainmail Amour
All Iron Armour
All Gold Armour
All Iron Armour
All Wood Tools
All Stone tools
All Iron Tools
All Gold Tools
All Diamond Tools
All Swords
Fishing rods
Bows

(If there is anything missing Message me and i can add it).

More features can be requested or questions answered by contacting me on my discord server: https://discord.gg/SWhYKCu


Proof of ownership:
Capture.PNG
 

Attachments

  • Capture.PNG
    Capture.PNG
    176 KB · Views: 93
  • Capture.PNG
    Capture.PNG
    148.3 KB · Views: 94
  • Capture.PNG
    Capture.PNG
    71.3 KB · Views: 88
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Catz

Active Member
Premium
Feedback score
0
Posts
187
Reactions
83
Resources
0
Vouch amazing person and awesome to work with
 

PurrfectMistake

¬ Owner of AetherTale.com
Premium
Feedback score
10
Posts
307
Reactions
95
Resources
0
So.. its literally just an enchanting system that uses money to pay for enchantments.
kek.

$8? pogchamp
 
Status
This thread has been locked.
Top