Inactive [FUN/MECH] Parties v1.3.1 - Lets players form parties. Includes party chat, TP, and more! [1185]

Discussion in 'Inactive/Unsupported Plugins' started by bekvon, Mar 16, 2011.

  1. Offline

    bekvon

    Parties - Gives players ability to form a party and teleport / chat to each other.
    Current Version: v1.3.1

    Features:
    • Lets players form parties.
    • Party chat (using the /pc command)
    • Each party has a party leader.
    • Different party types:
      • Open - Any player can join party freely using /party join [PartyName]
      • Invite - Requires a player already in the party to send a invite to somone wanting to get into the party.
      • Leader - Only the party leader can invite people.
    • Players in the party can send teleport requests to each other.
    • Parties persist even thorough server restarts.
    • Disable / Enable party PVP, party chat, and party TP (in the config)
    Commands:
    • /pc [Text] - send a chat message to everyone in your party.
    • /pc - Toggles on/off party chat mode (all your chat is party chat until turned off)
    • /party create [PartyName] <open|invite|leader> - creates a new party, if no type is specified, open is default.
    • /party leave - leaves your current party.
    • /party join [PartyName]
    • /party list - If your in a party, lists your party members, otherwise lists all party names.
    • /party invite [PlayerName] - invites PlayerName to your party.
    • /party accept - accepts a party invite
    • /party decline - declines a party invite.
    • /party tp [PlayerName] - sends a request to PlayerName for you to teleport to him/her.
    • /party tpaccept - accepts a request for somone to teleport to you.
    • /party tpdecline - declines a request for somone to teleport to you.
    • /party disband - disbands the party (if your leader)
    • /party kick [PlayerName] - kicks somone from the party (if your leader)
    • /party leader [PlayerName] - sets a new party leader (if your leader)
    Permissions:
    • parties.allow.chat
    • parties.deny.chat
    • parties.allow.tp
    • parties.deny.tp
    • parties.allow.join
    • parties.deny.join
    • parties.allow.create
    • parties.deny.create
    NOTE: if a player has neither allow nor deny for tp or chat, it will fall back on the default value which is stored in the config.yml. Also, allow is only needed to overrule a group inherited deny permission for party creation and joining. Allows take precedence over denys to make group inheritance work better.

    ChangeLog:
    v1.3.1 - 8/16/2011
    - Update to new bukkit permissions.


    v1.3 - 7/28/2011
    - Added custom colors
    - Added max party size option.

    v1.2.2 - 3/19/2011
    - Found out how to hide the onPlayerQuit nag...

    v1.2.1 - 3/19/2011
    - Updated to CB612 / Minecraft 1.4

    v1.2 - 3/19/2011
    - Added permissions support.

    Change Log (open)

    v1.1 - 3/17/2011

    - Fixed bug allowing players to join more then one party (delete your parties.dat when upgrading if this happend)
    - Made /pc toggleable
    - Added config file to allow changing of PVP and other settings in party.
    - Other miscellaneous tweaks.

    v1.0 - 3/16/2011

    - First Release


    Download:
    File: Parties
    Source: GitHub
    (Donate)
     
    zecheesy and Phaedrus like this.
  2. Offline

    tremor

    Console monitors party chat, get a remote console plugin like Remote Toolkit.

    I just wish the parties would stay persistent, I know they do kinda, but every few days the parties wipe entirely... and I cannot seem to figure out why.

    another thing, this needs some administration, my noobs are creating parties named: penis, cocklover, assfaggot, etc.. i need to be able to disband parties or take them over.

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

    TTlabambaTT

    parties isnt finding bukkit permissions :(
    using bukkit permissions 1.1
    craft bukkit 1060
     
  4. Offline

    HWei

    Hi, I like this plugin. But it could not recognize the saving file one day. I cannot repair it because it is binary file instead of text file.
    I don't want it to happen again. Can you make a choice to save data in yml or other text format. Thanks! :oops:
     
  5. Offline

    50l3r

    i have a problem with bachat, bpermissions and parties

    my nick duplicate two times, example

    [party] 50l3r: [Admin] 50L3r: prueba
     
  6. Offline

    zecheesy

    Can parties have tags in front of when they talk?
     
  7. Offline

    firecombat4

    on pex it seems to give everyone permissions???
     
  8. Offline

    ToastedJelly

    Consider "you're" vs. "your" please - It's painful to read that way.
     
  9. Offline

    aviator14

    Yes please add this. I come from a very large server and already have players making parties just to ignore chat.
     
  10. Offline

    Celinho234

    Sounds nice, testing [diamond]
     
  11. Offline

    Harry_on_P

    Thank you, plugin works great
     
  12. Offline

    chisox8

    Cool plugin but...

    every time I /reload, parties disband :( (is there a fix, and are you deving this plugin any longer?)

    Its kinda a serious problem (the /reload disband thing)

    Is there a fix?
     
  13. Offline

    LeGenDaryX

    Would it be possible for someone to alter the commands? I also use heroes.. and it overrides the party commands.. I just want to PTP :p
     
  14. Offline

    RowdyKingDippyo

    Would be nice to add bPermissions support :)
     
  15. Offline

    Hydrosis

    Update? :3
     
  16. Offline

    Hydrosis

    Oh well. I'll miss this plugin :(
     
  17. Offline

    DEF-CON4

    tested it works fine in 1.2.5 no bugs and no server crashes :)
     
  18. Offline

    TheRealIceGuru

    2012-04-18 12:49:35 [INFO] [Parties] Enabling Parties v1.3.1
    2012-04-18 12:49:35 [SEVERE] Error occurred while enabling Parties v1.3.1 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/event/Event$Type
    at com.bekvon.bukkit.parties.Parties.onEnable(Parties.java:53)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Event$Type
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 11 more
     
  19. Offline

    cnaude


    Try this version. I only spent about 20 minutes on it so it might be buggy.
     
  20. Offline

    TheRealIceGuru

    Will do ... thanks
     
  21. Offline

    Noxturno

    pls update this :)?
     
  22. Offline

    Dustin Drake

    Guys, he hasn't touched this in over a year....it's dead.
     
  23. Offline

    Noxturno

  24. Offline

    taufiqkh

    Didn't want to duplicate the effort but I didn't find the source - was doing a similar thing, updating it for my server. I've done a separate fix, source code at https://github.com/taufiqkh/Parties if you want to compare. Updated to 1.2.5 and removed non-bukkit permissions dependencies.

    Jar downloadable at:
    https://github.com/downloads/taufiqkh/Parties/Parties-1.4.1.jar

    Dev version for 1.3.2 at:
    https://github.com/downloads/taufiqkh/Parties/Parties-1.4.2-dev.jar

    Edit: Updated to 1.4.2
     
  25. Offline

    Waly999

    Can you actually make it so pvp/damage is not allowed in the config? I want it to stay how it is. its that good :p
     

Share This Page