{"id":32545,"date":"2026-06-01T17:52:57","date_gmt":"2026-06-01T14:52:57","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/blockys-fixes\/"},"modified":"2026-06-01T17:52:57","modified_gmt":"2026-06-01T14:52:57","slug":"blockys-fixes","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/blockys-fixes\/","title":{"rendered":"Blocky&#8217;s Fixes"},"content":{"rendered":"<p>This Plugin adds a suite of features you could maybe use on your Server.<\/p>\n<p># \u2705 Features<br \/>\n**Attention:** Please notice that currently none of the features are enabled by default. Everything is opt in and can be configured using the config file and for some options using the plugins commands. See below.<\/p>\n<p>## \u23f0 Timeout<br \/>\nThe Plugin contains a custom Timeout function. Moderators will be able to timeout Players meaning limiting their ability to participate on the server while not kicking them from the server.<\/p>\n<p>Players will be prevented from doing the following actions (depending on config):<br \/>\n&#8211; Move around<br \/>\n&#8211; Place\/Break Blocks<br \/>\n&#8211; Send chat messages<br \/>\n&#8211; Run command<\/p>\n<p>The strictness of those blockings can be personalized. For example allowing specific commands or resticting the area to move within.<\/p>\n<p>## \ud83d\udd27 Maintenance mode<br \/>\nThe maintenance leaves players of the server with a customizable message.<br \/>\nThis feature is useful for test on whitelist server to keep the playes out and the admins in.<\/p>\n<p>## \ud83d\udd28 Fixed anvil costs<br \/>\nA way to fix the max anvil costs to a specific value.<br \/>\nThis feature is purely configured in the plugins configuration file.<\/p>\n<p># \u2753 Usage<br \/>\nGenerally interaction with this plugin is done via. commands and the plugins config folder. The Settings or configuration commands will also modify the conofig. So the config it the main point of configuration of this project.<\/p>\n<p>## \u23f0 Timeout Commands<br \/>\nThe `\/timeout` commands requires the player to have the `blockysfixes.timeout` permission.<\/p>\n<p>`\/timeout <player> <seconds>` Timeouts the selected player for the selected amount of seconds.<\/p>\n<p>If `0` seconds are specified, the timeout is being cleared.<\/p>\n<p>If `-1` seconds are specified, the timeout time is infinite.<\/p>\n<p>The `\/timeoutarea` commands requires the player to have the `blockysfixes.timeoutarea` permission.<br \/>\n`\/timeoutarea<option>` Adjust the settings of the Timeoutarea.<\/p>\n<p>`\/timeoutarea toggle` Toggles the Timeoutarea.<\/p>\n<p>`\/timeoutarea pos1 <x> <y> <z>` Set the first edge of the timeout area. If no position is specified it uses the current player position.<\/p>\n<p>`\/timeoutarea pos2 <x> <y> <z>` Set the second edge of the timeout area. If no position is specified it uses the current player position.<\/p>\n<p>`\/timeoutarea togglespawn` Toggles the automatic teleport to the timeout area.<\/p>\n<p>`\/timeoutarea setspawn <x> <y> <z>` Set the position of the timeout area spawn. If no position is specified it uses the current player position. The spawn needs to be inside the timeout area.<\/p>\n<p>## \ud83d\udd27 Maintenance commands<br \/>\nThe `\/maintenance` commands requires the player to have the `blockysfixes.maintenance` permission.<\/p>\n<p>`\/maintenance` prints the current maintenance status<br \/>\n`\/maintenance on` turns on maintenance mode (kicking not whitelisted players off the server.<br \/>\n`\/maintenance off` turns off maintendance mode.<\/p>\n<p>### The whitelist<br \/>\nThe whitelist can be edited like the minecraft whitelist command:<br \/>\n`\/maintenance whitelist list` lists the currently whitelisted players.<br \/>\n`\/maintenance whitelist add <player>` adds the specified player to the whitelist.<br \/>\n`\/maintenance whitelist remove <player>` removes the specified player from the whitelist.<\/p>\n<p>Additionally there is a permission to whitelist players using `blockysfixes.maintenance.bypass`<br \/>\n**Attention:** in order for this permission to work you need to have it set using the LuckPerms plugin. Currently no other way is supported but feel free to request somethign.<\/p>\n<p>### Maintenance modes<br \/>\nThere are multiple modes how the maintenance can be activated. All of them can be activated by attaching the specific mode to the end of the maintenance command for example. `\/maintenance on normal`<br \/>\n#### normal<br \/>\nwill kick players not whitelisted and notify everybody whitelisted that the maintenance mode has beed activated.<br \/>\n#### silent<br \/>\nwill kick player not whitelisted. No notification of other players.<br \/>\n#### no_kick<br \/>\nwill not kick players and notify everybody whitelisted that the maintenance mode has beed activated.<br \/>\n#### keep_online_players<br \/>\nwill not kick players and notify everybody whitelisted that the maintenance mode has beed activated.<br \/>\nAdditionally it will allow players online at the time of activation to rejoin even if they lost connection. But not anymore if the server restarts.<\/p>\n<p>### Maintenance motd<br \/>\nYou can also change the servers motd while the maintenance mode is active to let players know before they try to connect.<br \/>\nPlease take a look at the config example for information how to configure it.<\/p>\n<p># Default Config:<br \/>\nHere a default Config with some descriptions:<\/p>\n<p>&#8220;`<br \/>\ntimeout:<br \/>\n  allow-commands: false<br \/>\n  allowed-commands: # Only works is allow_commands = false<br \/>\n  #  &#8211; &#8220;\/help&#8221;<br \/>\n  area:<br \/>\n    enabled: false<br \/>\n    spawn:<br \/>\n      enabled: false<br \/>\n      x: 0<br \/>\n      y: 0<br \/>\n      z: 0<br \/>\n    world: world<br \/>\n    pos1:<br \/>\n      x: 0<br \/>\n      y: 0<br \/>\n      z: 0<br \/>\n    pos2:<br \/>\n      x: 0<br \/>\n      y: 0<br \/>\n      z: 0<br \/>\nmaintenance:<br \/>\n  enabled: false<br \/>\n  # Kick message in mini message Format. This message is show to the player as when they try to join the server.<br \/>\n  message: &#8220;<red>Maintenance Mode active.<\/red>&#8221;<br \/>\n  # Custom modt that is shown while the maintenance mode is active. You can format it in the Minimessage format.<br \/>\n  custom_motd_active: false<br \/>\n  custom_motd: &#8220;<red>Maintenance mode is active.<\/red> <white>Please try again later.<\/white>&#8221;<\/p>\n<p>anvil-repair-cost:<br \/>\n  enabled: false<br \/>\n  max-cost: 10 # Maximum amount of xplevels repairing an item will cost<br \/>\n  blacklist: # Items excluded from the costlimit<br \/>\n    #- &#8216;ELYTRA&#8217;<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin with a few fixes for your server! Like a completely custom Timeout Function and a Maintendance Mode!<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"blockys-fixes","_minecraft_project_id":"F40XC56C","_minecraft_author":"Limecode","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":111,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"blockys-fixes.zip","_minecraft_size_bytes":864674,"_minecraft_version_count":13,"_minecraft_updated_at":"2026-05-15T19:24:56.306563Z","_minecraft_date_created":"2025-11-18T00:02:31.786491Z","_minecraft_date_modified":"2026-04-26T15:56:58.246844Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/blockys-fixes","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-01T14:52:58+00:00","_minecraft_import_hash":"71cf6bcc193f95bc4c18fa75c11d5c4a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127],"mod_loader":[132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-32545","mod","type-mod","status-publish","hentry","mod_category-management","mod_category-paper","mod_loader-paper","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Blocky&#039;s Fixes - 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\/blockys-fixes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Blocky&#039;s Fixes - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin with a few fixes for your server! Like a completely custom Timeout Function and a Maintendance Mode!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/blockys-fixes\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/blockys-fixes\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/blockys-fixes\\\/\",\"name\":\"Blocky's Fixes - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-01T14:52:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/blockys-fixes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/blockys-fixes\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/blockys-fixes\\\/#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\":\"Blocky&#8217;s Fixes\"}]},{\"@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":"Blocky's Fixes - 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\/blockys-fixes\/","og_locale":"en_US","og_type":"article","og_title":"Blocky's Fixes - Minecraft","og_description":"A plugin with a few fixes for your server! Like a completely custom Timeout Function and a Maintendance Mode!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/blockys-fixes\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/blockys-fixes\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/blockys-fixes\/","name":"Blocky's Fixes - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-01T14:52:57+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/blockys-fixes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/blockys-fixes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/blockys-fixes\/#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":"Blocky&#8217;s Fixes"}]},{"@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\/32545","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=32545"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=32545"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=32545"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=32545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}