We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec2013 commit 72b9fa2Copy full SHA for 72b9fa2
README.md
@@ -39,6 +39,13 @@ UTP allows operators or players to edit/update relevant settings through GUI for
39
"tpr_cool_down": 60, // the cooldown time for calling the random teleportation
40
"tpr_protect_time": 25, // the protection time after calling the random teleportation
41
"back_to_death_point_cool_down": 60 // the cooldown time for calling the back
42
+ "is_enable": {
43
+ "home": true,
44
+ "warp": true,
45
+ "tpa_and_tpahere": true,
46
+ "tpr": true,
47
+ "back": true
48
+ }
49
}
50
```
51
0 commit comments