https://github.com/techplexengineer/simpletp
Simple Teleportation "Warp" for Bukkit/Spigot
https://github.com/techplexengineer/simpletp
Last synced: about 1 year ago
JSON representation
Simple Teleportation "Warp" for Bukkit/Spigot
- Host: GitHub
- URL: https://github.com/techplexengineer/simpletp
- Owner: TechplexEngineer
- Created: 2016-01-18T13:43:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T04:31:29.000Z (about 10 years ago)
- Last Synced: 2025-01-07T23:36:11.870Z (about 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleTP
Simple Teleportation "Warp" for Bukkit/Spigot 1.8.x
# Commands Added
### Note: /w is an alias for /warp
## /warp create
permission: simpletp.create
Defaults to OP only.
Create a warp at the players current location.
## /warp list
permission: simpletp.list
Defaults to all users.
Show a list of all warps currently known.
## /warp
permission: simpletp.warp
Defaults to all users.
Teleport to the location.
## /warp all
permission: simpletp.all
Defaults to OP only.
Teleport all players to your location. Great for team meetings.
## /warp users
permission: simpletp.users
Defaults to OP only.
Teleport all players, excluding OPs to your location. Great for team meetings.
## /warp op
permission: simpletp.op
Defaults to OP only.
Teleport all OPed players to your location. Great for team meetings.