This is a forked version of SimpleWarp by @SomeBottle
- Original Author: @marylieh
SimpleWarp allows you to create, delete and use warp points. These points are some sort of landmarks for the players to teleport to.
The plugin also has a position saving feature. Positions are like warp points except that it's only used for showing a coordinate.
- Position feature is disabled by default, it can be enabled in config file
configs.yml
.
configs.yml
op-full-access: false
delay-before-tp: 0
no-move-allowed-before-tp: false
position-system: false
player-warps-only: false
-
op-full-access
- If this option is set totrue
, server operator will have full access to all available features of SimpleWarp.- Notice: Permission plugins such as GroupManager may have an identical option, in this
case,
op-full-access
option might have no effect because it's overrided by the permission plugin.
- Notice: Permission plugins such as GroupManager may have an identical option, in this
case,
-
delay-before-tp
- The delay time in seconds before the teleportation start, with this option set with a value greater than 0, player will have to wait for the specific time before being teleported.- Notice: This can be bypassed if one has the permission
simplewarp.warp.nodelay
- Notice: This can be bypassed if one has the permission
-
no-move-allowed-before-tp
- This option is valid whendelay-before-tp > 0
. If it's set totrue
, any movement from the player being teleported during the delay period will terminate the teleportation.- Notice: Can be bypassed with the permission
simplewarp.warp.allowmove
- Notice: Can be bypassed with the permission
-
position-system
- Used to enable the/position
feature. -
player-warps-only
- With this option enabled, players can only teleport to the warp points of their own.
/warp <warpname>
- Teleport you to a warppoint./setwarp <warpname>
- Create a warppoint./delwarp <warpname>
- Delete a warppoint./warps
- List all warppoints/simplewarp <version | reload>
version
- Displays current plugin versionreload
- Reload all configs and warp/position data
/position <positionName | del | list>
positionName
- Shows the coordinates of the position. If the position doesn't exist, the position will be set to your current locationdel
- Remove a positionlist
- Lists all available positions
simplewarp.warp
- Allows you to use the /warp command.simplewarp.warp.nodelay
- Allows you to ignore the delay before teleportationsimplewarp.warp.allowmove
- Allows you to move while waiting to teleportsimplewarp.delwarp
- Allows you to use the /delwarp command.simplewarp.setwarp
- Allows you to use the /setwarp command.simplewarp.warps
- Allows you to use the /warps command.simplewarp.position
- Allows you to use the /position command.simplewarp.position.view
- Allows you to use the /position <name> command.simplewarp.position.create
- Allows you to use the /position <name>simplewarp.position.del
- Allows you to use the /position del <name>simplewarp.position.list
- Allows you to use the /position listsimplewarp.reload
- Allows you to reload all configs and warp/position data
To give the permissions to players you need a Permission System like LuckPerms or GroupManager.