Changes

Minecraft

1,087 bytes added, 18:01, 17 January 2023
/* File Locations */
The following lines were added (+) and removed (-):
Update February 2021: TLauncher is different from Terramining Launcher and offers Forge Compatibility.Both TLauncher and Terramining Launcher both still work.  TLauncher supports the latest minecraft build as of this posting, which is 1.16.5 verified.  See the [[TLauncher for Minecraft]] page.=== rcon with mcrcon ===choose a place to install mcrcon, which is an open source rcon client used to connect to remote minecraft server.  cd ~/username/gamesTools necessaryDownload source by clone from github git clone https://github.com/Tiiffi/mcrcon.gitCompile gcc -std=gnu11 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.ctest ./mcrcon -hconnect Rcon commands with arguments must be enclosed in quotes.Example (issue a specific command to remote server): mcrcon -H my.minecraft.server -p password "say Server is restarting!" save-all stopExample (open a remote console to issue commands directly at > prompt) mircon -H my.minecraft.server -p password -t''Note that in some versions of micron the -t (for terminal) was not required.''* C:\Documents and Settings\derek\Application Data\.minecraft* C:\Documents and Settings\username\Application Data\.minecraft* /home/mythbox/minecraft* /home/nicolep/minecraft* /home/stanley/.minecraft/launcher_profiles.json* /home/username/.minecraft/launcher_profiles.json [[Category:PC Gaming]]
Administrator
652
edits