Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DragonPvP #634

Merged
merged 4 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added minecraft_servers/dragonpvp/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/dragonpvp/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/dragonpvp/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/dragonpvp/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions minecraft_servers/dragonpvp/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"server_name": "dragonpvp",
"nice_name": "DragonPvP Network",
"direct_ip": "play.dragonpvp.it",
"supported_languages": [
"it"
],
"social": {
"web": "https://www.dragonpvp.site",
"web_shop": "https://www.dragonpvp.site/store",
"web_support": "https://www.dragonpvp.site/forum",
"discord": "https://dsc.gg/dsdragonpvp"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use official discord urls.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

},
"gamemodes": {
"KitPvP": {
"name": "KitPvP",
"command": "/queue kitpvp",
"color": "#0095B0",
"versions": "1.8<1.20.1"
},
"Bedwars": {
"name": "Bedwars",
"command": "/queue bedwars",
"color": "#ffffff"
},
"uhc": {
"name": "UHC",
"color": "#537928",
"command": "/queue uhc"
}
},
"discord": {
"server_id": 884523075503259709,
"rename_to_minecraft_name": true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use false, as soon is only allowed for verified partners.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

},
"brand": {
"primary": "#a21616",
"background": "#101010",
"text": "#ffffff"
},
"location": {
"country": "Italy",
"country_code": "IT"
}
}
Loading