Party_Time - Windower/packages GitHub Wiki

Addon

  • Automatically accept or decline invites.
  • Send party requests which can be automatically accepted by Party Time users.
  • Provide dialog for accepting and declining invites or requests and save auto accept/decline

Commands

  • /pt (i)nvite [names] - Invite a player or players to join your party.
    • /pt invite Alice Bob
    • /pt i Charles
  • /pt (r)equest [name] - Send an invite request to a player.
    • /pt request Bob
    • /pt r Charles
  • /pt (k)ick [names] - Remove player(s) from your party.
    • /pt kick Alice Bob
    • /pt k Charles
  • /pt leave - leave the party.
    • /pt leave
  • /pt leader [name] - Assign a new party or alliance leader. If no name is given the leader select dialog will pop up.
    • /pt leader Bob
  • /pt looter [name] - Assign player the quartermaster role.
    • /pt looter Bob
  • /pt breakup party|alliance - Disband your party or Dissolve your alliance.
    • /pt breakup party
  • /pt whitelist (a)dd|(r)emove [names] - Add or remove player from your auto accept whitelist.
    • /pt whitelist add Bob
    • /pt whitelist r Alice
  • /pt blacklist (a)dd|(r)emove [names] - Add or remove player from your auto decline blacklist.
    • /pt blacklist remove Bob
    • /pt blacklist a Charles Alice
  • /pt auto_accept_enable true|false - Turn on or off the auto accept invite and request function. default: on
    • /pt auto_accept_enable true
  • /pt auto_decline_enable true|false - Turn on or off the auto decline invite and request function. default: off
    • /pt auto_decline_enable false
  • /pt default (a)sk|(w)hitelist|(b)lacklist - Set the default action for unhandled invites. default: ask
    • /pt default ask

User Interface Dialogs

  • Leader Dialog

    • Used to select new party or alliance leader, when no name is passed for /leader command
    • Has a button with the name of each valid option for new party and alliance leader.

  • Invite Dialog

    • Used after receiving an invite from a user who is not on the whitelist or blacklist while the default setting is ask
    • Has a Remember <player name> checkbox, checking this will add the user to the whitelist if the invite is accepted or the blacklist if it is declined.

  • Request Dialog

    • Used after receiving a request to join your party from a user who is not on the whitelist or blacklist while the default setting is ask
    • Has a Remember <player name> checkbox, checking this will add the user to the whitelist if the player is invited or the blacklist if player is ignored.