32 lines
509 B
Markdown
32 lines
509 B
Markdown
|
|
# 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.
|