SimpleRTP
ModrinthSpigotMCA simple random teleport plugin that is designed to be lightweight and easy to use.
1.3k downloads 2 followers updated 2mo ago
latest v1.3.0 Modrinth
SimpleRTP
SimpleRTP is a simple random teleport plugin. It is designed to be lightweight and easy to use.
Commands
| Command | Description | Default Permission |
| ------- | ----------- |--------------------|
| /rtp | Teleport to a random location | rtp.use |
Config
Everything is configurable in the config.yml file. The default config is as follows:
world: "world"
settings:
countdown: 3
cooldown:
rtp: 60
permissions:
rtp: "rtp.use"
cooldownBypass: "rtp.cooldown.bypass"
messages:
no-permission: "&cYou do not have permission to use this command."
teleported: "&aYou have been teleported to a location {x}, {z}!"
waiting: "&cPlease wait while we find a location for you to teleport to."
cooldown: "&aYou must wait &c{time} &aseconds before using this command again."
countdown: "&aTeleporting in &c{time} &aseconds..."
border:
x-min: -1000
x-max: 1000
z-min: -1000
z-max: 1000
Versions
Release
1.3.0
## Changelog
- Update from Spigot 1.21.4 to Paper 1.21.11
- Update Gradle, Kotlin, and other dependencies
Release
1.2.2
## Changelog
- Fixed an issue with the cooldown being set when a player moves during the countdown.
Release
1.2.1
# Changelog
- Fixed an issue with color codes not working in some messages.
- Added an option to cancel teleport if the player moves before the countdown.
Comments 0
No comments yet. Be the first to share your thoughts.