[DEV/INFO/RPG] mmoParty v1.3 - Leadership based parties with damage protection [Spout] [1185]

Discussion in 'Inactive/Unsupported Plugins' started by Rycochet, Aug 12, 2011.

  1. Offline

    Rycochet

    Now using BukkitDev for releases...
    This thread will remain for discussion only.
    Files also available here.

     

    Attached Files:

    SilverHearts, Botz147 and wassilij like this.
  2. Great plugin :) Thanks :D
     
  3. Offline

    wassilij

    I
    LOVE
    THIS

    Big THX!
     
  4. bug report: When joining a party that someone has invited you to their names appear to go above yours (and thus aren't visible) rather than below. As shown in this screenshot you can just about make out some pixels above my name, from one of the other people in the party.

    Show Spoiler
    [​IMG]
     
  5. Offline

    Rycochet

    It's been fixed for days - just update your Spout.jar for it.

    Hopefully there'll be a new Recommended Build in the next couple of days which will catch up all the major bugs fixed ;-)
     
  6. Ah, I see. Sorry :p
     
  7. Offline

    Rycochet

    It also explains why you're getting the ENTITY_DEATH error for mmoTarget ;-)
     
  8. Offline

    Botz147

    I like it. It looks pretty usefull. I'll use it for sure.
     
  9. Offline

    GimmeCookie

    again a nice mmoPlugin. Go on :)
     
  10. Offline

    McLovn

    i love this plugin, i swear it doesnt show the other peoples health in the top left and i dont think it is nessesary to show your health as you can see that anyway. can wait for the rest of the mmo plugins :D
     
  11. Offline

    Rycochet

    Copying all good MMORPGs - where they show you as well as the members of your party. It also highlights the leader with a green @ - so if you were the leader and not shown in there then it could be confusing ;-)
     
  12. since you are using Spout, you should add capes in the party system ;)
    I'm sure your suite will be very interesting, i could leave mcMMO for it.
     
  13. I don't think there should be capes in the party system :p. However I was thinking that it'd be nice to have a little party icon above party members' heads.

    Also another plugin I'd like to see in your suite would be a clan/guild system. A clan/guild plugin using Spout could be far superior to any other clan/guild plugin that's already been released.
     
  14. Offline

    Rycochet

    *If* there was a way to put little icons in the player title I'd let it have an icon next to your name above you, don't think that's going to be possible for a while, if ever (without a client mod using SpoutCraftAPI when it's up and running).

    Capes will possibly be another mmo* plugin so it could be set by whatever the server admin wants - party, town, faction, or even having a Cape slot and actual Cape items in your inventory (future!!)

    Added an /mmoparty alias for new downloads - not increasing the version number for this though... Only needed if you're using something like mcmmo and it conflicts.

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

    alfskan

    just great, nice! thank you!

    but can you please make alias more shorter?

    I use mcMMO, so I need alias, but /mmoparty is too long:'(

    what about /pa or /pt ?
     
  16. Offline

    Rycochet

    It's got 3 aliases already - /party /mmoparty and /p - if you want another one then you'd need to manually add it to the plugin.yml file inside mmoParty.jar - I will see about changing the command handling to listener based so it can override the command name.
     
  17. Offline

    alfskan

    thank you! I didnt know that! I chagned it manually. love your plugins...cant wait others!

    can you add arrange config?

    config place where I wanna put it.

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

    Rycochet

    I'm not planning on making the placement completely server-controlled, but I will add default placement to the server - once mmoCore gets more stuff in it then I will allow it to have a UI page to layout the various mmo* plugins how you want them (might allow it to re-arrange the entire HUD that way)...

    Thinking something along the lines of -
    ui_position: top-left (combinations of top / bottom / left / right)

    The various mmo* plugins will soon also auto-arrange their layouts, so they shouldn't overlap when being placed on one of the same anchors...
     
  19. Offline

    alfskan

    mcMMO`s AOE skills can hurt same party players.
     
  20. Offline

    Rycochet

    mcmmo is nothing to do with mmo* - it has it's own party system...
     
  21. Offline

    rtcabooservb

    I'm still getting errors with mmoparty and mmotarget. :( Will post the error later, should be the same one that I posted earlier on the mmotarget thread. Also, will mmocore/party/target conflict with the xp bar with mcmmo's latest update releasing in a few hours?
     
  22. Offline

    paully104

    party health bar isnt being displayed only my own.
     
  23. Offline

    Rycochet

    From the looks of things, the mcmmo bar is top-center, as is mmoTarget - however I will be adding options to set the default placement of stuff in mmo* - I've got plans for mmoCore to allow players to edit the location of the installed mmo* plugin displays. Not sure when that will get done though lol.

    There are fixes due for that error in both mmoParty and mmoTarget - I've got to finish this GUI update before I can do that though (part-completed local code).

    @paully104

    In bold on the first post - use the latest Spout and Spoutcraft DEV versions, that was fixed in there almost a week ago...
     
  24. Offline

    paully104

    Sorry, i figured the #1060 build with spout 1.02 would work.
     
  25. Offline

    Rycochet

    I've heard of some people having it working post 1041 (in 1042 CB added something already in Spout, so they conflict), but don't know if it's officially marked as "fixed".

    Just noticed that both Spout and CB have new RB releases, so it *should* be working - sounds like you just need to update your client...
     
  26. Offline

    Sim121

    Thank you very much for this plugin =)

    It seems to work perfectly, I just have got an issue when starting the serveur :

    Code:
    12:32:25 [SEVERE] Could not pass event ENTITY_DAMAGE to mmoParty
    java.lang.NoSuchFieldError: PROJECTILE
            at mmo.Party.mmoPartyEntityListener.onEntityDamage(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$58.execute(JavaPluginLoader.java:649)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at net.minecraft.server.EntityLiving.R(EntityLiving.java:122)
            at net.minecraft.server.Entity.m_(Entity.java:195)
            at net.minecraft.server.EntityLiving.m_(EntityLiving.java:217)
            at net.minecraft.server.EntityMonster.m_(EntityMonster.java:30)
            at net.minecraft.server.EntityCreeper.m_(EntityCreeper.java:68)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1198)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1180)
            at net.minecraft.server.World.cleanUp(World.java:1104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    This is spamming for... 3 or 4 times everytime I restart the server.
     
  27. Offline

    Rycochet

    Update your CB to the latest Recommended Build - 1060
     
  28. Offline

    morizuki

    got this error since I've updated..


    Code:
    2011-08-17 20:33:32 [SEVERE] Error occurred while enabling mmoParty v0.11 (Is it up to date?): mmoParty
    java.lang.NoSuchFieldError: mmoParty
        at mmo.Party.mmoParty.onEnable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  29. Offline

    Rycochet

    Are your CraftBukkit and Spout versions updated? CB just needs the latest Recommended Buid (1060), but Spout should be using the latest dev version...
     
  30. Offline

    morizuki

    yeap 1060 and the latest dev version of Spout..
     

Share This Page