/Boss

Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Do you want to build your own Boss with unique features only for your server?

Boss

Boss is a premium quality plugin for custom monsters on your server.

  • Create custom monsters that increase difficulty of your server.
  • Use Bosses in monster arenas to challenge your players.
  • Clean GUI allows you to configure EVERYTHING in-game easily.
  • and much more! Read more here.

You are welcome to read the Boss Wikipedia, where you will find tons of information about the installation, configuring and using this plugin.

If you have any questions or bugs to report, you are welcome to fill an issue. Please read the Getting Help the Best Way to obtain help as quickly as possible.

Check out https://www.spigotmc.org/resources/46497 for more information.

Compiling

  1. Obtain Foundation from github.com/kangarko/Foundation
  2. Create library/ folder in Boss/ and obtain binaries described in pom.xml. You have to obtain them yourself. Regarding Boss, you can just remove the very few references to it in the source code and remove the dependency from pom.xml.
  3. Compile Foundation and Boss using Maven with the "clean install" goal.

Dave Thomas, founder of OTI, godfather of the Eclipse strategy:

Clean code can be read, and enhanced by a developer other than its original author. It has unit and acceptance tests. It has meaningful names. It provides one way rather than many ways for doing one thing. It has minimal dependencies, which are explicitly defined, and provides a clear and minimal API. Code should be literate since depending on the language, not all necessary information can be expressed clearly in code alone.