-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create manifest.json * Add files via Upload * Update manifest.json * Update manifest.json * Add files via upload * Update manifest.json * Update manifest.json * Update manifest.json
- Loading branch information
1 parent
57d6789
commit 419e885
Showing
5 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"server_name": "froschmc", | ||
"nice_name": "FroschMC", | ||
"direct_ip": "froschmc.de", | ||
"supported_languages": [ | ||
"de" | ||
], | ||
"social": { | ||
"tiktok": "FroschMC", | ||
"discord": "https://discord.gg/KKHWZpRZuM" | ||
}, | ||
"gamemodes": { | ||
"smp": { | ||
"name": "SMP", | ||
"color": "#FFA500", | ||
"command": "/server SMP", | ||
"versions": "1.21<*" | ||
}, | ||
"froschmc": { | ||
"name": "FroschMC", | ||
"color": "#ADD8E6", | ||
"command": "/server FroschMC", | ||
"versions": "1.21<*" | ||
} | ||
}, | ||
"discord": { | ||
"server_id": 1279068490233282580, | ||
"rename_to_minecraft_name": false | ||
}, | ||
"brand": { | ||
"primary": "#008FE8", | ||
"background": "#0A56A5", | ||
"text": "#FFFFFF" | ||
}, | ||
"location": { | ||
"city": "Frankfurt", | ||
"country": "Germany", | ||
"country_code": "DE" | ||
}, | ||
"command_delay": 3000 | ||
} |