Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Party System #27

Open
opZywl opened this issue Sep 28, 2024 · 0 comments
Open

Party System #27

opZywl opened this issue Sep 28, 2024 · 0 comments

Comments

@opZywl
Copy link

opZywl commented Sep 28, 2024

Party System good implementation for play in Minecraft

  1. Command: .party invite <nick>

    • Function: Invite a player to join your party.
    • Example: .party invite Player123
  2. Command: .party list

    • Function: Display the list of players in your party.
  3. Command: .party pvp

    • Function: Enable or disable PvP within the party.
    • Note: If PvP is disabled, party members will automatically be placed on the same team to avoid damaging each other.
  4. Command: .party teleportall

    • Function: Teleport all party members to the same server.
    • Note: This command only connects players to the server, it doesn't physically move them in the world.
  5. Command: .party kick <nick>

    • Function: Remove a specific player from the party.
    • Example: .party kick Player123
  6. Command: .party promote <nick>

    • Function: Promote a player to party admin. The promoted player will have permission to invite and kick other players from the party.
    • Example: .party promote Player123
  7. Command: .party chat

    • Function: Toggle between party chat and global chat.
    • Note: When activated, all messages will only be sent to party members.
    • Example: .party chat
  8. Command: .party lock

    • Function: Lock the party to prevent new players from being invited or joining.
    • Example: .party lock
  9. Command: .party unlock

    • Function: Unlock the party to allow new players to join.
    • Example: .party unlock
  10. Command: .party mute <nick>

    • Function: Mute a player within the party chat. The player will not be able to send messages until unmuted.
    • Example: .party mute Player123
  11. Command: .party unmute <nick>

    • Function: Unmute a player in the party chat, allowing them to send messages again.
    • Example: .party unmute Player123
  12. Command: .party disband

    • Function: Disband the party, removing all players and ending the party.
    • Example: .party disband
  13. Command: .party setleader <nick>

    • Function: Transfer party leadership to another player, giving them full control of the party.
    • Example: .party setleader Player123
  14. Command: .party status

    • Function: Show the current status of the party, including the number of members, PvP enabled/disabled, and whether the party is locked or unlocked.
    • Example: .party status
  15. Command: .party join <nick>

    • Function: Automatically join another player's party if an invite has been sent.
    • Example: .party join Player123
  16. Command: .party leave

    • Function: Leave the current party voluntarily, without needing to be kicked.
    • Example: .party leave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant