Thunder-Relay/MC/ThunderServer
0 forks
id: 25987
2,027 Lines
- Java 82.1%
- Yaml 12.2%
- Markdown 3%
- XML 2.7%
README.md
ThunderServer
Server utilities for Paper 26.2+ (also fine on 26.3+).
API: Paper API (io.papermc.paper:paper-api), not Spigot-only.
Java: 25
Build (IntelliJ)
- Open the
thunderserverfolder - JDK 25
- Maven →
package - Jar:
target/ThunderServer-1.0.0.jar
Commands
Everyone (default)
| Command | Description |
|---|---|
/suicide | Kill yourself |
/rtp | Random teleport (uses limited by config) |
/coords | Your coordinates |
/rules | Server rules |
/tshelp | Help |
Staff (op / thunderserver.admin)
| Command | Description |
|---|---|
/mute <player> [time] | Mute (e.g. 10m). No time = permanent |
/unmute <player> | Unmute |
/aura <player> [power] | Lightning strikes |
/day /night | Time |
/storm /rain /sun | Weather |
/vanish | Hide from non-ops |
/invsee <player> | View inventory |
/ice <player> [time] | Freeze |
/unice <player> | Unfreeze |
/repair / /repair all | Repair items |
/fly [player] | Toggle flight |
/enderchest [player] | Ender chest |
/burn <player> <seconds> | Set on fire |
/craft /anvil /grindstone | Virtual workstations |
/fireball | Launch a fireball |
/coords <player> | Other player's coords |
/otp <player> | TP to offline last logout location |
/drop <player> | Force drop held item |
/punish <player> | Nausea + drop inv + freeze 12s + no pickup |
Config highlights
rtp.max-uses— default 1welcome.*— private join message (time, weather, online count)rules— text for/rulespunish-duration-seconds— default 12
Notes
- Vanish uses
hidePlayer+ silence + invisibility. Ops withthunderserver.seevanishstill see vanished players. - RTP finds a safe surface location within configured radius.
- Welcome message is private (not broadcast).