Add notice about server location
This commit is contained in:
78
wiki.json
Normal file
78
wiki.json
Normal file
@ -0,0 +1,78 @@
|
||||
{
|
||||
"title": "My-MC.Link - Free Host Wiki",
|
||||
"description": "My-MC.Link offers complimentary hosting for Minecraft servers, leveraging a new Peer-To-Peer network connection system with fully end-to-end encrypted communications. By utilizing in-house Game Servers using JUMP nodes, My-MC.Link promises a seamless and low-latency gaming experience.",
|
||||
"limitations": {
|
||||
"description": "Certain limitations users should be aware of:",
|
||||
"details": [
|
||||
"Open ports outside of the my-mc.link public IP are not supported.",
|
||||
"Highly customized pre-built images specifically designed to run servers are offered.",
|
||||
"Servers not started for 2 months will be automatically removed."
|
||||
]
|
||||
},
|
||||
"important_note": "This is a beta and test server. Availability may not be 24/7, and support may not be accessible at all times.",
|
||||
"getting_started": {
|
||||
"important": "To begin using the service, users should familiarize themselves with the Terms of Service and the rules provided in the Discord server.",
|
||||
"steps": [
|
||||
"Execute the command /create-server to generate an MC Server.",
|
||||
"Use the /connection-details command to view the connection hash.",
|
||||
"Monitor the server log at https://logs.my-mc.link/ by searching for the ID."
|
||||
]
|
||||
},
|
||||
"how_to_connect": {
|
||||
"description": "Users can connect to the service hassle-free by creating a 100% free proxy to their MC Server using the Peer-to-Peer connection Proxy.",
|
||||
"steps": [
|
||||
"Run /my-mc-link to obtain a connection URL.",
|
||||
"For SFTP access, run /my-mc-sftp.",
|
||||
"If encountering connection issues, rerun /my-mc-link or /my-mc-sftp."
|
||||
]
|
||||
},
|
||||
"advanced_connect": {
|
||||
"holesail_usage": "The service utilizes https://holesail.io to serve servers. To obtain the connector key, run /connection-details.",
|
||||
"easy_to_use_client": "An easy-to-use client automates NodeJS v18 installation and holesail setup. Run bash <(curl -s https://my-mc.link/connectMC) in the terminal."
|
||||
},
|
||||
"mod_management": {
|
||||
"description": "Mod management is streamlined through the platform's bot. Users can effortlessly find, install, and update mods.",
|
||||
"instructions": [
|
||||
"Discover mods through https://modrinth.com/mods or utilize /mod-search command.",
|
||||
"Install mods using /mod-install mod: modIDHere.",
|
||||
"Execute /mods-update for automatic updates.",
|
||||
"Uninstall mods with /uninstall-mod mod: modIDHere."
|
||||
]
|
||||
},
|
||||
"remote_console_access": {
|
||||
"description": "The bot provides seamless access to RCON-based commands for the Minecraft Console.",
|
||||
"commands": [
|
||||
"/mc-cmd cmd: cmdHere - Execute an RCON command.",
|
||||
"/list-players - View the list of players on the server.",
|
||||
"/give username: userNameHere item: itemToGive amount: HowMuch - Grant items to a specific player.",
|
||||
"/whitelist username: userNameHere - Add a player to the whitelist.",
|
||||
"/delist username: userNameHere - Remove a player from the whitelist."
|
||||
]
|
||||
},
|
||||
"automatic_website_hosting": {
|
||||
"description": "An Apache web server is automatically set up upon server creation, allowing users to create a basic website."
|
||||
},
|
||||
"automatic_bluemap_integration": {
|
||||
"description": "Every server includes a Bluemap instance automatically."
|
||||
},
|
||||
"plugin_support": {
|
||||
"description": "Using plugins is not recommended due to instability and potential conflicts. Instead, users are advised to utilize mods that provide similar functionalities."
|
||||
},
|
||||
"proxy_servers": {
|
||||
"description": "Proxy servers such as BungeeCord and Velocity allow connecting multiple servers together, enabling players to transfer between them seamlessly."
|
||||
},
|
||||
"my_mc_api": {
|
||||
"description": "The My-MC API is a comprehensive toolset for managing Minecraft servers through HTTP requests.",
|
||||
"key_features": [
|
||||
"Authentication",
|
||||
"Server Management",
|
||||
"Player Interaction",
|
||||
"Mod Management",
|
||||
"Server Monitoring"
|
||||
],
|
||||
"usage_guides": [
|
||||
"To learn how to use the API, visit: https://wiki.my-mc.link/en/api"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user