{"id":64883,"date":"2026-06-03T20:39:13","date_gmt":"2026-06-03T17:39:13","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/"},"modified":"2026-06-03T20:39:13","modified_gmt":"2026-06-03T17:39:13","slug":"ep-xpcheckin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/","title":{"rendered":"ep-xpcheckin"},"content":{"rendered":"<p># EP-XPcheckin<\/p>\n<p>> A clean, fair, manageable, multilingual daily XP check-in plugin for Minecraft.<br \/>\n> Compatible with multiple server versions, flexible configuration, and quick to enable with minimal setup.<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Fair XP Distribution**<br \/>\n  Random XP between 1 and 10 segments (each segment covers a 10% probability range). Large rewards are rare yet reasonable, balancing fun and fairness.<\/p>\n<p>&#8211; **Streak Bonus**<br \/>\n  Each consecutive check-in day grants an additional 10% XP. The streak resets upon missing a day, encouraging daily participation.<\/p>\n<p>&#8211; **Join Reminder**<br \/>\n  Automatically reminds players who haven\u2019t checked in when they join the server. Players can enable\/disable this reminder freely.<\/p>\n<p>&#8211; **Multi-language Support**<br \/>\n  Includes Chinese (zh-CN) and English (en) language packs by default. Easily switch between languages via the config file, with support for adding more languages.<\/p>\n<p>&#8211; **Flexible Configuration**<br \/>\n  Cooldown, broadcast threshold, streak multiplier, and more can be customized in `config.yml` \u2013 no code changes required.<\/p>\n<p>&#8211; **Player Commands**<br \/>\n  &#8211; `\/checkin` \u2013 Complete today\u2019s check-in and receive random XP<br \/>\n  &#8211; `\/checkin on\/off` \u2013 Enable\/disable check-in reminders<br \/>\n  &#8211; `\/checkin info` \u2013 View personal check-in record, streak, and total XP earned<br \/>\n  &#8211; `\/checkin top` \u2013 View leaderboard of total XP earned (top 10 players)<\/p>\n<p>&#8211; **OP Admin Commands**<br \/>\n  &#8211; `\/checkin reload` \u2013 Hot-reload config &#038; language files (replaces legacy `redata` command)<br \/>\n  &#8211; `\/checkin record <player> <date>` \u2013 Delete a specific player\u2019s check-in record for a given date (supports name\/UUID)<br \/>\n  &#8211; `\/checkin look <player\/UUID>` \u2013 View any player\u2019s (including offline) check-in information<\/p>\n<p>&#8211; **Full TAB Completion**<br \/>\n  Smart completion for subcommands, online players, and historical check-in dates \u2013 enhanced usability.<\/p>\n<p>&#8211; **Safe &#038; Persistent Data**<br \/>\n  All check-in data (including daily details) is stored in `player.yml`. Asynchronous saving ensures no loss or corruption; manual reload is supported.<\/p>\n<p>&#8211; **Global Broadcast Surprise**<br \/>\n  When a player\u2019s check-in XP reaches a configured threshold, a global broadcast is sent to enhance server atmosphere.<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; **Player Commands** (`\/checkin`, `\/checkin on\/off`, `\/checkin info`, `\/checkin top`) \u2013 No permission required; all players can use them by default.<br \/>\n&#8211; **Admin Commands** (`\/checkin reload`, `\/checkin record`, `\/checkin look`) \u2013 OP only; no extra permission nodes needed.<\/p>\n<p>## File Structure<\/p>\n<p>All files are auto-generated at:<br \/>\n&#8220;`<br \/>\nplugins\/EP-XPcheckin\/<br \/>\n\u251c\u2500 config.yml       # Main configuration (cooldown, multiplier, language, etc.)<br \/>\n\u251c\u2500 player.yml       # Player check-in data (core data, auto-saved)<br \/>\n\u2514\u2500 lang\/            # Language files directory<br \/>\n   \u251c\u2500 zh-CN.yml     # Chinese language pack (default)<br \/>\n   \u2514\u2500 en.yml        # English language pack (ready to switch)<br \/>\n&#8220;`<\/p>\n<p>## Data Format (`player.yml`)<\/p>\n<p>Contains full check-in data for each player:<br \/>\n&#8211; `lastCheckInDate` \u2013 Last check-in date<br \/>\n&#8211; `streak` \u2013 Current consecutive days count<br \/>\n&#8211; `totalTimes` \u2013 Total number of check-ins<br \/>\n&#8211; `totalXP` \u2013 Total XP earned<br \/>\n&#8211; `records` \u2013 Daily details (XP earned that day, streak at that time)<br \/>\n&#8211; `remind` \u2013 Reminder toggle state (on\/off)<\/p>\n<p>## Version Support<\/p>\n<p>&#8211; **Minecraft Versions**: 1.12+ \u2013 1.21+ (compatible with mainstream versions)<br \/>\n&#8211; **Server Software**: Spigot, Paper, and derivatives (Paper recommended for better performance)<br \/>\n&#8211; **Plugin Version**: v1.2 (official release, full bilingual support)<\/p>\n<p>## How to Use<\/p>\n<p>1. Place the compiled `EP-XPcheckin-1.2.jar` into your server\u2019s `plugins` folder.<br \/>\n2. Restart the server \u2013 the plugin automatically generates configuration, language, and data files.<br \/>\n3. (Optional) Modify `config.yml` to customize plugin parameters, then run `\/checkin reload` to hot-reload.<br \/>\n4. In-game, type `\/checkin` to start your daily check-in. All commands support TAB completion.<\/p>\n<p>## Configuration (`config.yml` Key Parameters)<\/p>\n<p>### Language (default zh-CN, change to en for English)<br \/>\n&#8220;`yaml<br \/>\nlanguage:<br \/>\n  default: zh-CN<br \/>\n&#8220;`<\/p>\n<p>### Feature Settings<br \/>\n&#8220;`yaml<br \/>\nsettings:<br \/>\n  command-cooldown: 5          # Command cooldown in ticks (20 ticks = 1 second)<br \/>\n  join-remind-delay: 20        # Join reminder delay in ticks<br \/>\n  streak-multiplier: 0.1       # Streak bonus multiplier (0.1 = +10% per day)<br \/>\n  broadcast-above-xp: 1000000  # XP threshold for global broadcast<br \/>\n&#8220;`<\/p>\n<p>## Author<\/p>\n<p>EndlessPixel Studio \u2013 system_mini<br \/>\nThe plugin is actively maintained. For bug reports or feature suggestions, please contact the author.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple, fair, and manageable daily XP check-in plugin for Minecraft.<\/p>\n","protected":false},"featured_media":64884,"template":"","meta":{"_minecraft_slug":"ep-xpcheckin","_minecraft_project_id":"DvZWvV7K","_minecraft_author":"EndlessPixel","_minecraft_license":"MIT","_minecraft_downloads":3,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"ep-xpcheckin.zip","_minecraft_size_bytes":60346,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T12:22:15.747610Z","_minecraft_date_created":"2026-05-03T02:06:15.536669Z","_minecraft_date_modified":"2026-04-30T17:50:50.910460Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/ep-xpcheckin","_minecraft_icon_attachment_id":64884,"_minecraft_imported_at":"2026-06-03T17:39:13+00:00","_minecraft_import_hash":"070b69640ce1a8737e5606ad327d9468","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,89,126,127,128,867,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-64883","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ep-xpcheckin - 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\/ep-xpcheckin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ep-xpcheckin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple, fair, and manageable daily XP check-in plugin for Minecraft.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/\" \/>\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\\\/ep-xpcheckin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ep-xpcheckin\\\/\",\"name\":\"ep-xpcheckin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ep-xpcheckin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ep-xpcheckin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ep-xpcheckin-icon-60df328b1e2f440ecfe6736905dfecc929330ec7_96.webp\",\"datePublished\":\"2026-06-03T17:39:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ep-xpcheckin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ep-xpcheckin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ep-xpcheckin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ep-xpcheckin-icon-60df328b1e2f440ecfe6736905dfecc929330ec7_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ep-xpcheckin-icon-60df328b1e2f440ecfe6736905dfecc929330ec7_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ep-xpcheckin\\\/#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\":\"ep-xpcheckin\"}]},{\"@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":"ep-xpcheckin - 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\/ep-xpcheckin\/","og_locale":"en_US","og_type":"article","og_title":"ep-xpcheckin - Minecraft","og_description":"A simple, fair, and manageable daily XP check-in plugin for Minecraft.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/","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\/ep-xpcheckin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/","name":"ep-xpcheckin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ep-xpcheckin-icon-60df328b1e2f440ecfe6736905dfecc929330ec7_96.webp","datePublished":"2026-06-03T17:39:13+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ep-xpcheckin-icon-60df328b1e2f440ecfe6736905dfecc929330ec7_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ep-xpcheckin-icon-60df328b1e2f440ecfe6736905dfecc929330ec7_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ep-xpcheckin\/#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":"ep-xpcheckin"}]},{"@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\/64883","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\/64884"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=64883"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=64883"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=64883"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=64883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}