Skip to content

Commit 1d7da93

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d2c0602 + 3a62cc9 commit 1d7da93

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

README.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,30 @@
66

77
[![Minecraft - Version](https://img.shields.io/badge/minecraft-v1.21.60_(Bedrock)-black)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs)
88
[![PyPI - Version](https://img.shields.io/pypi/v/endstone)](https://pypi.org/project/endstone)
9-
![Total Git clones](https://img.shields.io/badge/dynamic/json?label=Total%20Git%20clones&query=$&url=https://cdn.jsdelivr.net/gh/umarurize/UTP@master/clone_count.txt&color=brightgreen)
109

11-
### Introductions
12-
* **Rich features:** `Home`, `Warp`, `TPA`, `TPAHere`, `TPSetting`, `TPR`, `Back` (back to the last death point.)
10+
![Total Git clones](https://img.shields.io/badge/dynamic/json?label=Total%20Git%20clones&query=$&url=https://cdn.jsdelivr.net/gh/umarurize/UTP@master/clone_count.txt&color=brightgreen)
11+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/umarurize/UTP/total)
12+
13+
### :bell:Introductions
14+
* **Rich features:**
15+
- [x] Home
16+
- [x] Warp
17+
- [x] TPA
18+
- [x] TPAHere
19+
- [x] TPSetting
20+
- [x] TPR
21+
- [x] Back (back to the last death point.)
1322
* **Full GUI:** Beautiful GUI forms for easy operation rather than commands.
1423
* **Hot reload support:** Operators can edit/update `config.json` in game directly.
1524
* **Localized languages support**
1625

17-
### Installation
26+
### :hammer:Installation
1827
Put `.whl` file into the endstone plugins folder, and then start the server. Enter the command `/utp` to call out the main form.
1928

20-
### Download
29+
### :computer:Download
2130
Now, you can get the release version form this repo or <code><a href="https://www.minebbs.com/resources/utp.10159/"><img height="20" src="https://github.com/umarurize/umaru-cdn/blob/main/images/minebbs.png" alt="Minebbs" /></a>&nbsp;Minebbs</code>.
2231

23-
### File structure
32+
### :file_folder:File structure
2433
```
2534
Plugins/
2635
├─ utp/
@@ -33,11 +42,11 @@ Plugins/
3342
│ │ ├─ en_US.json
3443
```
3544

36-
### Configuration
45+
### :pencil:Configuration
3746
UTP allows operators or players to edit/update relevant settings through GUI forms with ease, here are just simple explanations for these configurations.
3847

3948
`config.json`
40-
```json
49+
```json5
4150
{
4251
"max_home_per_player": 10, // the max number of homes a player can posses
4352
"tpr_range": 2000, // the max random teleportation range
@@ -54,7 +63,7 @@ UTP allows operators or players to edit/update relevant settings through GUI for
5463
}
5564
```
5665

57-
### Languages
66+
### :globe_with_meridians:Languages
5867
- [x] `zh_CN`
5968
- [x] `en_US`
6069

@@ -63,7 +72,7 @@ Off course you can add your mother language to UTP, just creat `XX_XX.json` (suc
6372
You can also creat a PR to this repo to make your mother language one of the official languages of UTP.
6473

6574

66-
### Screenshots
75+
### :camera:Screenshots
6776
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.
6877

6978
![](https://img.shields.io/badge/language-python-blue.svg) [![GitHub License](https://img.shields.io/github/license/umarurize/UTP)](LICENSE)

clone_count.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
182
1+
315

0 commit comments

Comments
 (0)