This commit is contained in:
Ad5001 2016-08-08 12:28:34 +03:00
parent 03b48b7b0c
commit b5330c7048
3 changed files with 844 additions and 0 deletions

22
games/Spleef/config.yml Normal file
View file

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