Teleportation - это плагин телепортации с различными функциями для hurtworld.
Привелегии:
Языковой файл:
Привелегии:
- teleportation.admin - для админ-команд (/tp & /tphere)
- teleportation.tpr - для телепорта по запросу (/tpr & /tpa)
- teleportation.home - команды для дома (/home, /sethome, /removehome & /homes)
- /tpa - принять запрос телепорта
- /tpr <игрок> - оправить запрос телепорта
- /tp <игрок> - телепорт себя к игроку
- /tp <игрок1> <игрок2> - телепорт игрока к другому
- /tp <x> <y> <z> - телепорт себя к координатам
- /tphere <игрок> - телепорт игрока к себе
- /home <дом> - телепорт домой
- /homes - список моих домов
- /sethome <дом> - создать дом
- /removehome <дом> - удалить дом
Код:
{
"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
}
}
Языковой файл:
Код:
{
"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."
}