Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooldogepm/tnttag
An extremely customizable TNTTag mini-game designed for scalability and simplicity
https://github.com/cooldogepm/tnttag
mcbe mcpe minecraft minigame mysql plugin pmmp pocketmine sqlite
Last synced: about 2 months ago
JSON representation
An extremely customizable TNTTag mini-game designed for scalability and simplicity
- Host: GitHub
- URL: https://github.com/cooldogepm/tnttag
- Owner: cooldogepm
- License: mit
- Created: 2022-07-30T00:37:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T11:24:19.000Z (over 1 year ago)
- Last Synced: 2023-05-03T12:35:55.562Z (over 1 year ago)
- Topics: mcbe, mcpe, minecraft, minigame, mysql, plugin, pmmp, pocketmine, sqlite
- Language: PHP
- Homepage:
- Size: 234 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TNTTag
An extremely customizable TNTTag mini-game designed for scalability and simplicity.## Features
- Customisable messages and scoreboard
- Multi arena support
- Waiting lobby support
- Auto-queue support
- Game statistics
- SQLite support
- MySQL support## Commands
| Command | Description | Permission |
|:-------------:|:-----------------------------:|:--------------------------:|
| tnttag create | Create a new arena. | `tnttag.subcommand.create` |
| tnttag delete | Delete an existing arena. | `tnttag.subcommand.delete` |
| tnttag list | List all available arenas. | `tnttag.subcommand.list` |
| tnttag join | Join a game. | `tnttag.subcommand.join` |
| tnttag quit | Quit a game. | `tnttag.subcommand.quit` |### Arena creation
#### Format
`tnttag create [lobby:string]`
#### Example
`tnttag create test game-world 30 8 40 60 20 10 game-lobby`