You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

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.)
13
22
***Full GUI:** Beautiful GUI forms for easy operation rather than commands.
14
23
***Hot reload support:** Operators can edit/update `config.json` in game directly.
15
24
***Localized languages support**
16
25
17
-
### Installation
26
+
### :hammer:Installation
18
27
Put `.whl` file into the endstone plugins folder, and then start the server. Enter the command `/utp` to call out the main form.
19
28
20
-
### Download
29
+
### :computer:Download
21
30
Now, you can get the release version form this repo or <code><ahref="https://www.minebbs.com/resources/utp.10159/"><imgheight="20"src="https://github.com/umarurize/umaru-cdn/blob/main/images/minebbs.png"alt="Minebbs" /></a> Minebbs</code>.
22
31
23
-
### File structure
32
+
### :file_folder:File structure
24
33
```
25
34
Plugins/
26
35
├─ utp/
@@ -33,11 +42,11 @@ Plugins/
33
42
│ │ ├─ en_US.json
34
43
```
35
44
36
-
### Configuration
45
+
### :pencil:Configuration
37
46
UTP allows operators or players to edit/update relevant settings through GUI forms with ease, here are just simple explanations for these configurations.
38
47
39
48
`config.json`
40
-
```json
49
+
```json5
41
50
{
42
51
"max_home_per_player":10, // the max number of homes a player can posses
43
52
"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
54
63
}
55
64
```
56
65
57
-
### Languages
66
+
### :globe_with_meridians:Languages
58
67
-[x]`zh_CN`
59
68
-[x]`en_US`
60
69
@@ -63,7 +72,7 @@ Off course you can add your mother language to UTP, just creat `XX_XX.json` (suc
63
72
You can also creat a PR to this repo to make your mother language one of the official languages of UTP.
64
73
65
74
66
-
### Screenshots
75
+
### :camera:Screenshots
67
76
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.
0 commit comments