Skip to content

DesertGamer/LightCheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightCheck

HEADER

› Features

  • Russian and English language support

  • Checking with or without timer

  • Titles, bossbar and chat messages

› Abilities:

  • Teleporting to staff during check

  • Teleportation of the player to the previous location

  • Prohibit movement

  • Prohibit throwing things away

  • Prohibit dealing and receiving damage

  • Prohibit breaking blocks

  • Prohibit placing blocks

  • Prohibit writing to the chat (except for a personal chat during the check with the inspector)

  • Prohibition of all commands except those allowed specified in the config

  • The very recognition of the use of cheats

  • Execution of commands at self-recognition, exit and kick

  • Chat messages from the person being checked come only to inspector

› Screenshots

7d23b3c23ecc6bcfa777fd16dcd2ee46077f8640 7d775ed462693e815bc4655e8a43e555a2df591f

Command Description Permission
check Help by commands lightcheck.check
check list The list of currently checking lightcheck.list
check <player> Summon a player to check lightcheck.check
check confirm Confirm the use of cheats (for player) -
check approve To find the player guilty lightcheck.approve
check disprove To find the player innocent lightcheck.disprove
check timer stop Stop the timer to the player lightcheck.timer.stop
check stop-all Cancel all current checks lightcheck.admin
check reload Reload configurations ONLY CONSOLE
check reconfig Update configurations ONLY CONSOLE
Permissions without commands Description
lightcheck.bypass Prohibit checking players with this permission
lightcheck.admin Full access to the plugin

API

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.kainlighty</groupId>
    <artifactId>LightCheck</artifactId>
    <version>2.1.0</version>
    <scope>provided</scope>
</dependency>

- Events:

  • PlayerCheckEvent

  • PlayerApproveEvent

  • PlayerDisproveEvent

- Methods

  • LightCheckAPI.getCheckedPlayers();

  • LightCheckAPI.getCheckedPlayer();

  • LightCheckAPI.call();

  • LightCheckAPI.approve();

  • LightCheckAPI.disprove();

  • LightCheckAPI.teleportToInspector();

  • LightCheckAPI.teleportBack(); // TO PREVIOUS LOCATION

  • LightCheckAPI.getTimer();

  • LightCheckAPI.hasTimer();

  • LightCheckAPI.setTimer();

  • LightCheckAPI.removeTimer();

  • LightCheckAPI.getInspector();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%