Skip to content

pantherman594/BungeeEssentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BungeeEssentials

Build Status Downloads Issues

Hello, welcome to BungeeEssentials by PantherMan594! This project was originally created by csh as a port of The-Zip/LilyEssentials for BungeeCord. Since then, it has gone far beyond just a port, thanks to the awesome suggestions made by the you, community! The latest version of this plugin is always available here.

Developers

If you know how to code, great! Feel free to add features or fix bugs via pull requests or use the API to develop your own plugins that hook onto BungeeEssentials! You can use our maven repository for the api:

...
<repository>
    <id>pantherman594</id>
    <url>http://pantherman594.com/repo</url>
</repository>
...
<dependency>
    <groupId>com.pantherman594.gssentials</groupId>
    <artifactId>BungeeEssentials</artifactId>
    <version>2.6.0</version>
    <type>jar</type>
    <scope>provided</scope>
</dependency>
...
License

You can use and view the source code for BungeeEssentials, as it has a GNU General Public License (GPL). However, if you distribute anything with the contained code, you must pass down this freedom, i.e. it must also have a GPL license and its recipients must be able to get the source code. The full license and its terms may be viewed here.

Issues

Issues are one of the main ways you server owners, admins, developers, and other awesome people can communicate with me! If you want me to add a new feature to this plugin, or have a nasty bug to report, you're in the right place.

Please try to follow the formats below to make it easier for both of us. You may include or omit any details as deemed necessary. I have also provided links for a pre-filled template to make the process as simple as possible. If you don't use them, please remember to include the appropriate label so I know what I'm reading right from the start!

**Steps to replicate:** <steps>
**BungeeEssentials Version:** <beversion>
**Minecraft Version:** <mcversion>
**Description:** <description>
**Commands:** <list>
**Permissions:** <list>
**Description:** <description>

Support Us

If you like the project and it's helped you out, please consider donating here for PantherMan594 (current developer) or here for csh (original author) to show your appreciation, or leave a rating on the resource page here. I hope you enjoy using BungeeEssentials!