https://github.com/gatoartstudio/moneyscreen
https://github.com/gatoartstudio/moneyscreen
fabric fabricmc gradle java mod-minecraft screen workflow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gatoartstudio/moneyscreen
- Owner: GatoArtStudio
- License: other
- Created: 2025-09-21T16:01:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T22:09:35.000Z (10 months ago)
- Last Synced: 2025-10-14T15:16:27.014Z (9 months ago)
- Topics: fabric, fabricmc, gradle, java, mod-minecraft, screen, workflow
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MoneyScreen Mod
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.
## Features
* **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.
## Usage
To display or update the screen for all players, use the following command:
```bash
/moneyscreen
```
- ``: The amount of money to display.
- ``: The number of players to display.
### Example
```bash
/moneyscreen 15000 42
```
This command will show a screen to all players indicating that there are 42 players remaining and the prize is 15,000 Colombian Pesos.
## Building from Source
To build the mod from the source code, you will need to have the Java Development Kit (JDK) installed.
1. Clone the repository:
```bash
git clone https://github.com/GatoArtStudio/MoneyScreen.git
```
2. Navigate to the project directory:
```bash
cd MoneyScreen
```
3. Run the Gradle build command:
```bash
./gradlew build
```
The compiled `.jar` file will be located in the `build/libs/` directory.
## License
Copyright (c) 2025 GatoArtStudio. All rights reserved.