-
Notifications
You must be signed in to change notification settings - Fork 26
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
Added FaraMC #114
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This has to be 108x108 as per the docs |
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.", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This doesn't seem to be a valid link |
||
"compliance": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove this section 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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use a So, You don't need to include |
||
}, | ||
"crossplay": false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove this More info can be found here |
||
} |
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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) |
There was a problem hiding this comment.
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