This repository contains a custom Minecraft server interface developed in Python. The interface allows users to modify the RAM usage for their Minecraft server. This project was developed collaboratively by Caesar C and my student, Su Guan cheng.
Managing a Minecraft server can be challenging, especially when it comes to optimizing performance and resource usage. This project provides a simple, user-friendly interface to adjust the RAM allocation for your Minecraft server, ensuring a smoother gaming experience.
- Easy RAM Allocation Adjustment: Modify the amount of RAM allocated to your Minecraft server with a simple interface.
- User-Friendly Interface: Intuitive design for easy navigation and use.
- Python-Based: Developed entirely in Python, making it easy to customize and extend.
To get started, clone the repository and install the required dependencies.
- Python 3.x
- pip (Python package installer)
- Clone the repository:
git clone https://github.com/yourusername/minecraft-server-interface.git cd minecraft-server-interface