first commit

This commit is contained in:
Patrick
2026-05-01 19:29:02 +02:00
commit 3344047d89
58 changed files with 3948 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# SMPPlugin
1.21.4 Plugin for my SMP Server. This plugin is hardcoded for my Server. If you want to use it, go ahead. You'll need to change some stuff in the code
## 💡 Features
- Black Market
- Block Elevators (Currently broken)
- Bloodmoon (Stronger, Faster mobs)
- Polls
- Player reports (With db and gui)
- Starter (To start the Event)
- Suggestions (With db and gui)
- waypoints (Commands)
- trash (Delete Items)
- Coding Tag (/coding on) Requires a Resourcepack (Maybe I'll provide it)
## 🚀 Getting Started
### Prerequisites
- Java 21
- Gradle
- Paper 1.21.4 Server
- (Not needed but recommended) Resourcepack
### Build & Run
```bash
# Clone the repository
git clone https://github.com/WinniePatGG/SMPPlugin.git
# Navigate into the project folder
cd SMPPlugin
# Build the plugin (example using Gradle)
./gradlew build
```
Made with ❤️ by WinniePatGG.