https://github.com/helloworld017/xcelngien
A xceled ngien for minigames.
https://github.com/helloworld017/xcelngien
Last synced: about 1 year ago
JSON representation
A xceled ngien for minigames.
- Host: GitHub
- URL: https://github.com/helloworld017/xcelngien
- Owner: HelloWorld017
- License: gpl-3.0
- Created: 2015-09-17T11:59:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T01:12:58.000Z (over 10 years ago)
- Last Synced: 2025-03-12T12:13:48.230Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 168 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XcelNgien
A xceled ngien for minigames.
This offers checking players, warps, etc... for developing minigames.
----
##How to apply this engine? (for developers)
1. Download needed plugins (EconomyAPI, GameCoreFramework, CustomPacket)
2. Make a class which extends XcelGame or XcelRoundGame. (XcelRoundGame offers rounds.)
3. Make a class which extends PluginBase.
4. XcelNgien::registerGame
5. Do what you want.
6. ????
7. PROFIT!
##How to apply this engine? (for server administrators)
1. Download needed plugins (EconomyAPI, GameCoreFramework, CustomPacket)
2. Download a warp plugins what you want. (or use XcelWarp)
3. Download games what you want.
4. Setup GameCoreFramework (games.yml)
5. /sgw [Game Name] [World Folder Name]
6. ????
7. PROFIT!