Skip to content

Added FaraMC #114

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all 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 mappings/servers/fara/discord.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 mappings/servers/fara/icon.png
Copy link
Member

Choose a reason for hiding this comment

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

This has to be 64x64 as per the docs

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 mappings/servers/fara/logo.png
Copy link
Member

Choose a reason for hiding this comment

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

This has to be 108x108 as per the docs

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions mappings/servers/fara/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"id": "fara",
"name": "FaraMC",
"description": "The next generation of Minecraft Minigames.",
Copy link
Member

Choose a reason for hiding this comment

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

Your description shouldn't contain a dot in the end

"addresses": [
"faramc.uk"
],
"primaryAddress": "faramc.uk",
"minecraftVersions": [
"1.8.*",
"1.20.*"
],
"primaryMinecraftVersion": "1.8.9",
"primaryColor": "#800080",
"secondaryColor": "#6a5acd",
"primaryLanguage": "en",
"languages": [
"en"
],
"primaryRegion": "EU",
"regions": [
"EU"
],
"gameTypes": [
"PvP", "Minigames"
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be a line separated list

],
"website": "https://faramc.uk",
"store": "https://store.faramc.uk",
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't seem to be a valid link
Remove it for now until you actually have a store

"compliance": {
Copy link
Member

Choose a reason for hiding this comment

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

Remove this section
Our scheme does not support it

More info can be found here

"privacyPolicy": "https://faramc.uk/privacy",
"termsOfService": "https://faramc.uk/terms",
"rules": "https://faramc.uk/rules"
},
"socials": {
"twitter": "FaraMCX",
"youtube": "FaraMCYT",
"discord": "https://www.discord.com/invite/2H5Z66StvM"
Copy link
Member

Choose a reason for hiding this comment

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

Use a discord.gg invite link instead

So, discord.gg/2H5Z66StvM

You don't need to include https:// or www

},
"crossplay": false
Copy link
Member

Choose a reason for hiding this comment

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

Remove this
Our scheme does not support it

More info can be found here

}
Binary file added mappings/servers/fara/primarybackground.png
Copy link
Member

Choose a reason for hiding this comment

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

Use a lower res & lower size image so it'll load quicker even on slower connections (it's usually recommended to not exceed 1MB)
Having such high resolution won't be helpful when displayed in a small rectangle on the launcher

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.