Usage
Commands
- First, run the 
install-servercommand from within therpi-mc-server/directory like so: 
$ sudo ./install-server
- 
    
This will install all of the necessary software for the server into a
MinecraftServer/directory, stored in the user’s home directory. - 
    
The
rpi-mc-server/folder can now be safely deleted. - 
    
The
start-servercommand can be run from anywhere on your system, not just the MinecraftServer directory. Run it like so: 
$ start-server [MB of memory]
Where [MB of memory] is the amount of memory you wish to assign. We recommend 1024 for a Pi 3, and 2500 for a Pi 4, but feel free to play around.
Warning: using a value higher than 2500 may cause Java to crash. This is not an issue with the start-server script, but rather with Java itself, and as such cannot be resolved by us.
Notes
- Please note that attempting to run 
install-serverwhen not in therpi-mc-serverdirectory, or without root privileges, may cause damage to your system, not correctly install dependencies and scripts, or render the installer unusable, necessitating a reinstall, but this is unlikely if care is taken. - Please also note that the 
MinecraftServerdirectory within whichserver.jarfile can be found at~/MinecraftServeror/home/[your username]/MinecraftServer - Renaming or moving the 
MinecraftServerfolder will break thestart-servercommand unless the script is manually altered to the new location. - Please note again that this software has not been extensively tested, and you install and/or use this software at your own risk.
 - If a bug is found, please open an issue, we will try our best to fix it.