Filled New Party System

Discussion in 'Archived: Plugin Requests' started by Jerry99666, Jun 29, 2014.

  1. Offline

    Jerry99666

    Plugin category: Party System

    Suggested name: TrueRPGParties

    What I want: A party plugin similar to the SkillAPI party plugin but doesn't require SkillAPI as it conflicts with my current class plugin, RPGLeveling. A core function of this plugin is the ability to configure the max limit of party members and that all players gain the same exp for a exp orb gained by one member of the player. An explanation of this is when Player A kills a mob and gains experience, Player B and Player C would get the same amount of experience gained by Player A. I would like this to plugin into the experience orb event.

    Ideas for commands:
    /party = general info
    /party invite @P = invite the select player to the party
    /party decline = declines a party invite
    /party leave = player leaves the party, when only one player is left party disbands.
    /party disband = disbands the party, usable only by party leader

    Ideas for permissions:
    party.general = default permission to have access to party commands

    When I'd like it by: ASAP

    kxpeep93 I saw your message in my email and yeah a scoreboard would be awesome!

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

    TheWolfBadger

    Jerry99666 I almost have this done.
    EDIT: Suggestion. Keep the convos on this thread. Don't pay that guy I assume he is asking for pay...
     
  3. Offline

    Jerry99666

    TheWolfBadger woah thanks! Also he posted a message on this post, I got an email saying what he said and he wasn't asking for money, but if you're almost done that's amazing!
     
  4. Offline

    TheWolfBadger

    Jerry99666 Would you like to come help test, so I can let my friend timtower have some time back to himself xD?
     
  5. Offline

    Jerry99666

    Yes I would!
     
  6. Offline

    TheWolfBadger

    Jerry99666 <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 2, 2016
  7. Offline

    Jerry99666

    TheWolfBadger Alright i know this is fast but it just came to me.
    Suggestion: command: /party reload permission: default to op only
     
  8. Online

    timtower Administrator Administrator Moderator

    TheWolfBadger likes this.
  9. Offline

    TheWolfBadger

    Jerry99666
    No point when config only holds 1 key and value along with it...
     
  10. Offline

    traipop

    http://prntscr.com/3xq93e i get this on party accept, and could you make so party displays scoreboard HP and members, thats all
     
  11. Offline

    Jerry99666

    TheWolfBadger alright and I agree with traipop on the scoreboard, also I can't get the exp to work with members. Could it because I have a different leveling system but it should work as that plugin also links into the exp orbs that mobs drops.
     
  12. Online

    timtower Administrator Administrator Moderator

  13. Offline

    Jerry99666

    traipop did you do /p create PARTYNAME then do /p invite PLAYER?
     
  14. Offline

    TheWolfBadger

    traipop Need the error in a http://pastebin.com as timtower pointed out. The error needs to be from the console so I can see where it's coming from... Also traipop did you create a party first? Jerry99666 EXP works on EXP change event, it sets their EXP on each join.
     
  15. Offline

    traipop


    yes i did create a party first, and i am not sure how to get the error ._. and could you make a chat channel, like if youd say /p "Message"
     
  16. Offline

    TheWolfBadger

    traipop Possibly. I am currently updating my BukkitDev profile. In future updates I will add the chat as this is going on BukkitDev today :).
     
  17. Offline

    traipop

    what id think was to remove the party create, and just have the party invite, and when you invite the scoreboard shows up and that is the party,
     
  18. Offline

    TheWolfBadger

  19. Online

    timtower Administrator Administrator Moderator

    traipop You can get the error by opening latest.log in the <server>/logs folder
     
  20. Offline

    traipop

    org.bukkit.command.CommandException: Unhandled exception executing command 'party' in plugin rpgParties v1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:952) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.getPlayer(Ljava/util/UUID;)Lorg/bukkit/entity/Player;
    at com.core.rpg.parties.Main.getLeader(Main.java:91) ~[?:?]
    at com.core.rpg.parties.Main.addMember(Main.java:144) ~[?:?]
    at com.core.rpg.parties.commandsEx.onCommand(commandsEx.java:89) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
    ... 13 more
     
  21. Online

    timtower Administrator Administrator Moderator

    traipop That is due to the fact that you run an old craftbukkit version, if you update to 1.7.9 then you don't have that issue anymore
     
    TheWolfBadger likes this.
  22. Offline

    traipop

    D= i dun want 1.7.9 ;_; noooooooo
     
  23. Offline

    TheWolfBadger

    traipop Made the plugin in 1.7.9 for it to be ready for the UUID update. :)
     
  24. Offline

    traipop

    you just made me cry xD
     

Share This Page