SupremeWarps

Description

Our warp plugin has several features, it teleports players to their desired location with cooldown in a fancy way, but we have also added a permission system so that players need a certain permission to enter the Nether and End world. Without this permission, they cannot use the portals or send a tpa request to people who do have permission.

General options

Cooldown

Cooldown time before players can use the random teleport again.

# Cooldown time for /wild
cooldown-wild: 1m

Teleport bar

This fancy bar will display a live countdown for all the warps.

progress-bar:
  symbol: '∎'
  length: 12
  color-filled: '&a'
  color-empty: '&c'

Teleportation effects

start-sounds: # sound when starting a teleport
  - 'ENTITY_ITEM_PICKUP;0.5;3.0'
start-particles:  # particle when starting a teleport
  - 'END_ROD;50;0.0;0.5;0.0;0.1'
end-sounds: [] # sound when you have been teleported
end-particles: # particle when you have been teleported
  - 'VILLAGER_HAPPY;70;1.0;1.5;1.0;0.1'
cancel-sounds: # sound when your teleportation has been canceled (movement)
  - 'ENTITY_ENDER_DRAGON_HURT;1.0;1.0'
cancel-particles: # particle when your teleportation has been canceled (movement)
  - 'LAVA;8;0.0;1.0;0.0;0.1'

Commands

CommandsPermissionsDescription

/supremewarps warp <player> <warp>

suprememewarps.admin

Sends the specified player to the specified warp.

/supremewarps rtp <player> <world>

suprememewarps.admin

Random teleports the specified player to the specified world.

If you want to use the /supremewarps rtp <player> <world> command you have to add it to the RandomTeleport config first. This plugin defines safe locations on reboot to ensure smooth and fast RTP.

Permissions

These are the permissions SupremeWarps has for the different worlds:

  • supremewarps.nether - Permission to enter the nether world.

  • supremewarps.end - Permission to enter the end world.

  • supremewarps.dungeons - Permission to enter the dungeons.

Placeholders

Papi placeholders

  • %supremewarps_dungeons_status% - Shows the status of the player whether they have permission to enter.

Last updated