Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Aug 31, 2023
1 parent 821fb5a commit ec1ac66
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
Binary file modified minecraft_servers/lumiacraft/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 20 additions & 24 deletions minecraft_servers/lumiacraft/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"server_name": "lumiacraft",
"nice_name": "Lumiacraft",
"direct_ip": "mc.lumiacraft.net",
"server_wildcards": [
"%.lumiacraft.net"
],
"supported_languages": [
"en"
],
"social": {
"web": "https://lumiacraft.net",
"web_shop": "https://lumiacraft-creative.tebex.io",
"web_support": "https://lumiacraft.net",
"discord": "https://discord.gg/wEQcsm9"
},
"discord": {
"server_id": 519297601221427203,
},
"location": {
"city": "Frankfurt",
"country": "Germany",
"country_code": "DE"
}
}
"server_name": "lumiacraft",
"nice_name": "Lumiacraft",
"direct_ip": "mc.lumiacraft.net",
"server_wildcards": ["%.lumiacraft.net"],
"supported_languages": ["en"],
"social": {
"web": "https://lumiacraft.net",
"web_shop": "https://lumiacraft-creative.tebex.io",
"web_support": "https://lumiacraft.net",
"discord": "https://discord.gg/wEQcsm9"
},
"discord": {
"server_id": 519297601221427203
},
"location": {
"city": "Frankfurt",
"country": "Germany",
"country_code": "DE"
}
}

0 comments on commit ec1ac66

Please sign in to comment.