
BuddyTP
A limited teleportation system designed for SMPs
- Загрузки
- 664
- Подписчики
- 4
- Обновлён
- 4 мая 2023 г.
- Лицензия
- MIT
Опубликован 20 марта 2023 г.
BuddyTP
Goals / Philosophy
In a semi-vanilla survival multiplayer setting the use of teleportation between players can make creating transport infrastructure (nether highways, piston bolts, etc) much less important. This effectively removes a large part of vanilla gameplay. However not having any teleportation creates a higher barrier to entry for players who are joining a preexisting group on the server (for example an irl friend group). This is because players tend to build farther away from spawn on public servers so they are not in the way of other players.
BuddyTP aims to solve this issue by giving every player one free teleport.
Features
- One free teleport per player
- Fully customizable messages
- Full permission support
- Ability to limit what worlds you can teleport in
- (Optional) Ability to purchase another teleport for an item
- (Optional) Automatically set a players home if they do not have one already.
Commands / Permissions
| Command | Alias | Usage | Permission | Default | Description |
|---|---|---|---|---|---|
/buddytp |
/btp |
/buddytp <player> |
buddytp.send |
everyone |
Teleport to a friend, once |
/buddytpaccept |
/btpaccept |
/buddytpaccept [player] |
buddytp.accept |
everyone |
Accept a teleport request |
/buddytpdeny |
/btpdeny |
/buddytpdeny [player] |
buddytp.deny |
everyone |
Deny a teleport request |
/buddytpcancel |
/btpcancel |
/buddytpcancel |
buddytp.cancel |
everyone |
Cancel a teleport request |
/buybuddytp |
/buybuddytp |
buddytp.buy |
everyone |
Buy a new buddytp | |
/resetbuddytp |
/resetbuddytp <player> |
buddytp.reset |
op |
Reset a players free buddytp |
Messages
%sender%The player who is making the request.%target%The player who is receiving the request.%timeout%The time in seconds that a request is valid for.
| Key | Placeholders |
|---|---|
only-players |
|
no-pending-requests |
|
multiple-pending-requests |
|
no-active-request |
%sender% |
used-buddy-tp |
|
could-not-find-player |
%target% |
teleport-to-self |
|
already-has-buddy-tp |
%target% |
you-already-have-buddy-tp |
|
price-too-high |
|
bought-buddy-tp |
|
reset-buddy-tp |
%target% |
your-buddy-tp-reset |
|
request-target |
%target% %sender% %timeout% |
request-sender |
%target% %sender% %timeout% |
accepted-target |
%target% %sender% |
accepted-sender |
%target% %sender% |
denied-target |
%target% %sender% |
denied-sender |
%target% %sender% |
canceled-target |
%target% %sender% |
canceled-sender |
%target% %sender% |
timed-out-target |
%target% %sender% |
timed-out-sender |
%target% %sender% |
different-world |
%target% |
not-in-this-world |
|
home-set |
Community Translations
- (1.0.3) Chinese by xiaoyueyoQvQ
How to install a translation
- Open the link to the desired translation
- Copy the contents into your
~/plugins/BuddyTP/messages.txtfile - Restart the server
Usage Statistics via bStats
Ченджлог
1.1.0Релиз1.20.5, 1.20.6, 1.21 · 4 мая 2023 г.
Fixed
- BuddyTPs not canceling when a player disconnects, thanks @xiaoyueyoqwq for the bug report
API Change
- Renamed BuddyTeleportRequest#getTargetPlayer to BuddyTeleportRequest#getTarget to be more in line with other method names
1.0.3Релиз1.19.2, 1.19.3, 1.19.4 · 13 апреля 2023 г.
Fixed
- Automatic sethome not working with asyncTeleport
1.0.2Релиз1.19.2, 1.19.3, 1.19.4 · 8 апреля 2023 г.
Added
- Folia support
Note
- Because Folia is still very early into development it is likely issues may arise with it in future. Please report these onto the GitHub Issues Page if you encounter any.
1.0.1Релиз1.19.2, 1.19.3, 1.19.4 · 27 марта 2023 г.
Fixes
- Default message for
canceled-sender
1.0.0Релиз1.19.2, 1.19.3, 1.19.4 · 20 марта 2023 г.
This release includes all the primary features of BuddyTP that are currently planned. However suggestions are welcome.
Комментарии
Загружаем…