SimpleWarps - erikzimmermann/WarpSystem-IssueTracker GitHub Wiki

Meaning of "Destinations"

A "Destination" will be used for linking features to a specific position on your network.


Purpose of SimpleWarps

SimpleWarps will be used to define warp position on your Spigot/Paper server. They won't be accessible from other Spigot/Paper servers. They're quite easy to use, just take a look at the commands below.

Command usage

Permissions can be found »here«.

Modify - /setwarp: Create or overwrite existing SimpleWarps
Modify - /delwarp: Delete existing SimpleWarps
Modify - /editwarp: Edit permission or costs of a SimpleWarp

Use - /warp <warp> [player]: Warp to a specific SimpleWarp

Standard permissions

Names containing spaces (" ") will be modified with underlines ("_"). So the permission of the warp "test test" will be "test_test".
  • Standard creation permission: warpsystem.simplewarp.<warp> (disabled by default > Config.yml > SimpleWarps)
  • Overwriting permissions: warpsystem.simplewarp.<warp> (disabled by default > Config.yml > SimpleWarps)
    If enabled, every SimpleWarp get the permission warpsystem.simplewarp.<warp> regardless whether a warp already has a permission or not. This permission is only temporarily and does not overwrite the old permission in storage. After disabling this permission, all old permission will be used.
⚠️ **GitHub.com Fallback** ⚠️