-
Notifications
You must be signed in to change notification settings - Fork 690
Add mineorg #2347
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 mineorg #2347
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Collaborator
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. Compress image |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| { | ||
| "server_name": "mineorg", | ||
| "nice_name": "MineOrg", | ||
| "direct_ip": "play.mineorg.fr", | ||
| "server_wildcards": [ | ||
| "%.mineorg.fr" | ||
|
Collaborator
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. Not a wildcard |
||
| ], | ||
| "supported_languages": [ | ||
| "fr" | ||
| ], | ||
| "social": { | ||
| "web": "https://mineorg.fr", | ||
|
Collaborator
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. Not reachable |
||
| "tiktok": "mineorgmc", | ||
| "youtube": "https://www.youtube.com/@mineorgmc", | ||
| "discord": "https://discord.gg/G77qRMRnTJ" | ||
| }, | ||
| "gamemodes": { | ||
| "bedwars": { | ||
| "name": "BedWars", | ||
| "color": "#00BFFF", | ||
| "command": "/bedwars" | ||
| }, | ||
| "sheepwars": { | ||
| "name": "PvP", | ||
| "color": "#00BFFF", | ||
| "command": "/sw" | ||
| }, | ||
| "teamfight": { | ||
| "name": "TeamFight", | ||
| "color": "#00BFFF", | ||
| "command": "/tf" | ||
| }, | ||
| "duel": { | ||
| "name": "Duel", | ||
| "color": "#00BFFF", | ||
| "command": "/duel" | ||
| } | ||
| }, | ||
| "discord": { | ||
| "server_id": 1455191758165119010, | ||
| "rename_to_minecraft_name": false | ||
| }, | ||
| "location": { | ||
| "city": "Paris", | ||
| "country": "France", | ||
| "country_code": "FR" | ||
| }, | ||
| "brand": { | ||
| "primary": "#00BFFF", | ||
| "background": "#0000FF", | ||
| "text": "#FFFFFF" | ||
| }, | ||
| "yt_trailer": "" | ||
|
Collaborator
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 if empty |
||
| } | ||
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.
Compress image