MoneyScreen is a simple server-side Fabric mod for Minecraft that allows an operator to display a custom screen to all online players. This screen shows a configurable amount of money and a player count.
- Custom Screen: Displays a clean, bordered screen with important information.
- Real-time Updates: Push updates to all players simultaneously.
- Easy to Use: A simple command allows for quick updates.
To display or update the screen for all players, use the following command:
/moneyscreen <money> <players><money>: The amount of money to display.<players>: The number of players to display.
/moneyscreen 15000 42This command will show a screen to all players indicating that there are 42 players remaining and the prize is 15,000 Colombian Pesos.
To build the mod from the source code, you will need to have the Java Development Kit (JDK) installed.
- Clone the repository:
git clone https://github.com/GatoArtStudio/MoneyScreen.git
- Navigate to the project directory:
cd MoneyScreen - Run the Gradle build command:
./gradlew build
The compiled .jar file will be located in the build/libs/ directory.
Copyright (c) 2025 GatoArtStudio. All rights reserved.