8000 GitHub - umarurize/UTP: A de-commanded teleportation collection plug-in for endstone server.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

umarurize/UTP

Repository files navigation

header


UTP UTP

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.)
  • Home & Warp navigation (distance and yaw angle)
  • Death penalty (UMoney required)
  • 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

[Optional pre-plugin] ZX_UI

[Required pre-plugin] UMoney

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 in seconds for calling the random teleportation
    "tpr_protect_time": 25,  // the protection time in seconds after calling the random teleportation
    "back_valid_time": 60,  // the valid time in seconds for calling the back
    "navigation_valid_time": 300,  // the valid time in seconds for every single navigation
    "death_penalty_money": 500,    // the money reduced by death penalty
    "death_penalty_money_threshold": 10000,    // the money threshold of death penalty
    "is_enable": {
        "home": true,
        "warp": true,
        "tpa_and_tpahere": true,
        "tpr": true,
        "back": true,
        "death_penalty": false
    }
}

home.json

{
    "umaru rize": {    // Home owner
        "test home": { // Home name
            "loc": [    // Home coordinates
                -285,
                49,
                -250
            ],
            "dim": "Nether"    // Home dimension
        }
    }
}

warp.json

{
    "test warp": {    // Warp name
        "loc": [    // Warp coordinates
            437,
            71,
            249
        ],
        "dim": "Overworld"    // Warp dimension
    }
}

tp_setting.json

{
    "umaru rize": true,    // if false, TPA or TPAHere requests from other players will be blocked
    "handaozhang520": 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

About

A de-commanded teleportation collection plug-in for endstone server.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages

0