Custom Enchantments

Discussion in 'Plugin Requests' started by Akrules01, Aug 14, 2015.

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

    Akrules01

    on are server witch is survival we need a plugin with custom enchants and i tried a few but they would not work can someone make one or give me a link to one that work ty
     
  2. Offline

    Keubix

  3. Offline

    Akrules01

    i tried that one but people cant use the enchantments it says you cant use that here
     
  4. Offline

    termanator1128

    thats wat i use and it works fine for me on 1.8
     
  5. Offline

    Akrules01

    yeah but only people with op can use the enchants

    unless you guys know a fix
     
    Last edited by a moderator: Aug 15, 2015
  6. Offline

    Keubix

    With that plugin, just give your players the permission -
    Code:
    ce.ench.*
    This will allow them to get and use custom enchants. This does not give them access to the commands or anything, just the enchants.
     
  7. Offline

    Akrules01

    i gave them that and in the chat it says in red you cant use that item here

    ok it works now one more question can i make it were they can get this in a enchament table

    EDIT by Timtower: merged posts
     
    Last edited by a moderator: Aug 15, 2015
  8. Offline

    Keubix

    They can get them in the enchant table, just change the enchant rate in the config.
     
  9. Offline

    Akrules01

    were do i change the enchant rate?
     
  10. Offline

    ThePirateGaming

    in the config.yml
    Open your server
    Go to your plugins folder
    open the CustomEnchantments folder
    open config.yml
    look for the rate section
     
  11. Offline

    Keubix

    Here is an example, when you see the # it is just a comment, no need to put that in your config.
    Code:
    Poison:
        Enabled: 'true' #Change to false to disable the enchant.
        DisplayName: Poison #Change the display name of the enchant in-game.
        EnchantmentMaxLevel: '4' #Change the max enchantment level, so the max of this is Poison 4/IV
        OccurrenceChance: '30' #This is how often it can occur in the enchant table.
        Cost: '0' #If you want it to cost in-game money, you can change this value.
        Duration: '60' #This is how long the enchant will last in ticks. 20 Ticks = 1 Second, So 60 Ticks = 3 Seconds.
        Strength: '1' #This is the strength of the effect.
        EnchantmentProbability: '5.882352941176471' #This should not be edited.
    
     
  12. Offline

    termanator1128

    @Akrules01 please change the prefix to filled thanks
     
  13. Offline

    Akrules01

    is there a way we can put them in a anvil and get a better enchant like lifesteal 1 with lifesteal 1 and get lifesteal 2?
     
  14. Offline

    timtower Administrator Administrator Moderator

    Tried asking that to the original developer.
     
Thread Status:
Not open for further replies.

Share This Page