[FUN] Tim The Enchanter v3.0 - Enchant your items! [1.4.7-R1]

Discussion in 'Archived: Plugin Releases' started by mbaxter, Nov 20, 2011.

  1. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    The only time that enchantments are not saved is when the player holding the item dies.
     
  2. Offline

    beelee100

    Ok I found the solution to this
    it seems to me that it was controlORBle, Nolagg, Exp plugins
    that roll back the enchantment item to normal then again I might be wrong, but I got it to work after deleting those

    Yeah its true but this one was when I was holding it in my hand then log off , but I got it to work again :)
    after deleting some plugins.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  3. Offline

    shanko

    For future refrence: Enchanting a sword with something like Fire Protection wont work :p

    edit: well the plugin makes it work, but the effects actually dont work
     
  4. Offline

    beelee100

    Also if you reload your server it WILL roll back your enchant items back to normal
     
  5. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Are you sure about this? Sounds more like a plugin bug.
     
  6. Offline

    beelee100

    I don't really know but this time I had to admit it maybe it is a plugin bugged. I just reload all the plugin and same thing happen again.
     
  7. Offline

    xeNium

    Can you make enchant.enchantname.level (enchantname = Which kind of echant he can use, and level what level he can use)
     
  8. Offline

    Kaikz

    There's no RB for 1.0, and this is a 1.0 plugin. It was built against that version, so the version is there. No problem here.
     
  9. Offline

    Deleted user

    Oh woops xD sorry about that. I'll delete that post...
     
  10. Offline

    matix931

    Losing your enchantment from items after logging is caused by plugins like xAuth, it hide your inventory and delete your enchantment.
     
  11. Offline

    Kaikz

    Yeah, anything and interacts with an ItemStack will probably lose the enchantment. Just wait for a Bukkit update.
     
  12. Offline

    stertingen

    hey, what about permission nodes like enchant.enchantment.level
    example: enchant.looting.2 mens you are allowed to enchant looting level 1 and 2.
    or make it possible to buy enchantments.
     
  13. Offline

    BioRage

    O.O

    Sweet!
     
  14. Offline

    dandaman1001

    Needs the command: /enchant list
    to give the graph of what number is what enchantment.
     
  15. well if its a mbaxter plugin i gotta have it
     
  16. Offline

    SkyteamZ

    hi, nice plugin !

    But i was wondering if it was possible to put "per enchantment" permissions, so we can choose who, may enchanting and how...

    THX
     
  17. Offline

    xXKebobXx

    It would be great to have more permission nodes for it so that people can only enchant certain items and to certain levels maybe? i know it may get complicated but that would be best. Nice work so far on the plugin!
     
  18. Offline

    beelee100

    By the way this have been bothering me for awhile now just to let you know if you enchant the item then stop your server for a day then turn it back on the enchantment on the item disappear unless its stored in a chest of some kind.
    Is this common...?
     
  19. Offline

    DrDewman

    Hello mbaxter.

    First off I'd just like to say, what a wonderful plugin. This is extremely fun (enchant all lol) and allows for great testing capabilities.

    Now, I have a question that might not go in this plugin topic, but it uses Tim The Enchanter - would it be possible to allow ChestShop to sell enchanted tools, i.e: swords, pickaxes, axes, etc.?

    Maybe I should also post this in the ChestShop plugin thread if you don't have a definite answer.

    Thank you!
    Dew
     
  20. Offline

    beelee100

    We think alike I was hoping either chestshop or showcase to add one if they saw this enchant plugin, but I'll have to wait and see. :)
     
  21. Offline

    Nexot

    nice plugin! thx :B
     
  22. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    I don't think it's easily possible to do that, or at least it would be a feature of chestshop itself. You can also direct the chestshop author here if he shows interest but isn't sure on specifics.

    version 1.4 released.

    This version is required if you're on craftbukkit 1534 or higher.

    http://dev.bukkit.org/server-mods/enchanter/files/4-v1-4/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  23. Offline

    KhaosDiem

    Code:
    23:11:01 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'ench
    ant' in plugin TimTheEnchanter v1.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    64)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:756)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/enchantments/Enchantment
            at nu.baxter.enchant.Tim.enchantDat(Tim.java:82)
            at nu.baxter.enchant.Tim.onCommand(Tim.java:46)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    This is what I get when I try an enchant command
     
  24. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    You didn't pay attention to the requirements for craftbukkit versions. You're using a version of Tim The Enchanter for craftbukkit build 1534 and later.
     
  25. Offline

    KhaosDiem

    I was at 1534 but I went to the latest one and it worked. I also get level 127 when I enchant all command lol
     
  26. Offline

    Tulips

    can i get a link to permissions :/ some mods i have might be use of it but i can't find permissions lol to many things that say, (Blank blank with permissions) or stuff like that lol i use to have it but it needs update so can i get a link for it?
     
  27. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    http://dev.bukkit.org/server-mods/bpermissions/
     
  28. Offline

    Tulips

    oh hey, you should make it possible for like op to place signs with a thing on it where a player right clicks sign and they can now enchant with that but by 1 level per sign with that enchant id and level more added but limited to the max level of it, that would be cool to add it to end of a mini-game type thing or i could go down in caves and place them 1 per, so its not like that can insta max them all if you let them have enchantments cus i really want them to have limited enchantments :/
     
  29. Offline

    Rocket Widget

    Unenchant and being able to use enchant names instead of numbers would be nice additions to this plugin, but otherwise it's great!
     
  30. Offline

    tinogripe

    i keep getting internal error!
    pls help
     

Share This Page