Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 3.3 KB

README.md

File metadata and controls

79 lines (62 loc) · 3.3 KB

header


UTP UTP

Minecraft - Version PyPI - Version

Total Git clones GitHub Downloads (all assets, all releases)

🔔Introductions

  • 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

🔨Installation

Put .whl file into the endstone plugins folder, and then start the server. Enter the command /utp to call out the main form.

💻Download

Now, you can get the release version form this repo or Minebbs Minebbs.

📁File structure

Plugins/
├─ utp/
│  ├─ config.json
│  ├─ home.json
│  ├─ warp.json
│  ├─ tp_setting.json
│  ├─ lang/
│  │  ├─ zh_CN.json
│  │  ├─ en_US.json

📝Configuration

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
    }
}

🌐Languages

  • 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.

📷Screenshots

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.

GitHub License