- Rich features:
Home
,Warp
,TPA
,TPAHere
,TPSetting
,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. - Localized languages support
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
│ ├─ tp_setting.json
│ ├─ lang/
│ │ ├─ zh_CN.json
│ │ ├─ en_US.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
"is_enable": {
"home": true,
"warp": true,
"tpa_and_tpahere": true,
"tpr": true,
"back": true
}
}
-
zh_CN
-
en_US
Off course you can add your mother language to UTP, just creat XX_XX.json
(such as ja_JP.json
) and translate value with reference to en_US.json
.
You can also creat a PR to this repo to make your mother language one of the official languages of UTP.
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.