Enchant Upgrades

Discussion in 'Plugin Requests' started by Hergarian, May 25, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Hergarian

    Plugin category: RPG

    Suggested name: Enchant Upgrades

    What I want: I'd like to have a plugin that allows me to upgrade my items in an anvil.
    Example:
    I've killed a mob and it drops me a crystal (drop are made with mythticmobs).
    So i go to the next anvil and put my weapon AND the crystal (wich is enchantet with sharpness 2) in it. Then i can take out my weapon wich now has sharpness 4 (it had sharpness 2).

    Code:
    config:
    useable-items: #just these items can be used as an upgrade
    - 371
    - 399
    - 388
    max-level-for-enchantments: 10

    Also, skim-reading is much easier with paragraphs!

    Ideas for commands: maybe /anvil ??

    Ideas for permissions: not needed

    When I'd like it by: asap my friend
     
  2. Offline

    au2001

    @Hergarian Isn't Sharp 2 + Sharp 2 supposed to make a Sharp 3?

    But it's definitely possible.
    And do you want /anvil command to open a virtual anvil? Just like /echest or /craft?

    Also, the config you be :
    Code:
    crystals:
    - Gold Nugget
    - Nether Star
    - Emerald
    
    max-enchant: 10
     
    Last edited: May 25, 2015
  3. Offline

    Hergarian

    @au2001 Yes but i think it's better to do it normal (1+1=2;2+2=4), so the user can imagine it better.
    /anvil should be a virtual anvil yes :)
     
  4. Offline

    au2001

    @Hergarian Then should it be changed for combining normal weapons ?
     
  5. Offline

    Hergarian

    @au2001 if it's not too complicated: no
    If it's way easier to make all items combine "normal" you can do it. What eher is fast er for you to do
     
  6. Offline

    au2001

    @Hergarian The easiest way for me si not to change normal items, just to make it your way for crystals.
    Ans that's apparently the way you prefer to, si I'll just to with Thatcher.
    I'll work on the plugin this afternoon and I think I will be able to release it today.

    Also, if you have a Sharp 2 sword and a Sharp 1 crystal, would it make a Sharp 3 sword?
    Because in normal enchanting it would give a Sharp 2, but I guess your way would be 2+1=3
     
  7. Offline

    Hergarian

  8. Offline

    au2001

Thread Status:
Not open for further replies.

Share This Page