- Rich features:
Home
,Warp
,TPA
,TPAHere
,TPASetting
,TPR
,Back
(back to the last death point.) - Full GUI: Beautiful GUI forms for easy operation rather than commands.
- Hot reload support: Operators can edit/update
config.json
in game directly.
Put .whl
file into the endstone plugins folder, and then start the server. Enter the command /utp
to call out the main form.
Now, you can get the release version form this repo or
. Minebbs
Plugins/
├─ utp/
│ ├─ config.json
│ ├─ home.json
│ ├─ warp.json
│ ├─ tpa_setting.json
UTP allows operators or players to edit/update relevant settings through GUI forms with ease, here are just simple explanations for these configurations.
config.json
{
"max_home_per_player": 10, // the max number of homes a player can posses
"tpr_range": 2000, // the max random teleportation range
"tpr_cool_down": 60, // the cooldown time for calling the random teleportation
"tpr_protect_time": 25, // the protection time after calling the random teleportation
"back_to_death_point_cool_down": 60 // the cooldown time for calling the back
}
Due to the extreme ease of use of UTP, there is no wiki available. You can view related screenshots of UTP from images folder of this repo.