Skip to content

Releases: kainlighty/LightCheck

Minor fixes and befriended the API with Java

Choose a tag to compare

@kainlighty kainlighty released this 13 Feb 17:59

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 null to methods in the API
    For Boolean values, no validation is needed on your part; it will return false if null
  • The stopAll() method now returns a list of CheckedPlayer.
    It includes those for whom the check was stopped.

v2.2.4 | Custom locations for teleportation for checking

Choose a tag to compare

@kainlighty kainlighty released this 10 Feb 22:04

Changed

  • In abilities: teleport-to-staff has been renamed to teleport-to-inspector.
  • The approach to using the API has been changed.

Added

  • Information about available commands is now sent when the /check or /check help command 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

Choose a tag to compare

@kainlighty kainlighty released this 01 Jan 15:48
Updated dependencies

Improvements

Choose a tag to compare

@kainlighty kainlighty released this 14 Dec 19:53

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

Pre-release

Choose a tag to compare

@kainlighty kainlighty released this 01 Sep 10:35
  • #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

v2.2.2 | New features Pre-release
Pre-release

Choose a tag to compare

@kainlighty kainlighty released this 01 Jul 21:00

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

Choose a tag to compare

@kainlighty kainlighty released this 18 Jan 18:13
  • Improvements to the spigot side

v2.2.0 | Bug fixes

v2.2.0 | Bug fixes Pre-release
Pre-release

Choose a tag to compare

@kainlighty kainlighty released this 17 Jan 17:05
  • Fixed the issue with the timer stop command
  • Changed the logic of operation (if u using API: sorry)
  • Added the timer continue command (permission: lightcheck.timer.continue)

v2.1.1 | Bossbar fixes

Choose a tag to compare

@kainlighty kainlighty released this 25 Dec 08:42
  • Fixed a problem that caused the bossbar to not disappear when 'check disprove'

v2.1.0 | Support 1.16 discontinued

Choose a tag to compare

@kainlighty kainlighty released this 02 Dec 01:21
  • For Java 16 and Minecraft 1.16