Server Tweaks
A modular Paper plugin providing server utilities like spawn-on-join teleportation for lobby servers.
Server Tweaks
A modular Paper plugin providing server utilities and tweaks for Minecraft servers.
Features
Spawn on Join
Teleports players to configured coordinates when they join the server.
- Configurable X, Y, Z coordinates - Configurable yaw and pitch (player rotation) - Can be enabled/disabled independently
Fully Configurable
Every feature can be independently enabled or disabled:
```yaml spawn-on-join: enabled: true x: 0 y: 64 z: 0 yaw: 0 pitch: 0 ```
Modular Design
Server Tweaks is built with modularity in mind. Each feature:
- Can be enabled/disabled independently - Has its own configuration section - Won't affect performance when disabled
Lightweight & Efficient
- Minimal resource usage - No dependencies on other plugins - Loads instantly on server startup
Perfect For
- Survival hubs - Consistent spawn experience - Survival hubs - Control player positioning - Survival hubs - Direct players to building areas - Survival hubs - Organized player flow
Open Source
MIT license. Contributions welcome on GitHub!