MC-Warpy is a plugin for Spigot-based Minecraft servers that allows players to teleport to warps that are in the menu
Commands:
/warp [reload/create/delete/list]
Configuration:
The plugin uses configuration files `config.yml` and `messages.yml`. In `config.yml`, you can configure warp and time teleport, and in `messages.yml`, you can customize the messages used in the plugin.
Code (Text):
menuRows: 3
teleportTime: 5
warpMenuTitle: '&8Wybierz warp!'
warps:
- name: '&aspawn'
item:
material: DIAMOND_SHOVEL
item-meta:
lore:
- ' '
- '&7Kliknij aby zostać &aprzeteleportowanm&7!'
location:
world: world
x: 0.0
y: 100.0
z: 0.0
yaw: 0.0
pitch: 0.0
slot: 3
- name: '&cpvp'
item:
material: DIAMOND_SHOVEL
item-meta:
lore:
- ' '
- '&7Kliknij aby zostać &aprzeteleportowanm&7!'
location:
world: world
x: 10.0
y: 100.0
z: 10.0
yaw: 0.0
pitch: 0.0
slot: 4
items:
- itemStack:
material: PAPER
item-meta:
display-name: '&cJak działają warpy?'
lore:
- ' '
- '&7Wybierz warp do którego chcesz być przeteleportowany!'
slot: 8
Code (Text):
teleportCanceled: '&cTeleportacja została anulowana!'
teleportCanceledChatType: CHAT
timeToTeleport: '&fZostaniesz przeteleportowany za &a[time] &fsekund!'
timeChatType: CHAT
teleported: '&aZostałeś przeteleportowany do warpu [warp]!'
teleportedChatType: SUBTITLE
holdItemToCreate: '&cMusisz trzymać item w ręce aby stworzyć warp!'
warpAlreadyExist: '&cWarp o takiej nazwie już istnieje!'
createdWarp: '&aPomyslnie stworzono warp o nazwie [warp-name]!'
warpDoesntExist: '&cWarp o takiej nazwie nie istnieje!'
deletedWarp: '&aPomyslnie usunięto warp o nazwie [warp-name]!'
Permissions:
1. `warps.list` - Permission to use /warp list
2. `warps.reload` - Permission to use /warp reload
3. `warps.create` - Permission to use /warp create
4. `warps.delete` - Permission to use /warp delete
5. `warps.admin` - Permission to see tabing args