Giter Club home page Giter Club logo

athenagm's Introduction

Athena Game Manager

AthenaGM is a multi-arena minigame platform for Spigot Minecraft servers. Its goal is to supply a base framework of APIs for separate gameplay plugins, and to orchestrate the loading and instancing of matches based on YAML filed embedded in the map packages. AthenaGM will handle things like team structure, spawn points and kits, while "handing off" to external plugins to manage the actual game mode-specific events. e.g. A CTF map can ask for a "ctf" game mode, and another plugin can wait and listen for a match to start with such a map, springing into action to handle the flags, merely informing AthenaGM when it should increment team scores.

To use Skywars as an example: your ordinary Skywars plugin has a lot of baggage. It has to handle the setup and teardown of instancing worlds, grouping players into matches, and all sorts of other stuff. Athena does all of that, so your Skywars plugin only has to implement the specific gameplay. This way, you can much more easily develop new games and run them side-by-side.

Why Athena? The ancient Greek deity of inspiration and war strategy seemed appropriate for a PvP minigame framework.

Development

If you're looking to develop a game type using AthenaGM, have a look at the wiki for information. Additionally, the JavaDocs can be found here.

Mapping

AthenaGM maps are essentially regular Minecraft worlds that have been pruned of extraneous chunks and packaged up with some YAML metadata files. To make a map for an AthenaGM game mode, please refer to the relevant section of the wiki.

athenagm's People

Contributors

redwallhp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

athenagm's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.