Teleportation is a teleportation plugin with many different teleportation features.
Permissions:
- teleportation.admin for admin commands (/tp & /tphere)
- teleportation.tpr for teleport request commands (/tpr & /tpa)
- teleportation.home for home commands (/home, /sethome, /removehome & /homes)
Chat Commands:
- /tpa Accept teleport request
- /tpr <player> Send teleport request
- /tp <player> Teleport yourself to a player
- /tp <player> <player> Teleport a player to another
- /tp <x> <y> <z> Teleport yourself to a location (~ can be used as x, y or z to represent your x, y, z)
- /tphere <player> Teleport somebody to yourself
- /home <home> Teleport to your home
- /homes List all your homes
- /sethome <home> Set your home
- /removehome <home> Remove your home
Config file:
Code (Javascript):
{
"Settings": {
"Home : Check for Stake": true,
"Home : Cooldown Enabled": true,
"Home : Cooldown in minutes": 5.0,
"Home : Enabled": true,
"Home : Maximal Homes": 3,
"Home : Stake Radius": 10.0,
"Home : Teleport Timer": 15.0,
"TPR : Cooldown Enabled": true,
"TPR : Cooldown in minutes": 5.0,
"TPR : Enabled": true,
"TPR : Pending Timer": 30.0,
"TPR : Teleport Timer": 15.0
}
}
Language file:
Code (Javascript):
{
"No Permission": "You don't have permission to use this command.",
"Request Ran Out": "Your pending teleport request ran out of time.",
"Request Sent": "Teleport request sent.",
"Request Got": "{player} would like to teleport to you. Accept by typing /tpa.",
"Teleported": "You have been teleported to {target}.",
"Accepted Request": "{player} has accepted your teleport request.",
"Teleported Home": "You have been teleported to your home '{home}'.",
"No Pending": "You don't have a pending teleport request.",
"Already Pending": "{player} already has a teleport request pending.",
"Teleporting Soon": "You will be teleported in {time} seconds.",
"Teleport To Self": "You may not teleport to yourself.",
"No Homes": "You do not have any homes.",
"Home Set": "You have set your home '{home}'",
"Home Removed": "You have removed your home '{home}'",
"Home Exists": "You already have a home called '{home}'",
"Home Teleported": "You have been teleported to your home '{home}'",
"Home List": "Your Homes: {homes}",
"Max Homes": "You may not have more than {count} homes!",
"Unknown Home": "You don't have a home called '{home}'",
"No Stake": "You need to be close to a stake you own to set a home.",
"Home Cooldown": "You need to wait {time} minutes before teleporting to a home again.",
"TPR Cooldown": "You need to wait {time} minutes before sending the next teleport request."
}
go create plugin rust legacy 2,0 plugin tpa :/
ResponderExcluir