first commit

This commit is contained in:
Patrick
2026-05-01 19:37:15 +02:00
commit 55a82a1cd1
22 changed files with 1347 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Gambling Plugin by WinniePatGG
A custom Java plugin developed for Paper 1.21.4.
## 💡 Features
- Slot Machine
- Double Or Nothing
- Roulette
- Cases (Like CS:GO)
## 🚀 Getting Started
### Prerequisites
- Java 21
- Gradle (Included in repo)
- Paper 1.21.4 Server
### Build & Run
```bash
# Clone the repository
git clone https://github.com/WinniePatGG/GamblingPlugin.git
# Navigate into the project folder
cd GamblingPlugin
# Build the plugin
./gradlew build
```
Made with ❤️ by WinniePatGG.