-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (27 loc) · 990 Bytes
/
config.json
File metadata and controls
27 lines (27 loc) · 990 Bytes
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
{
"whitelist": false,
"max_players": 10,
"motd": "Welcome to BeaconMC !",
"online_mode": true,
"default_gamemode": "survival",
"enforce_offline_profiles": true,
"packet_enforcement_level": 1,
"lang": "en_us",
"debug_mode": true,
"ip": "0.0.0.0",
"port": 25565,
"prevent_proxy_connexion": true,
"server_id": "an_id_this_config_is_temporary",
"links": {
"bug_report": "https://github.com/BeaconMCDev/BeaconMC/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=",
"community_guideline": "",
"support": "https://discord.gg/pxkT9dtuN8",
"status": "",
"feedback": "",
"community": "https://discord.gg/pxkT9dtuN8",
"website": "https://beaconmcdev.github.io/BeaconMC",
"forums": "https://discord.gg/pxkT9dtuN8",
"news": "https://discord.gg/pxkT9dtuN8",
"announcements": "https://discord.gg/pxkT9dtuN8"
}
}