- Hỗ trợ phiên bản
- 1.11
- 1.12
- Link Spigot
- https://www.spigotmc.org/resources/1-12-2-%E3%80%87-supper-teleport-%E3%80%87-simple-warp-home-plugin.98110/
- Người đóng góp
- ZenDev
Tải file mới nhất rồi đặt vào thư mục plugins
- Đưa người chơi đến một nơi ngẫu nhiên
- Hệ thống home, warp
- gui hiển thị warp
Một ví dụ về warp
YAML:Warps: '1': Icon: WOOL Data: 1 Name: '&61' Description: - '&7Description' - '&aSupper idol' World: world X: -2270 Y: 64 Z: -9368
- wild: gửi người chơi đến nơi ngẫu nhiên
- home [go/set]: về nhà hoặc đặt vị trí người chơi thành nhà
- warp [go/set/remove]: đến hoặc hoặc vị trí người chời thành warp
- teleport.home.[set/go]: dùng /home [set/go]
- teleport.warp.[set/go/remove]: dùng /warp [set/go/remove]
- teleport.wild: dùng /wild
config.yml
YAML:
#Delayed time before teleporting!
Teleport_delay: 3 #per seconds
#max x, z when using wild command
Max_range: 10000 #mean -10000 to 10000
#Cooldown for wild command
Cooldown: 30
Default_icon:
warp: SIGN
Messages:
only_player: '&cOnly player can do that!'
no_permission: '&cYou do not have permission to do that!'
home_gone: '&aGo home!'
home_setted: '&aHome has been setted!'
warp_gone: '&aGo to &6<w> &awarp'
warp_setted: '&aSetted your location to &6<w> &awarp'
warp_removed: '&aRemoving &6<w> &awarp'
warp_not_exist: '&c<w> is not exist'
wild: '&aTeleport completely!'
on_cooldown: '&cCommand is on cooldown!'
on_delay: '&aPlease wait a few moment... Do not move &6(<t>s)'
on_cancel: '&cTeleporting was canceled because your moving!'