INTRODUCTION
This is very simple and powerful standalone tool for
Minecraft servers
administrators, for
atomization and improvement of your
server management using
the CMD utility. MCWrapper helps to manage full lifecycle of your server and can restart it on demand. An
important feature is the ability to
clear the logs of your server. Written in BATCH. Opensource.
Main features
- Easy to use. All settings are in the main BATCH file.
- Can start and stop your server on demand.
- Can clear your server logs folder.
- Easy to manage. This application uses just console commands.
- Ability to completely customize the design of the wrapper. Even the banner!
Installation
- Check if you have a JRE installed (obviously)
- Configure the wrapper properly (IMPORTANT: Change the path to the java.exe to where it is located on your system)
Configuration
Code (Text):
REM ## START OF CONFIGURABLE VARIABLES - DO NOT LEAVE ANY OF THEM EMPTY
SET JRE_LOCATION=C:\Program Files\AdoptOpenJDK\jre-11.0.10.9-openj9\bin\java.exe
SET JARFILE_NAME=custom.jar
SET SERVER_NAME=SERVERNAME
SET SERVER_VERSION=1.17.1
SET MAX_MEMORY=4G
SET CORE_COUNT=8
REM ## END OF CONFIGURABLE VARIABLES
Appearance of UI
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2FLiYjPnH.png)