tjrgg / CoreArena

A high-end monster arena Minecraft plugin with procedural damage and RPG system. Maps included!

Home Page:https://www.spigotmc.org/resources/42404

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do you want to code your own CoreArena?

CoreArena

CoreArena is a premium quality Bukkit plugin that brings a whole new experience to your Minecraft server in the form of a monster fight arena. Its unique approach is determined by

  • Realistic physical engine making arenas fully destroyable.
  • Class upgrades and reward system. Can by synchronized over MySQL (and across BungeeCord).
  • Well-made menus anda powerful user interface in-game.
  • Unique monster spawner options (clickable using a GUI).
  • 5 minutes setup with visual creation without complicated config files.
  • Fully automated, no admin required to manage games.

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

If you have any questions or bugs to report, try seeing if those can be resolved quickly by yourself. If that does not help, 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/42404 for more information.

Compiling

  1. Obtain Foundation from github.com/kangarko/Foundation
  2. Create library/ folder in CoreArena/ 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 CoreArena 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.

About

A high-end monster arena Minecraft plugin with procedural damage and RPG system. Maps included!

https://www.spigotmc.org/resources/42404

License:GNU General Public License v3.0


Languages

Language:Java 100.0%