(3) Custom Enchantments

Discussion in 'Plugin Requests' started by Tokiichi, Feb 17, 2017.

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

    Tokiichi

    Hello everyone, I just want to ask if someone could make a Custom Enchantments plugin with just this, It would be really appreciated:

    Suggested name: PickaxeEnchants

    What I want:
    I'd like a plugin with only 3 enchantments for Pickaxe.
    I need a way to make it so if you /ench user explosive 1 for example 3 times. It would be explosive 3, like enchant stacking, because I'm planning to use signs for it with external token plugin.

    Explosive / From 1 to 100
    Haste / Just 1 level
    Night Vision / Just 1 level

    Ideas for commands:
    /ench <player> <enchant> <level> - Enchants the pickaxe with the named enchant.
    /ench list - Displays all the enchantments

    Ideas for permissions:
    ench.ench
    ench.list

    When I'd like it by:
    As soon as possible.

    Extra:
    Message at enchant:

    §aEnchanted with &7<ench> <level>

    Lore of enchant:
    &7<enchant> <level>

    If someone could do this, It will be really appreciated, I can't see good plugins. I hope it is not hard.
     
    Last edited by a moderator: Feb 17, 2017
  2. Offline

    MattTheBeast

    Specify the "explosive" what are the levels calculated by? Does lv 100 explode 100 block radius? 1000? 3?

    Maybe give some kind of formula in witch the lv would be calculated
     
  3. Offline

    Tokiichi

    I'm not 100% sure, can't realize a good formula for it.
    I want Explosive 100 to blow a big hole.
     
  4. Offline

    PQE

    I can do this but I need an equation for the amount of blocks to break per level.
     
  5. Offline

    JanTuck

    You want something like this?

    0.25l + 1?

    Int l = 100

    Int radius = Math.round((0.25 * ((double) l)) + 1)

    Input level = 100
    Output radius = 26

    If we were to input 20 radius would be 6.



    Written on my mobile device.
     
  6. Offline

    PQE

    I mean that's one possible equation, I might make it a configurable equation in the config.

    EDIT: I might use sqrt because that way the higher the level gets, the more difficult it is to increase.
     
Thread Status:
Not open for further replies.

Share This Page