{"id":93898,"date":"2026-06-05T11:54:54","date_gmt":"2026-06-05T08:54:54","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/"},"modified":"2026-06-05T11:54:54","modified_gmt":"2026-06-05T08:54:54","slug":"lightcheck","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/","title":{"rendered":"LightCheck"},"content":{"rendered":"<p>![image](https:\/\/github.com\/user-attachments\/assets\/936e03c4-d2f5-4acc-b2d7-b59dc6f22fd4)<\/p>\n<p>> **JAVA 17 REQUIRED**<\/p>\n<p>&#8212;<\/p>\n<p>### \u203a Features<\/p>\n<p>&#8211; Russian and English language support<br \/>\n&#8211; Checking with or without timer<br \/>\n&#8211; Titles, bossbar and chat messages<\/p>\n<p>### \u203a Abilities:<\/p>\n<p>&#8211; Teleporting to staff during check<br \/>\n&#8211; Teleportation of the player to the previous location<br \/>\n&#8211; Prohibit movement<br \/>\n&#8211; Prohibit throwing things away<br \/>\n&#8211; Prohibit dealing and receiving damage<br \/>\n&#8211; Prohibit breaking blocks<br \/>\n&#8211; Prohibit placing blocks<br \/>\n&#8211; Prohibit writing to the chat (except for a personal chat during the check with the inspector)<br \/>\n&#8211; Prohibition of all commands except those allowed specified in the config<br \/>\n&#8211; The very recognition of the use of cheats<br \/>\n&#8211; Execution of commands at self-recognition, exit and kick<br \/>\n&#8211; Chat messages from the person being checked come only to inspector<\/p>\n<p>### \u203a Screenshots<\/p>\n<p>![7d23b3c23ecc6bcfa777fd16dcd2ee46077f8640](https:\/\/github.com\/kainlighty\/LightCheck\/assets\/111251772\/cce24929-3756-4af9-81e4-bfe02065bc60)<br \/>\n![7d775ed462693e815bc4655e8a43e555a2df591f](https:\/\/github.com\/kainlighty\/LightCheck\/assets\/111251772\/09fb152a-2c6c-4039-9825-7b6052e40863)<\/p>\n<p>### \u203a Commands and Permissions<\/p>\n<p>| Command              | Description                            | Permission                |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| check                | Help by commands                       | lightcheck.check          |<br \/>\n| check list           | The list of currently checking         | lightcheck.list           |<br \/>\n| check <player>      | Summon a player to check               | lightcheck.check          |<br \/>\n| check confirm        | Confirm the use of cheats (for player) | lightcheck.confirm        |<br \/>\n| check approve        | To find the player guilty              | lightcheck.approve        |<br \/>\n| check disprove       | To find the player innocent            | lightcheck.disprove       |<br \/>\n| check timer continue | Continue the timer to the player       | lightcheck.timer.continue |<br \/>\n| check timer stop     | Stop the timer to the player           | lightcheck.timer.stop     |<br \/>\n| check stop-all       | Cancel all current checks              | lightcheck.stop-all       |<br \/>\n| check reload         | Reload configurations                  | lightcheck.reload         |<\/p>\n<p>| Permissions without commands |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| lightcheck.timer.*           |<br \/>\n| lightcheck.bypass            |<br \/>\n| lightcheck.admin             |<\/p>\n<p>### \u203a API<\/p>\n<p>#### Maven<br \/>\n&#8220;`<br \/>\n<dependency><br \/>\n  <groupId>ru.kainlight.lightcheck<\/groupId><br \/>\n  <artifactId>api<\/artifactId><br \/>\n  <version>2.2.5<\/version><br \/>\n  <scope>provided<\/scope><br \/>\n<\/dependency><\/p>\n<p>> $ mvn install<br \/>\n&#8220;`<\/p>\n<p>#### Gradle \u2014 Groovy DSL:<br \/>\n&#8220;`groovy<br \/>\nrepositories {<br \/>\n    mavenCentral()<br \/>\n    maven {<br \/>\n        name = &#8220;GitHubPackages&#8221;<br \/>\n        url = &#8220;https:\/\/maven.pkg.github.com\/kainlighty\/LightCheck&#8221;<br \/>\n    }<br \/>\n}<\/p>\n<p>dependencies {<br \/>\n    compileOnly &#8216;ru.kainlight.lightcheck:api:2.2.5&#8217;<br \/>\n}<br \/>\n&#8220;`<br \/>\n#### Gradle \u2014 Kotlin DSL:<br \/>\n&#8220;`kotlin<br \/>\nrepositories {<br \/>\n    mavenCentral()<br \/>\n    maven {<br \/>\n        name = &#8220;GitHubPackages&#8221;<br \/>\n        url = uri(&#8220;https:\/\/maven.pkg.github.com\/kainlighty\/LightCheck&#8221;)<br \/>\n    }<br \/>\n}<\/p>\n<p>dependencies {<br \/>\n    compileOnly(&#8220;ru.kainlight.lightcheck:api:2.2.5&#8221;)<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>### Events<\/p>\n<p>| Name                | Description                                                                           |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| PlayerCheckEvent    | You can cancel a player challenge for checking <br \/> or do something at that moment.   |<br \/>\n| PlayerApproveEvent  | It is called when the player is confirmed for checking                                |<br \/>\n| PlayerDisproveEvent | It is called when a player is disproved on checking                                   |<\/p>\n<p>#### Methods<\/p>\n<p>> Get provider: `LightCheckAPI.getProvider()`<\/p>\n<p>| API                                    | Description                                             |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| getCheckedPlayers()                    | Get players who are being checked                       |<br \/>\n| getCheckedPlayer(player)               | Get a player who is being checked                       |<br \/>\n| getCheckedPlayerByInspector(inspector) | Get the player by the inspector who is being checked    |<br \/>\n| isChecking(player)                     | Check if the player is being checking                   |<br \/>\n| isCheckingByInspector(inspector)       | Check if the player is being checked by the inspector   |<br \/>\n| getInspectorByPlayer(player)           | Get `InspectorPlayer` for the player being checked      |<br \/>\n| getInspectors()                        | Get a list of all inspectors                            |<br \/>\n| getCachedCheckLocations()              | Get all locations for checks                            |<br \/>\n| getOccupiedLocations()                 | Get all occupied locations for checks                   |<br \/>\n| call(player, inspector)                | Start a player check                                    |<br \/>\n| stopAll()                              | Stop all checks                                         |<br \/>\n| addLog(username, text)                 | Add your own event to the log for the specified player  |<\/p>\n<p>| CheckedPlayer                | Description                                                         |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| getPlayer()                  | Get a bukkit player                                                 |<br \/>\n| getInspector()               | Get an `InspectorPlayer` from the player                            |<br \/>\n| getPreviousLocation()        | Get the previous location _(from where he was teleported)_          |<br \/>\n| approve()                    | Approve the player punishment                                       |<br \/>\n| disprove()                   | Disprove the player (do not punish)                                 |<br \/>\n| teleportToInspector()        | Teleport the player to the inspector                                |<br \/>\n| teleportToCheckLocation()    | Teleport to an unoccupied location for checks                       |<br \/>\n| teleportToPreviousLocation() | Teleport to the previous location                                   |<br \/>\n| startTimer()                 | Start the countdown to punishment                                   |<br \/>\n| setTimer(value)              | Set or change value for the timer                                   |<br \/>\n| getTimer()                   | Get the current timer value from the player                         |<br \/>\n| hasTimer()                   | Check if the player has a timer _(if stopped, it is also **true**)_ |<br \/>\n| stopTimer()                  | Stop the timer                                                      |<\/p>\n<p>| InspectorPlayer              | Description                                                |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| getPlayer()                  | Get a bukkit player                                        |<br \/>\n| getCheckedPlayer()           | Get an `CheckedPlayer` from the inspector                  |<br \/>\n| getPreviousLocation()        | Get the previous location _(from where he was teleported)_ |<br \/>\n| teleportToPreviousLocation() | Teleport to the previous location                          |<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To call the player to check the cheats<\/p>\n","protected":false},"featured_media":93899,"template":"","meta":{"_minecraft_slug":"lightcheck","_minecraft_project_id":"RIPhM4DS","_minecraft_author":"kainlight","_minecraft_license":"MIT","_minecraft_downloads":1149,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"lightcheck.zip","_minecraft_size_bytes":4320807,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T08:09:29.948110Z","_minecraft_date_created":"2025-01-31T08:46:14.707966Z","_minecraft_date_modified":"2025-02-13T18:04:45.442940Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/lightcheck","_minecraft_icon_attachment_id":93899,"_minecraft_imported_at":"2026-06-05T08:54:55+00:00","_minecraft_import_hash":"0e395f6dac4c13ef901fed3485c72d36","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,129,92],"mod_loader":[132,133,134],"minecraft_version":[118,119,120,46,47,48,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38],"class_list":["post-93898","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LightCheck - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LightCheck - Minecraft\" \/>\n<meta property=\"og:description\" content=\"To call the player to check the cheats\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightcheck\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightcheck\\\/\",\"name\":\"LightCheck - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightcheck\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightcheck\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lightcheck-icon-2f9ace23feb937d0484dfd569886dd25ab6c7b0e_96.webp\",\"datePublished\":\"2026-06-05T08:54:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightcheck\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightcheck\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightcheck\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lightcheck-icon-2f9ace23feb937d0484dfd569886dd25ab6c7b0e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lightcheck-icon-2f9ace23feb937d0484dfd569886dd25ab6c7b0e_96.webp\",\"width\":96,\"height\":94},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightcheck\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"LightCheck\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LightCheck - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/","og_locale":"en_US","og_type":"article","og_title":"LightCheck - Minecraft","og_description":"To call the player to check the cheats","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/","name":"LightCheck - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lightcheck-icon-2f9ace23feb937d0484dfd569886dd25ab6c7b0e_96.webp","datePublished":"2026-06-05T08:54:54+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lightcheck-icon-2f9ace23feb937d0484dfd569886dd25ab6c7b0e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lightcheck-icon-2f9ace23feb937d0484dfd569886dd25ab6c7b0e_96.webp","width":96,"height":94},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightcheck\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"LightCheck"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/93898","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/93899"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=93898"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=93898"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=93898"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=93898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}