[DISCONTINUED][MECH] Repair v1.5 - Simple repair plugin [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Lolmen, Apr 18, 2011.

  1. Offline

    Lolmewn

    Repair -- The Repair plugin for your tools!


    NOTE: I'm no longer continuing this plugin. Looks like techfish500 is taking it over though!


    Give me a reason to go update this plugin more often!
    [​IMG]

    What is it?
    Repair lets you repair your tools!

    How to Install
    Simply copy/paste the Jar into your Plugins Folder.

    How does it work?
    Use the /repair command to repair your stuffs!

    Permission Nodes:
    Show Spoiler
    only one: repair.fix


    To-Do:
    - Let it cost Items to do this

    Known Bugs:
    - You tell me ;)

    Download now!
    (CB 1000) --> link (v1.5)

    ChangeLog
    Show Spoiler

    Version 1.5
    - Fixed stupid something. That REALLY was stupid.
    - Items are totally disabled, they only caused errors.

    Version 1.4
    - iConomy 5.0 =D

    Version 1.3
    - Eeh, fixes?

    Version 1.2
    - Added Armour.

    Version 1.1:
    - Added the repair.fix permission
    - Added iConomy support (No item support yet!)

    Version 1:
    - Release


    I need money for my server, please [​IMG]
     
  2. Offline

    riuthamus

    If your going to add iconomy can you add BOSEconomy as well? And dont worry about replies, takes some time. I will be trying this out on our server, the biggest complaint people will always have is Econ support as well as Permissions/GroupManager support.
     
  3. Offline

    Lolmewn

    K sure. Will look @ it.
     
  4. Offline

    Archelaus

    You need the version of the plugin inside the thread title as well as inside the thread.
     
  5. Offline

    Lolmewn

    Ive got that, look where you can download ;) CB version is there.
     
  6. Offline

    Archelaus


    You need the version of the plugin inside the thread title as well as inside the thread.
     
  7. Offline

    Lolmewn

    oh sorry for that.
     
  8. Offline

    Archelaus

    No problem, I didn't know how to phrase it better, thats all :p
     
  9. Offline

    Lolmewn

    Version 1.1 is a go!
    Added iConomy support
    Added Permission (repair.fix)
     
  10. Offline

    DevRW

    Would like to see anvils integrated [block click to repair] or at least sign click to repair (with a separate node from just the command) The only other plugin I know of, the author hasn't updated for armor yet, or any items that degrade aside primary tools, so it'd be really awesome if you'd do that.
     
  11. Offline

    Lolmewn

    I could add armour, and maybe signs aswell. Will do as soon as I have time :p

    Repair v1.2 is out.
    Added Armour compatibility. I think that's it.

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

    Juze

  13. Offline

    Lolmewn

  14. Offline

    Juze

    Joymo? Buxville owner? :eek: What did he say? :D

    Okay, just one more last request I forgot, get a space between MECH and your plugin name and remove one - so it looks like [MECH] Repair - Blahblah :p
     
  15. Offline

    Lolmewn

    I've removed that - , although I liked it :p
    What he said was something like "I've been working out the perfect tweaking for months, and now ur gonna behave like a Juze, I don't like it, BAN". *sigh*
     
  16. when i try to let it cost items it says: "An internal error occured while attempting to perform this command"
    my setting are:
    Money_Costs=0
    Items= 259,3|5,1

    is there something wrong with this?
     
  17. Offline

    Lolmewn

    Items don't work yet, set it to 0.
     
  18. Offline

    jamietech

    Are you going to get boseconomy support? I can't run mySQL, so I'm using bose.
     
  19. Offline

    Lolmewn

    I will look into using that, yes.
     
  20. Offline

    Ross Gosling

    I think if to repair it wasnt a command and you had to combine the tool with some extra iron, diamond etc (depending on the tool) it would be alot better and it would feel more like a part of gameplay than a cheat
     
  21. Offline

    fregaPT I steal plugins as my own

    Can U update this ?
    Please ?
    Or give me the source code , so that I can update it ?
    And give it back to you ?
    Answer as quick as you can! (Please :D )
     
  22. Offline

    Lolmewn

    Will do.
     
  23. Offline

    fregaPT I steal plugins as my own

    Send a comment when it's posted
     
  24. Offline

    Lolmewn

    I've almost got multi-items working.

    Ok, it's uploaded. Please try out if it works with more then one item (configure it like this: Itemnumber;amount|Itemnumber;amount|Item;amount etc

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

    Plague

    cb 684 - inactive
     
  26. Offline

    DaddyCool64

    Updated to cb 798:
    Code:
    2011-05-22 02:59:02 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'repair' in plugin Repair v1.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:97)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:701)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:666)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:660)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    at nl.lolmen.Repair.Repair.doStuff(Repair.java:146)
    at nl.lolmen.Repair.Repair.onCommand(Repair.java:86)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 15 more
    EDIT: Problem was not update CB, problem was change Money_Costs=0 to Money_Costs=50
    Don't work with iConomy 5?
     
  27. Offline

    Juze

    @Lolmewn : Test against latest RB (#798) for plugin releases. You probably want to add iConomy 5 support too? :p
     
  28. Offline

    Lolmewn

    I an trying to add iConomy 5 but its quite complicated. I think i got it working, i might release later today
     
  29. Offline

    Juze

    @Lolmwen : Could you at least please test this against latest RB for plugin releases? :)
     

Share This Page