-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e0af3e
commit 492cb60
Showing
1 changed file
with
1 addition
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1 @@ | ||
#YATPA | ||
#Description | ||
A optimized TPA Plugin that was made with simplity in mind. Made to solve some of the flaws seen in other TPA plugins | ||
|
||
#Available Commands | ||
/tpa /tpahere /tpyes /tpno | ||
|
||
#Config.yml | ||
|
||
teleport: | ||
effect: | ||
value: | ||
- DAMAGE_RESISTANCE, 0, 4 | ||
period: 5 | ||
cooldown: 0 | ||
delay: 0 | ||
request: | ||
error-if-too-many: true | ||
timeout: 60 | ||
|
||
#Messeges.ym | ||
teleport: | ||
teleporting: | ||
from-player: | ||
instant: '&aYou are being teleported to &f{player}' | ||
delayed: '&aYou will be teleported to &f{player} &ain &f{delay} &aseconds' | ||
to-player: | ||
delayed: '&a{player} will be teleported to you in &f{delay} &aseconds' | ||
instant: '&a{player} is being teleported to you' | ||
error: | ||
teleport: | ||
in-teleport: '&cThe player is in teleport' | ||
offline: '&cThe player is offline' | ||
no-request: '&cYou don''t have any request' | ||
yourself: '&cYou cannot send a request to yourself' | ||
player-not-found: '&cPlayer not found' | ||
player-only: '&cYou must be a player to use this command' | ||
too-many-requests: '&cYou have too many requests. Please specify whos request you | ||
want to accept by doing tpyes (username).' | ||
cooldown: '&cYou need to wait &f{cooldown} &cmore seconds to send a request' | ||
already-sent: '&cYou have already sent a request to this player' | ||
request: | ||
deny: | ||
from: '&c{player} &chas denied your request' | ||
to: '&cYou have denied the request from &f{player}' | ||
sent: '&aYou have sent a request to &f{player}' | ||
received: | ||
here: '&f{player} &ahas requested you to teleport to them' | ||
note: '&aType &f/tpaccept &ato accept or &f/tpdeny &ato deny' | ||
normal: '&f{player} &ahas requested to teleport to you' | ||
prefix: '&e[&6TPA Feature&e] ' | ||
. |