SimpleRTP

一个简单易用且设计轻量级的随机传送插件。

资源图片
# SimpleRTP SimpleRTP 是一个简单的随机传送插件。它旨在轻量级且易于使用。 ## 指令 | 指令 | 描述 | 默认权限 | | ------- | ----------- |--------------------| | /rtp | 传送到一个随机位置 | rtp.use | ## 配置文件 所有内容都在 config.yml 文件中进行配置。默认配置文件如下: ```yaml world: "world" settings: countdown: 3 cooldown: rtp: 60 permissions: rtp: "rtp.use" cooldownBypass: "rtp.cooldown.bypass" messages: no-permission: "&c您没有使用此命令的权限。" teleported: "&a您已被传送到位置 {x}, {z}!" waiting: "&c请等待我们为您找到一个传送位置。" cooldown: "&a您必须等待 &c{time} &a秒才能再次使用此命令。" countdown: "&a将在 &c{time} &a秒后传送..." border: x-min: -1000 x-max: 1000 z-min: -1000 z-max: 1000 ```