-
Notifications
You must be signed in to change notification settings - Fork 21
Add iMinePlex #102
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
base: master
Are you sure you want to change the base?
Add iMinePlex #102
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 should be your MC server icon (e.g the one you see in your multiplayer menu, which is 64x64 pixels |
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. As stated in the docs, this needs to be 108x108 pixels |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"id": "imineplex", | ||
"name": "iMinePlex", | ||
"description": "Play without lag", | ||
"addresses": [ | ||
"iMinePlex.iR" | ||
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 lowercase |
||
], | ||
"primaryAddress": "Play.iMinePlex.iR", | ||
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 lowercase |
||
"minecraftVersions": [ | ||
"1.8.*", | ||
"1.9.*", | ||
"1.20.*" | ||
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. we don't support 1.9 or 1.20. |
||
], | ||
"primaryMinecraftVersion": "1.8.9", | ||
"primaryColor": "#15e052", | ||
"secondaryColor": "#82c295", | ||
"primaryLanguage": "en", | ||
"languages": [ | ||
"en" | ||
], | ||
"primaryRegion": "NA", | ||
"regions": [ | ||
"NA" | ||
], | ||
"gameTypes": [ | ||
"PvP", | ||
"Minigames" | ||
], | ||
"website": "https://iMinePlex.iR/", | ||
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 URL redirects to some random online shop (not related to MC at all) 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. Yeah but its mine, it will be added soon 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. So remove it for now and make a new PR once it does go to your server's website |
||
"store": "https://Store.iMinePlex.iR/", | ||
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 website doesn't exist 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. No it doesn't, but it will 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. So remove it for now and make a new PR once you actually set up a store |
||
"socials": { | ||
"discord": "https://discord.gg/uz7SmGQYWr", | ||
"youtube": "@imineplex" | ||
} | ||
} |
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.
The Discord logo resolution can't exceed 1024x1024
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.
Ok i'll fix it