https://github.com/trimorphdev/bungeeparty
A simple party system for BungeeCord.
https://github.com/trimorphdev/bungeeparty
Last synced: 3 months ago
JSON representation
A simple party system for BungeeCord.
- Host: GitHub
- URL: https://github.com/trimorphdev/bungeeparty
- Owner: trimorphdev
- Created: 2021-02-17T00:34:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T18:38:13.000Z (over 4 years ago)
- Last Synced: 2025-03-02T14:51:26.955Z (3 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BungeeParty
A simple party system for BungeeCord.## Getting Started
First, download the latest version of BungeeParty from [the Releases page](https://github.com/trimorphdev/BungeeParty/releases) and drag it to your BungeeCord server's `plugins` folder.Now restart your BungeeCord server and *voila!* You now should have a working copy of BungeeParty.
## Commands
- `/party` or `/p`: The command that manages parties. It has several subcommands that allows the party's leader and/or players manage the party.
- - `/p help`: Shows a list of commands and what they do.
- - `/p create`: Creates a party. Once a party is created, you can use any of the party management subcommands.
- - `/p invite `: Searches across the BungeeCord server and invites a player. This command will fail if there is no player online with a matching username.
- - `/p leave`: If you are in a party, it removes you from the party.
- - `/p warp`: Sends all players to your server. You can only run this command if you're the leader of the party.
- - `/p disband`: Disbands the party. It kicks all players, including the leader, and prevents new players from joining. You can only run this command if you're the leader of the party.
- - `/p acceptinvite `: Accepts an invite from a player.