theoilie / GamegineCore

Official implementation of the minigame library 'Gamegine', for Bukkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gamegine

Copyright (C) 2014 Stealth2800 stealth2800@stealthyone.com
Website: http://stealthyone.com/bukkit
Bukkit Forums: http://forums.bukkit.org/threads/wip-lib-gamegine-minigame-library.219957/
BukkitDev: http://dev.bukkit.org/bukkit-plugins/gamegine/

This API is being created in order to create compatibility among games using it to allow for multiple games to be run on
a single server without any problems. This will be especially useful for minigame servers wanting to create a smooth
experience for their players.

From past experience, I have found it a pain to install multiple minigame plugins on a single server due to
incompatibilities that would appear. I'm creating this in the hope that no one will have to deal with those sorts of
problems in the future.

Using this Library

Guide coming soon

Contributing

  • Provide suggestions and feedback. Feedback and suggestions are very welcome as I'm looking for ways to make this a great library.
  • Provide code. If you're also a developer, your help may be appreciated. Check out the GitHub repo as linked above and you can potentially provide new code or polish up some of the current code.
  • Provide graphics. Something I would really appreciate is some graphics for the Bukkit forums post along with the BukkitDev page to make things stand out more.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.  If not, see
<http://www.gnu.org/licenses/>.

About

Official implementation of the minigame library 'Gamegine', for Bukkit