Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMyastan authored Aug 27, 2020
1 parent 2a8309f commit 9b7aa7b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,31 @@
A basic Spigot-API Minecraft plugin for a TPA system
You can feel free to modify the code for your own use (just make sure to credit me for my code), and use the plugin for your own server!
Any suggestions for improvements or features are welcome!
# Features
- tprequest command
- request to teleport to player
- players have permission to use this command by default
- tphere command
- request a player teleports to you
- players have permission to use this command by default
- tpaccept command
- accept current teleport request, teleports immediately
- players have permission to use this command by default, no wait x seconds without moving
- tpdeny command
- denies request
- players have permission to use this command by default
- tpview command
- prints current teleport request
- players have permission to use this command by default
- tpback command
- teleports you back to where you were before the last teleport you accepted
- players have permission to use this command by default
# Things to note
- teleport requests dont have any queueing, a new request overwrites a previous
- For Example, if Player1 sends a teleport request (tphere or tprequest) to Player3, and then Player2 sends another request (tphere or tprequest), the only request Player3 has to accept or deny is Player2's, and if they deny it they have no requests left.
- tpback also doesnt queue or track multiple teleports, it will only take you back to where you where before your most recent teleport
- tpback also doesnt track death locations or locations before teleports by other means, it only tracks teleports through this plugin
- teleport requests do not expire
# To-Do
- [x] write this readme
- [ ] comment my code

0 comments on commit 9b7aa7b

Please sign in to comment.