Mohist 1.16.5 support, Removed some methods, fixed many bugs, optimized code, new methods
+ Mohist 1.16.5 support
+ Added method
isJson to the classes:
-
Data
-
User
-
Config
+ Cleared code
+ Fixed NmsProvider#toIBlockData method
+ Added more null checkers
+ Improved canceling of tasks on disabling plugin
+ Fixed random errors on disabling plugin
+ Fixed SQLAPI & reconnect
+ Renamed method hidden() to hide() in the BossBar class
+ Fixed ComponentAPI#fixJsonList method
+ Fixed Component#toJsonMap method errors when color is null
+ Fixed ComponentAPI#toBaseComponent method
+ Fixed NmsProviders - 1.7.10 up to 1.16.5 (bugs)
+ ByteLoader & Saver v3 - Fixed loading & saving
+ Performance improvements
+ Fixed anvil guis
+ Fixed bugs & errors
+ New colors in the console for TheAPI
+ Finally fixed & tested
Data#save(DataType.BYTE)
+ Fixed some found bugs in the
Data class:
Code (Java):
data.
set
(
"some.path",
int
)
;
String stringValue
= data.
getString
(
"some.path"
)
;
//null - NO LONGER!