Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarna/simplertp
https://github.com/tarna/simplertp
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarna/simplertp
- Owner: tarna
- Created: 2023-09-26T16:51:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-26T17:04:06.000Z (over 1 year ago)
- Last Synced: 2024-12-23T05:12:15.876Z (28 days ago)
- Language: Kotlin
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```yaml
world: "world"cooldown:
rtp: 60permissions:
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."border:
x-min: -1000
x-max: 1000
z-min: -1000
z-max: 1000
```