Changes

Minecraft

519 bytes added, 22:04, 20 December 2020
/* upgrade minecraft server to latest version */
The following lines were added (+) and removed (-):
=== 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: mcrcon -H my.minecraft.server -p password "say Server is restarting!" save-all stop
Administrator
652
edits