[FUN/TP/CHAT] BuddyUp v1.0 - Why Mine Alone? [1.2.5-R4]

Discussion in 'Inactive/Unsupported Plugins' started by Kevin Forte, Jun 6, 2011.

  1. Offline

    Kevin Forte

    AS1LV3RN1NJA and Em0srawk like this.
  2. Offline

    Dirt_Ball

    I'd like to see some pictures or a video. I don't completely understand what this is suppose to do. Does it like make a NPC and you mine with it? And would it just give you chunk items or only specific items? (Junk being dirt, cobble. Good being iron, gold, diamond, ect)
     
  3. Offline

    Tauryuu

    If permissions is not found, does the plugin default to all players?

    (Please say yes :3)
     
  4. Offline

    Kevin Forte

    I saw that. Unfortunately, I have no real way to test this without rebooting my entire server which people hate, so I leave it up to the community here to do my testing for me at times. Buddy help would be easy, and I'll work on chat and warm-up.

    There really are no pictures to be taken, and if you'd like a video, someone will have to make one because I don't know how. It's just for mining with another player on the server. There is a setting for sharing ores only.
     
  5. Offline

    parker_digg

    If you use essentials, you can do /plugin reload that reloads all plugins without a restart. Takes about 3-4 seconds with my 35'ish plugins. If you need to replace a .jar, just replace it as soon as you do the command before they have all loaded up.
     
  6. Offline

    Kevin Forte

    Well that's pretty nice. Is there a way I can Only get that feature of essentials? I'm pretty accustomed to using General now.. I wonder if General has that function.
     
  7. Offline

    parker_digg

    I would imagine it has some sort of feature like that. I haven't used it in months though.
     
  8. Offline

    Kevin Forte

    Updated to v1.1.1, Fixed all of the commands, updated healing so that it works with Stackables, and added a '/buddy help' command.

    Not yet :( on the To-Do list :p

    @Tauryuu Nevermind, actually it does default to all players ;P

    Updated to v1.1.2, If permissions isn't installed, all players can now use BuddyUp.

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

    flea1777

    tried using the command /buddy send and look what i found

    01:09:42 [INFO] flea1777 tried to use command /buddy send
    01:09:42 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'budd
    y' in plugin BuddyUp v1.1.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    87)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at kforte318.BuddyUp.BuddyUp.onCommand(BuddyUp.java:272)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    >


    this bug would due to be because i only put /buddy send instead of /buddy send (name)
    you need to make it so it doesnt work or shows a message if you don't input the right command
     
  10. Offline

    Kevin Forte

    The bug is actually because you typed '/buddy send' without holding an item. I'll take care of it.
     
  11. Thanks for the node, but I'd really love one for the free teleport, that would be abused here ;)
     
  12. Offline

    Kevin Forte

    So wait, a specific node or teleporting? I'll just break the nodes down a little further haha.
     
  13. Yes, thank you :)
     
  14. Offline

    BBFPaco

    Awesome plugin! We're testing it out a bit on our server. Nothing worse than getting lost in a mine and this allows them to teleport without giving them full teleport functionality.

    One thing we noticed: When you die, your buddy is lost....can this be toggleable?

    Also, did you fix the way items are distributed so it is per specific item rather than simply rotating back and forth?


    Keep up the good work and thank you!
     
  15. Offline

    Kevin Forte

    Oh! I know why that's happening. Good catch! I'll fix it. I did, there is now a config option to only share ores. :)

    Updated to v1.2, Permissions separated into more nodes and hopefully the death bug is fixed.

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

    BBFPaco

    I installed it and tested some, but haven't had a chance to use it much yet. Hopefully this weekend I can get some gaming in.
     
  17. Offline

    Kevin Forte

    Cool, let me know what you think.
     
  18. Offline

    Pim1234

    when someone hits someone else on cb 928:

    Code:
    11:25:16 [SEVERE] Could not pass event ENTITY_DAMAGE to BuddyUp
    java.lang.NullPointerException
        at kforte318.BuddyUp.BUEntityListener.onEntityDamage(BUEntityListener.java:47)
        at org.bukkit.plugin.java.JavaPluginLoader$55.execute(JavaPluginLoader.java:628)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:428)
        at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:184)
        at net.minecraft.server.EntityHuman.d(EntityHuman.java:569)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:880)
        at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  19. Offline

    Kevin Forte

    Fixed in v1.2.1; thanks for the heads up. :)
     
  20. Offline

    gameswereus

    This is not a problem for me, but PvP HAS to be on for this to work. I had it off while I was doing some testing on my server. When I tried to do /buddy select, that would work but when I hit the player it would not give them the invite.

    Thanks, I love this plugin!
     
  21. Offline

    Kevin Forte

    Hm, that's really odd, considering I specifically didn't check if the event was already cancelled for that. I think there might be an event for when a player interacts with an entity though, so I'll have to see what that's all about.
     
  22. Offline

    eriorkless

    Hi, I was wondering if you could make a stand-alone plugin that just allows you to heal other players? Permissions along with that would be awesome! Something called "Medic" or to that affect ^.^ I have a little rpg thing on my server and it'd be cool if the medic could heal the players themselves rather than chucking the meat on the floor XD

    Thanks,
    eriorkless
     
  23. Offline

    Kevin Forte

    It's possible :p I could probably just copy paste code and be done with it.
     
  24. Offline

    Poe

    what if you only find one gold/diamond?
     
  25. Offline

    Kevin Forte

    It goes to the buddy that didn't get the last gold/diamond.
     
  26. Offline

    BBFPaco

    Anyone know if this works with 1.0.1 or 1.1 ?
     
  27. Offline

    md_5

    I'm not gonna move it back if its just a one line pointer.
     

Share This Page