-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchangelog.txt
50 lines (46 loc) · 1.47 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
ServerTool v1.0.6 PATCH
- adding properties rtp, Random Teleport Settings
- adding plugin `rtp-general`
- adding cooldown for rtp
- adding plugin `warn-admin`
- migrate CustomChat from index.js into chat-_system plugin
- fixed format_chat replacement
- fixed ranks replacement
- update CustomChat with adding some prefix: @PREFIX prefix_rank display, @SUFFIX suffix rank display @RANK current Rank display, update @NAME
- update format_chat: "@RANKS§r §a@NAME §r§7» §r@MSG" => "@PREFIX@RANK@SUFFIX§r §a@NAME §r§7» §r@MSG"
- update notadmin message
- update plugin `player-_system`
- adding plugin `scorehud-general`
- adding plugin `scorehud-admin`
- list prefixs scorehud_display
- <name>
- <rank>
- <rank_count>
- <death_count>
- <kill_count>
- <mute_count>
- <kick_count>
- <warn_count>
- <admin_count>
- <admin_online_count>
- <player_count>
- <player_online_count>
- <balance>
- <afk_time>
- <locale_date>
- <locale_time>
ServerTool v1.1.0 (MINOR Update) UnReleased
### What's New
- adding folder documentation for doc
### New Features
- **tools.js**: Added several new functions:
- `Vector`
- `drawLine`
- `drawBox`
- `prefixReplacement`
- `isOnline`
- `isRegister`
- **New Variable**: Introduced `vector` in `tools`.
- **index.js**: Updated the `start` function.
- **Custom Prefix Database**: Implemented `custom_prefix_db` for use with `chat-system`, `scorehud-admin`, and in `tools` with the `prefixReplacement` function.
ServerTool 2.0.0 (Major Update)