A new way to send private, global or help messages and to do much more with chatting network wide!
- Downloads
- Wiki
- Issue Reporting
- Feature Requests
- Developing with our Plugin
- Setting up a Workspace/Compiling from Source
- Development builds
- PGP Signing
- License
- Support
You can download all builds from:
- SpigotMC: https://www.spigotmc.org/resources/bungee-chat.12592/
- Maven:
We have created a wiki for this plugin to help you with various issues and problems. Check out our Wiki!
If you found a bug or even are experiencing a crash please report it so we can fix it. Please check at first if a bug report for the issue already exits. If not just create a new issue and fill out the form.
Please include the following:
- Minecraft version
- Bungee Chat version
- Versions of any plugins potentially related to the issue
- Any relevant screenshots are greatly appreciated.
- For crashes:
- Steps to reproduce
- proxy.log.1 from the root folder of the server
(When creating a new issue please follow the template)
If you want a new feature added, go ahead an open a new issue, remove the existing form and
describe your feature the best you can. The more details you provide the easier it will be implementing it.
You can also talk to us on Discord.
So you want to add support or even develop an add-on for our plugin then you can easily add our API to your development environment, read the API documentation.
- Clone:
Clone the repository like this:git clone --recursive https://github.com/AuraDevelopmentTeam/BungeeChat2.git
- IDE-Setup:
Run [gradle] in the repository root:./gradlew installLombok <eclipse|idea>
- Build:
Run [gradle] in the repository root:./gradlew build
. The build will be inbuild/libs
- If obscure Gradle issues are found try running
./gradlew cleanCache clean
Between each official release there are several bleeding edge development builds, which you can also use. But be aware that they might contain unfinished features and therefore won't work properly.
You can find the builds here: https://gitlab.aura-dev.team/AuraDev/BungeeChat2/pipelines
On the right is a download symbol, click that a dropdown will open. Select "build". Then you'll download a zip file containing all atrifacts including the plugin jar.
All files will be signed with PGP.
The public key to verify it can be found in misc/publicKey.asc
. The signatures of the files will also be found in the maven.
Bungee Chat 2 is licensed under the GNU General Public License v3.0
If you need help with anything, want to discuss issues or suggestions, or just want to say hi, you can visit our Discord Server (https://discord.me/bungeechat).
Thanks for scrolling down so far!
We are developing this plugin (and others!) as well as providing constant support for all our plugins free of charge so that as many people as possible can use
it! Since it is still a lot of work we would really appreciate it if you could support us on Patreon!
In software, we rarely have meaningful requirements. Even if we do, the only measure of success that matters is whether our solution solves the customer’s shifting idea of what their problem is.
— Jeff Atwood