{"id":90153,"date":"2026-06-05T06:32:49","date_gmt":"2026-06-05T03:32:49","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/"},"modified":"2026-06-05T06:32:49","modified_gmt":"2026-06-05T03:32:49","slug":"keyallz","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/","title":{"rendered":"KeyAllZ"},"content":{"rendered":"<p># KeyAllZ \u2013 Automated Key Distribution<\/p>\n<p>Automate server-wide rewards with flexible timers, commands, and fully customizable effects.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>* Create multiple KeyAll types such as vote keys, donor keys, event rewards, or any custom reward<br \/>\n* Run timed events that execute commands for all online players<br \/>\n* Use fixed or randomized intervals for consistent or dynamic rewards<br \/>\n* Execute commands per player or globally from the console<br \/>\n* Fully customizable chat messages, action bars, titles, sounds, and particle effects<br \/>\n* Built-in repeating reminders for players<br \/>\n* PlaceholderAPI integration with live countdown placeholders<br \/>\n* Optional Redis support for multi-server synced timers<br \/>\n* Optimized and lightweight with minimal performance impact, even on large networks<\/p>\n<p>&#8212;<\/p>\n<p>## Recommended Dependency<\/p>\n<p>**PlaceholderAPI**<br \/>\nhttps:\/\/www.spigotmc.org\/resources\/placeholderapi.6245\/<\/p>\n<p>PlaceholderAPI is required for countdown and time-based placeholders.<\/p>\n<p>Documentation is available on the Wiki:<br \/>\nhttps:\/\/zentari-studio.gitbook.io\/keyallz<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Download `KeyAllZ.jar` (v3.x.x)<br \/>\n2. Place the jar file into the `\/plugins` directory<br \/>\n3. Restart the server<br \/>\n4. Edit `config.yml` to your needs<br \/>\n5. Run `\/keyallz reload` to apply changes<\/p>\n<p>&#8212;<\/p>\n<p>## Redis (Optional Multi-Server Support)<\/p>\n<p>KeyAllZ can sync timers across multiple servers using Redis.<\/p>\n<p>When enabled:<\/p>\n<p>* Timers stay in sync across your entire network<br \/>\n* Players cannot claim rewards multiple times by switching servers<br \/>\n* Each server handles its own online players without duplication<br \/>\n* Timers recover automatically after restarts or server failures<\/p>\n<p>### Configuration<\/p>\n<p>&#8220;`yaml<br \/>\nredis:<br \/>\n  enabled: false<br \/>\n  host: &#8220;localhost&#8221;<br \/>\n  port: 6379<br \/>\n  password: &#8220;&#8221;<br \/>\n  database: 0<br \/>\n  # Key prefix for all Redis keys. Change this if you share Redis with other plugins.<br \/>\n  key-prefix: &#8220;keyallz&#8221;<br \/>\n  # Unique ID for this server in the cluster. Leave empty to auto-generate.<br \/>\n  server-id: &#8220;&#8221;<br \/>\n&#8220;`<\/p>\n<p>Set `enabled` to true and configure your Redis connection.<\/p>\n<p>All servers must use:<\/p>\n<p>* The same Redis connection<br \/>\n* The same KeyAll definition names<\/p>\n<p>Rewards can differ per server.<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration Example<\/p>\n<p>&#8220;`yaml<br \/>\nkeyalls:<br \/>\n  example:<br \/>\n    title: &#8220;<green>You received a KeyAll reward!&#8221;<br \/>\n    actionbar: &#8220;<yellow>Enjoy your free key!&#8221;<br \/>\n    chat: &#8220;<gray>[KeyAll] <aqua>Congrats %player%, you got a reward!&#8221;<br \/>\n    sound: &#8220;minecraft:entity.player.levelup&#8221;<br \/>\n    sound-volume: 1.0<br \/>\n    sound-pitch: 1.0<\/p>\n<p>    player-commands:<br \/>\n      &#8211; &#8220;warp crates&#8221;<br \/>\n      &#8211; &#8220;say I just got a key!&#8221;<\/p>\n<p>    console-commands:<br \/>\n      &#8211; &#8220;PLAYER: crate key give %player% test 1&#8221;<\/p>\n<p>    permission: &#8220;keyall.receive.example&#8221;<\/p>\n<p>    reminders:<br \/>\n      enabled: true<br \/>\n      interval: 600<br \/>\n      message: &#8220;<yellow>Don&#8217;t forget to claim your KeyAll! Time left: %remaining-time%&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## PlaceholderAPI Placeholders<\/p>\n<p>* `%keyallz_timer_<name>%` shows the full remaining time (for example: `1d 2h 10m 5s`)<br \/>\n* `%keyallz_days_<name>%` shows remaining days<br \/>\n* `%keyallz_hours_<name>%` shows remaining hours<br \/>\n* `%keyallz_minutes_<name>%` shows remaining minutes<br \/>\n* `%keyallz_secs_<name>%` or `%keyallz_seconds_<name>%` shows remaining seconds<br \/>\n* `%keyallz_time_short_<name>%` shows time in `HH:mm:ss` format<br \/>\n* `%keyallz_remaining_<name>%` shows a condensed remaining time such as `10m 30s`<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>* `\/keyallz start <definition> <seconds> [loop]` starts a timer and optionally enables looping<br \/>\n* `\/keyallz stop <definition>` stops a running timer<br \/>\n* `\/keyallz loop <definition> <true|false>` enables or disables looping<br \/>\n* `\/keyallz remind <definition> <intervalSeconds>` sets a repeating reminder interval<br \/>\n* `\/keyallz list` shows all active timers with remaining time<br \/>\n* `\/keyallz reload` reloads the configuration and stops all timers<\/p>\n<p>&#8212;<\/p>\n<p>## Usage Examples<\/p>\n<p>* `\/keyallz start votekey 300 true` starts the votekey timer for 5 minutes and loops it<br \/>\n* `\/keyallz stop votekey` stops the votekey timer<br \/>\n* `\/keyallz loop donorkey false` disables looping for donorkey<br \/>\n* `\/keyallz remind example 30` sends reminders every 30 seconds<br \/>\n* `\/keyallz list` displays all active timers<br \/>\n* `\/keyallz reload` reloads the plugin configuration<\/p>\n<p>&#8212;<\/p>\n<p>## Notes<\/p>\n<p>* Console commands with the `PLAYER:` prefix are executed individually for each online player<br \/>\n* Both player commands and console commands are executed when a timer finishes<br \/>\n* Looping timers automatically restart after completion<br \/>\n* Reminders notify players at the configured interval<br \/>\n* Use `\/keyallz list` to monitor running timers<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>* `keyallz.admin` grants access to all KeyAllZ commands<\/p>\n<p>&#8212;<\/p>\n<p>## Support and Feedback<\/p>\n<p>Join the Discord server for support and updates:<br \/>\nhttps:\/\/discord.gg\/e6uXVjp4MX<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A keyall plugin to keep players engaged with timed rewards<\/p>\n","protected":false},"featured_media":90154,"template":"","meta":{"_minecraft_slug":"keyallz","_minecraft_project_id":"l4N6FnhK","_minecraft_author":"zentaristudio","_minecraft_license":"MIT","_minecraft_downloads":1400,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"keyallz.zip","_minecraft_size_bytes":1816328,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T07:29:28.383398Z","_minecraft_date_created":"2026-01-25T21:40:15.804755Z","_minecraft_date_modified":"2026-04-28T12:40:43.445022Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/keyallz","_minecraft_icon_attachment_id":90154,"_minecraft_imported_at":"2026-06-05T03:32:50+00:00","_minecraft_import_hash":"17f21dfe5a1d083726d97cbb607cf241","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[125,127,128],"mod_loader":[131,132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,163],"class_list":["post-90153","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-folia","mod_category-paper","mod_category-purpur","mod_loader-folia","mod_loader-paper","mod_loader-purpur","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-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>KeyAllZ - 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\/keyallz\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KeyAllZ - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A keyall plugin to keep players engaged with timed rewards\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/\" \/>\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\\\/keyallz\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keyallz\\\/\",\"name\":\"KeyAllZ - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keyallz\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keyallz\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/keyallz-icon-2b341cd1379502016d69b4aa5c288731ec03032e_96.webp\",\"datePublished\":\"2026-06-05T03:32:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keyallz\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keyallz\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keyallz\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/keyallz-icon-2b341cd1379502016d69b4aa5c288731ec03032e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/keyallz-icon-2b341cd1379502016d69b4aa5c288731ec03032e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/keyallz\\\/#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\":\"KeyAllZ\"}]},{\"@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":"KeyAllZ - 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\/keyallz\/","og_locale":"en_US","og_type":"article","og_title":"KeyAllZ - Minecraft","og_description":"A keyall plugin to keep players engaged with timed rewards","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/","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\/keyallz\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/","name":"KeyAllZ - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/keyallz-icon-2b341cd1379502016d69b4aa5c288731ec03032e_96.webp","datePublished":"2026-06-05T03:32:49+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/keyallz-icon-2b341cd1379502016d69b4aa5c288731ec03032e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/keyallz-icon-2b341cd1379502016d69b4aa5c288731ec03032e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/keyallz\/#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":"KeyAllZ"}]},{"@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\/90153","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\/90154"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=90153"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=90153"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=90153"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=90153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}