-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproperties.yml
32 lines (28 loc) · 1.18 KB
/
properties.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ┏━━━┓ ┏┓
# ┃┏━┓┃ ┏┛┗┓
# ┃┗━━┓┏━━┓┏━━┓┏┓┏┓┗┓┏┛
# ┗━━┓┃┃┏┓┃┃┏┓┃┃┃┃┃ ┃┃
# ┃┗━┛┃┃┗┛┃┃┗┛┃┃┗┛┃ ┃┗┓
# ┗━━━┛┃┏━┛┗━━┛┗━━┛ ┗━┛
# ┃┃
# ┗┛
#
# Spout Server for Minecraft Java Edition
#
# Created by Blocks_n_more & Corman
spout:
motd: "A Spout Server" # The server MOTD when pinging in the server list
maxplayers: 20 # Maximum users on the server
port: 25565 # Server port
hardcore: false # If users have 1 life
player: # Player specific settings
gamemode: 0 # Default gamemode
forcegamemode: true # Set player's gamemode to default on join
allop: true # Everyone has every permission node
world:
generator: "flat" # Built in generators: FLAT, SPOUT
viewdistance: 10 # How far the player can see (in chunks)
messages:
escapecodes: false # Refer to https://blocksnmore.is-inside.me/i6S9QhTI.png
unknowncommand: "Unknown command... Type /help to use a command that actually exists smh."
missingperms: "You don't have permission to do this!"