A lightweight Fabric mod for Minecraft 1.21.x that enhances the multiplayer server list by remembering your scroll position and selected server. Perfect for players who frequently switch between servers!
- Persistent Server Selection: When returning to the multiplayer screen, your previously selected server remains highlighted.
- Scroll Position Memory: Retains your scroll position in long server lists, so you don't have to scroll down every time.
- Toggle Button: Conveniently placed button in the bottom-left corner of the multiplayer screen to enable/disable the mod's functionality.
- Compatibility Focused: Designed to work harmoniously with other mods.
- Lightweight: Minimal impact on performance with no external dependencies beyond Fabric API.
- Minecraft 1.21.x
- Fabric Loader >=0.16.14
- Fabric API
- Java 21 or higher
- Install Fabric Loader and Fabric API
- Download the latest ServerMenu mod JAR from the Releases page
- Place the JAR file in your Minecraft
mods
folder - Launch Minecraft with the Fabric profile and enjoy!
- The mod works automatically once installed
- Toggle the functionality ON/OFF using the "SM" button in the bottom-left corner of the multiplayer screen
- When enabled, your server selection and scroll position will be remembered between sessions
ServerMenu is designed to be compatible with most other Fabric mods. If you encounter any compatibility issues, please report them on the Issues page.
git clone https://github.com/YourUsername/ServerMenu.git
cd ServerMenu
./gradlew build
The compiled JAR will be in build/libs/
.
src/main/java/
: Core mod filessrc/client/java/
: Client-side implementationsrc/client/java/com/kevin/server/mixin/
: Mixins for UI modifications
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add some amazing feature'
- Push to your branch:
git push origin feature/amazing-feature
- Open a Pull Request
Please ensure your code follows the existing style and includes appropriate documentation.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Fabric community for their excellent modding framework
- All contributors who help improve this mod