Releases: kainlighty/LightCheck
Releases · kainlighty/LightCheck
Release list
Minor fixes and befriended the API with Java
Some messages gave an error on the Spigot core
API
- The API is now more Java-friendly
- Added new methods to the API:
getInspectorByPlayer(),getInspectors(),addLog() - Fixed the behavior of methods in
CheckedPlayer():setTimer(),getTimer(),hasTimer() - You can now pass
nullto methods in the API
ForBooleanvalues, no validation is needed on your part; it will returnfalseifnull - The
stopAll()method now returns a list ofCheckedPlayer.
It includes those for whom the check was stopped.
v2.2.4 | Custom locations for teleportation for checking
Changed
- In
abilities:teleport-to-staffhas been renamed toteleport-to-inspector. - The approach to using the API has been changed.
Added
- Information about available commands is now sent when the
/checkor/check helpcommand is used. - It is now possible to teleport a player for inspection to specific locations
For example, you can create buildings and specify their locations so that all checks are conducted there. - Now, titles and action bars are displayed for the inspector to indicate how much time is left before the player is penalized.
v2.2.3.1 | Updated dependencies
Updated dependencies
Improvements
Fixed:
- When changing the language, the reload command did not restart it.
- During the check, the player could teleport to the inspector under the blocks.
Added:
- A message about inactive checks when executing commands. Example:
/check approve. - Multi-message support. MiniMessage is selected by default.
v2.2.2.1 | Hover message
- #17 — The ability to disable hover message. To do this, leave the
"hover"parameter empty in messages.
Example:
chat:
hover: ""v2.2.2 | New features
New Features
- #14: Commands for "confirm" and "disprove" in config.yml;
- Logging (located in the "logs" folder);
- Offline checks (when calling a player to check, be careful, so far it cannot be canceled).
Fixes
- Minor bug fixes.
Important
- In the next update, all messages will be converted to MiniMessage format.
The configuration files should update themselves
v2.2.1 | For Spigot
- Improvements to the spigot side
v2.2.0 | Bug fixes
- Fixed the issue with the
timer stopcommand - Changed the logic of operation (if u using API: sorry)
- Added the
timer continuecommand (permission: lightcheck.timer.continue)
v2.1.1 | Bossbar fixes
- Fixed a problem that caused the bossbar to not disappear when 'check disprove'
v2.1.0 | Support 1.16 discontinued
- For Java 16 and Minecraft 1.16