finished and fixed all base features

This commit is contained in:
2022-01-09 03:00:53 +01:00
parent 4d2f0d24d1
commit 017697914c
22 changed files with 773 additions and 134 deletions

View File

@ -1,7 +1,25 @@
# general
prefix: null
minplayers: 2
# The language selected here can only be changed by reloading the plugin
# the language must equal the language file in ../lang
# by default avaiable are: de-ger, en-us
language: "en-us"
autorestart: false
lobby-auto-queue: true
force-on-spawn: true
lobby-server: "lobby"
# spawn points
lobby: null
arena: null
arena: null
# Permissions
admin:
all: "tw.admin"
setlocation:
all: "tw.admin.setlocation"
lobby: "tw.admin.setlocation.lobby"
arena: "tw.admin.setlocation.arena"
start: "tw.admin.start"
stop: "tw.admin.stop"