-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
CHANGELOG
216 lines (187 loc) · 9.18 KB
/
CHANGELOG
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<-!------------------------------------------ v1.7 ------------------------------------------!->
Additions
[+] BungeeCord Proxy support, that contains the following checkers:
[+] Player Chat
[+] Player Login
[+] Player Leave
[+] Server Start
[+] Server Stop
[+] Server Reload
[+] MySQL and Discord Support for Proxy Version
[+] messages.yml for both instances where every message is editable
Bug Fixes & Tweaks
[!] Fixed the RAM Checker spamming in Discord
[!] Fixed Enchantments lists for Enchanting and Item-Drop Checkers showing only 1 if there's more
[!] Fixed a bug when using SQLite and Book-Editing is enabled where it wasn't possible to create its table
[!] Fixed Discord Player names showing with color codes symbols
[!] Fixed a small bug with File Deletion calculation
[!] Re-coded the commands for Spigot versions, now it's more stable / accurate
[!] TPS Checker has been improved
[!] Whitelisted Player-Commands has been improved
[!] Moved messages part from config.yml to the new messages file
[!] Minor Changes to the config.yml and discord.yml
[!] Renamed all Spigot classes and some variables to match Java convention
BIG CATCH
All in 1 Jar
<-!------------------------------------------ v1.7.1 ------------------------------------------!->
Additions
[+] Plugin Wiki
[+] Velocity Support that includes
[+] Player Side
[+] Player Chat
[+] Player Commands
[+] Player Login
[+] Player Leave
[+] Server Side
[+] Server Start
[+] Server Stop
[+] Console Commands
[+] RAM
[+] Discord Integration
[+] SQLite for BungeeCord
[+] Console Blacklist Commands for Bukkit
[+] Discord Activity Status for all instances
[+] Time Stamp in discord logs
[+] AuthMe Wrong Password Checker
[+] Game Mode Checker
[+] Bukkit Fill Checker
[+] Anvil Spy
[+] Text Sign Spy
[+] Book Editing Spy
[+] New Update Checker
Fixes
[!] Player Leave console error [ Proxy only ] - This occurs when the targeted server is offline or unreachable
[!] Startup Errors when messages field is empty
[!] Messages and Discord files comment glitching out
[!] MySQL Errors on server startup when credentials are wrong
Changes
[*] Remade the BungeeCord Database table names
[*] Removed emojis from messages.yml as it causes servers > 1.12 to crash / plugin not working
[*] Players IP has been turned off by default in the config
[*] Completely changed Config, Messages, and Discord files syntax
[*] Enchantments names are more detailed
[*] Players can no longer execute the plugin's command without the correct permission
<-!------------------------------------------ v1.7.2 [ DEV ] ------------------------------------------!->
Additions
[+] Player Crafting Checker
[+] Update Checker Disabler
[+] LiteBans Integration for only Proxies
[+] New permission logger.spy.bypass - Allows seeing logger.staff commands
Fixes
[!] Update Notification appears even if logger.update permission is revoked
[!] MySQL Connection error spam on Proxies
[!] Player Sign Text not being logged in SQLite
[!] Error Spam when Discord Bot Token is left empty or Invalid & Discord Channel ID when left empty or invalid
Changes
[*] Discord Status Activity Syntax Checker on Server Start
[*] Item Pickup Checker will now check for everything
[*] %time% placeholder will now display [ yyyy-MM-dd HH:mm:ss ] instead just [ HH:mm:ss ] Files and Discord Logging Features
[*] Granting logger.staff.log will auto revoke the logger.exempt for them
Removed
[-] Player Death Item Used by the Killer - Due to not being compatible across all versions
Extra
Any Contributions are Welcomed!
<-!------------------------------------------ v1.7.3 [ DEV ] ------------------------------------------!->
Additions
[+] MariaDB to Proxy ( BungeeCord, FlameCord, WaterFall, etc... ) & Velocity Instances
[+] Vault Checker - Checks for online player's balance changes
Fixes
[!] Player-Chat / Commands / Sign any checker that requires player's input and ends with back-slash \ causes errors and not being logged
[!] LiteBans logging only from the console
Changes
[*] Added enchantment level %enchlevel% to the Enchant Checker and updated its Databases Tables
<-!------------------------------------------ v1.7.4 [ DEV ] ------------------------------------------!->
Additions
[+] 1.18.2 Support
[+] Player levels on Player Death Checker
[+] Messages Folder added to Bukkit Instance for messages files to be added in the upcoming releases
Fixes
[!] Craft Checker & Book Editing Permission checking whilst logging to External Databases
[!] Enchanting logger.exempt not working properly
[!] Block Break logging to file
[!] Block Place logging to file
[!] AuthMe-Wrong-Password Checker not logging to SQLite
[!] AuthMe-Wrong-Password Checker not logging to Discord
[!] AFK Checker not logging to Discord
[!] Server-Reload Checker discord exempt feature not working
[!] External Databases Tables Deletion not working properly
[!] External not working correctly on Proxy
[!] External Databases not working on Velocity
[!] loggerproxy.reload not working on Velocity
Recoded most of the plugin and improved Databases queries and it's performance in general!
<-!------------------------------------------ v1.7.5 [ DEV ] ------------------------------------------!->
Additions
[+] Player Registration
[+] Arabic, French and Chinese Simplified Languages
Fixes
[!] Databases Logs not logging actions in the same second
[!] Console Blocking being disabled when Console Logging is disabled
[!] MariaDB not Connecting
[!] TPS going down to 0.2165432 (Hopefully it's fixed)
[!] Velocity Litebans table
[!] loggerproxy.discord.exempt for Proxies and Velocity
Changes
[*] Databases Structure
[*] Messages & Discord Files structure for the future upcoming update
<-!------------------------------------------ v1.8 ------------------------------------------!->
Additions
[+] Spy Feature toggle command in-game
[+] Player Inventory Backup on Player Death
[+] LiteBans & AdvancedBans Support ( spigot only )
[+] Chest Interaction Checker
[+] TNT Explosion Checker
[+] Config Auto-Updater
[+] Discord Auto-Updater
[+] PlaceHolderAPI Plugin Support
[+] StripLog for 1.13+ Servers
[+] Added 1.19 Support
[+] Dump command ( spigot only )
[+] Discord Command
[+] Command Blocks Checker
[+] Chinese Traditional & Dutch Languages (Thanks to our Translation Team)
[+] Geyser & FloodGate Partial-Support ( spigot only )
Fixes
[!] Separated Command Blocks from Console Commands as they count the same
[!] Discord Status starting even if disabled in discord config
[!] RAM not being logged on BungeeCord & Velocity
[!] Some languages were not being logged into databases
[!] An issue that prevented the shutdown of the databases correctly on Server Stop
[!] Error Spam on a rare occasion when a set of String contains the symbol '$'
[!] Some typos in translated files
Changes
[*] Databases Structure ( No user interaction is required, the plugin will take care of it )
[*] OP now gets logged by default
[*] Vault Checker has been increased to 6000 in the config by default
[*] Vault Checker will no longer Log in if no one is online
[*] Commands handling improvements
[*] Huge improvement to the external database logging
<-!------------------------------------------ v1.8.1 ------------------------------------------!->
Additions
[+] Plugin Prefix
[+] 1.7 server versions enums
[+] 1.19.2 / 1.19.3 / 1.20.1/2...6 Support
[+] Latest BungeeCord & Velocity APIs Support
[+] Sign Change Checker
[+] SuperiorSkyblock Chat Checker
Fixes
[!] Plugin not starting up correctly
[!] The null value of a player's IP on database ( even when enabled in config )
[!] Vault Checker Issue which causes a high TPS loss
[!] Entity Death not working correctly
[!] Reload command not reloading from the config
[!] Commands not working in console
[!] LiteBans table not auto deleting on Velocity instance
[!] Toggle Commands are no longer case sensitive
[!] Chest Interaction errors when run on 1.8.8 servers & being run with other plugins
[!] Discord not working properly due to a mistake by me xD
[!] Corrected the exact location of sign placement
[!] Discord warnings showing on console when used
[!] Anvil logging when player doesn't have enough XP
[!] Plugin logo not showing with colors on most of terminals
[!] Player Skin not showing on discord message embed
[!] POM files for developer people
Changes
[*] Remade permissions which will log OP and NOT OP players until they're permitted with the exempt permission
[*] Inventory Restore Menu Title names to eliminate conflicts between other plugins
[*] Minor messages changes
[*] Minor Velocity & Bungee Code improvements