68 lines
1.3 KiB
YAML
68 lines
1.3 KiB
YAML
plugin:
|
|
disabledAppliances:
|
|
- NameOfApplianceClass
|
|
|
|
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
|
|
worldborder-after: 0
|
|
|
|
report:
|
|
api: https://mhsl.eu/craftattack/api/report
|
|
|
|
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:
|
|
api: https://mhsl.eu/craftattack/api/user
|
|
|
|
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 |