This commit is contained in:
Ad5001 2016-08-17 13:35:42 +03:00
parent 959d7149db
commit 343275eb74
5 changed files with 360 additions and 4 deletions

11
games/TNTRun/config.yml Normal file
View file

@ -0,0 +1,11 @@
# Welcome to TNTRun config !
# Configure here the max stuffs about the TNTRun game.
# Example:
#world:
# maxplayers: 8
# minplayers: 2
# center: [x, z]
# TNTBlock: 80
# WinCommand: give {winner} diamond
# # This is optional but if you want super customisation...
# WinPHPCode: "$this->getServer()->broadcastMessage($this->winner . ' won the game !');"