From 4e0af3ebe7e8354a8e4d6a8947ef6164233c27fe Mon Sep 17 00:00:00 2001 From: Yomamaeatstoes <114538961+Yomamaeatstoes@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:11:26 -0500 Subject: [PATCH] Create README.md Create readne --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..34a64ce --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +#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] '