splittet project to core and common functionalities
This commit is contained in:
73
core/src/main/resources/config.yml
Normal file
73
core/src/main/resources/config.yml
Normal file
@@ -0,0 +1,73 @@
|
||||
plugin:
|
||||
disabledAppliances:
|
||||
- NameOfApplianceClass
|
||||
|
||||
api:
|
||||
secret: secret
|
||||
baseurl: https://mhsl.eu/craftattack/api/
|
||||
|
||||
worldMuseum:
|
||||
uuid:
|
||||
connect-server-name: worldmuseum
|
||||
villagerLocation:
|
||||
world: world
|
||||
x: 0
|
||||
y: 0
|
||||
z: 0
|
||||
yaw: 0
|
||||
pitch: 0
|
||||
|
||||
adminMarker:
|
||||
permission: admin
|
||||
color: AQUA
|
||||
|
||||
countdown:
|
||||
enabled: false
|
||||
start-permission: admin
|
||||
countdown: 60
|
||||
worldborder-before: 37
|
||||
|
||||
event:
|
||||
api: http://10.20.6.5:8080/
|
||||
connect-server-name: event
|
||||
enabled: false
|
||||
roomId:
|
||||
uuid:
|
||||
villagerLocation:
|
||||
world: world
|
||||
x: 0
|
||||
y: 0
|
||||
z: 0
|
||||
yaw: 0
|
||||
pitch: 0
|
||||
|
||||
help:
|
||||
teamspeak: myserver.com
|
||||
spawn: "Der Weltspawn befindet sich bei x:0 y:0 z:0"
|
||||
|
||||
playerLimit:
|
||||
maxPlayers: 10
|
||||
|
||||
whitelist:
|
||||
overrideIntegrityCheck: false
|
||||
|
||||
tablist:
|
||||
interface: eth0
|
||||
|
||||
outlawed:
|
||||
voluntarily: []
|
||||
|
||||
packselect:
|
||||
packs:
|
||||
- somepack:
|
||||
name: "Texture pack name"
|
||||
description: "Texture pack description"
|
||||
author: "Pack Author(s)"
|
||||
url: "https://example.com/download/pack.zip"
|
||||
hash: "" # SHA1 hash of ZIP file (will be auto determined by the server on startup when not set)
|
||||
icon: "" # base64 player-head texture, can be obtained from sites like https://minecraft-heads.com/ under developers > Value
|
||||
|
||||
endPrevent:
|
||||
endDisabled: true
|
||||
|
||||
spawnpoint:
|
Reference in New Issue
Block a user