A modular Paper plugin providing server utilities and tweaks for Minecraft servers.
Teleports players to configured coordinates when they join the server. Useful for lobby servers or controlled spawn areas.
- Configurable X, Y, Z coordinates
- Configurable yaw and pitch (player rotation)
- Can be enabled/disabled independently
- Latest Release: https://s3.psalkowski.pl/minecraft-plugins/server-tweaks/ServerTweaks.jar
- Snapshot (dev): https://s3.psalkowski.pl/minecraft-plugins/server-tweaks/ServerTweaks-SNAPSHOT.jar
- GitHub Releases: https://github.com/HomeCraftMC/server-tweaks/releases
- Modrinth: https://modrinth.com/plugin/server-tweaks
- Download
ServerTweaks.jar - Place in your server's
plugins/folder - Restart the server
- Edit
plugins/ServerTweaks/config.ymlto configure features - Restart or reload the server
spawn-on-join:
enabled: false # Enable/disable spawn-on-join
x: 0 # X coordinate
y: 1 # Y coordinate
z: 0 # Z coordinate
yaw: 0 # Player rotation (horizontal)
pitch: 0 # Player rotation (vertical)| Plugin Version | Minecraft | Paper | Java |
|---|---|---|---|
| 1.1.x | 1.21.11 | 1.21 | 21+ |
| 1.0.x | 1.21.11 | 1.21 | 21+ |
Server Software: Paper or Paper-based forks (Purpur, Pufferfish, etc.)
mvn clean packageOutput: target/ServerTweaks-<version>.jar
Builds are automated via Woodpecker CI:
- Push to main: Builds and uploads
ServerTweaks-SNAPSHOT.jarto S3 - Tag
vX.Y.Z: Builds release and:- Uploads to S3:
ServerTweaks.jar(latest) +ServerTweaks-X.Y.Z.jar - Creates GitHub Release with JAR attached
- Publishes to Modrinth
- Bumps version to next SNAPSHOT
- Uploads to S3:
MIT
