{"id":147898,"date":"2026-06-09T00:07:05","date_gmt":"2026-06-08T21:07:05","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/"},"modified":"2026-06-09T00:07:05","modified_gmt":"2026-06-08T21:07:05","slug":"staffutilsplus","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/","title":{"rendered":"StaffUtilsPlus"},"content":{"rendered":"<p># StaffUtilsPlus<\/p>\n<p>![Java](https:\/\/adoptopenjdk.net\/) ![Spigot](https:\/\/www.spigotmc.org\/) ![License](LICENSE)<\/p>\n<p>> **A comprehensive, modern, and highly configurable staff utilities plugin for Minecraft servers.**<\/p>\n<p>### Note that versions 1.1.0+ of StaffUtilsPlus will require ProtocolLib to function.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Ban, Mute, and IP Ban**: Temporarily or permanently ban\/mute players, including IP bans.<br \/>\n&#8211; **Player Notes &#038; Warnings**: Add, view, and manage notes and warnings for players.<br \/>\n&#8211; **Advanced Staff Menu**: GUI-based staff menu for quick access to moderation tools (coming soon).<br \/>\n&#8211; **Database &#038; Local Storage**: Supports MySQL, SQLite, or local YAML storage.<br \/>\n&#8211; **WhoIs and CommandSpy:** Lets staff see other players&#8217; commands and other info about them.<br \/>\n&#8211; **Auto-Expiration**: Automatic expiration for temporary punishments.<br \/>\n&#8211; **Notifications**: Broadcast and permission-based notifications for staff actions.<br \/>\n&#8211; **Performance &#038; Logging**: Async operations, caching, and detailed logging.<br \/>\n&#8211; **Highly Configurable**: Tweak punishments, commands, storage, and more via YAML config.<\/p>\n<p>&#8212;<\/p>\n<p>##  Installation<\/p>\n<p>1. **Download** the latest release from GitHub Releases or Modrinth.<br \/>\n2. **Place** the `StaffUtilsPlus.jar` file into your server&#8217;s `plugins` folder.<br \/>\n3. **Restart** or **reload** your server.<br \/>\n4. **Edit** the configuration files in `plugins\/StaffUtilsPlus\/` as needed.<\/p>\n<p>&#8212;<\/p>\n<p>## \ufe0f Configuration<\/p>\n<p>&#8211; **config.yml**: Main plugin configuration (database, punishments, commands, storage, logging, performance).<br \/>\n&#8211; **messages.yml**: Customize all plugin messages, including color codes and placeholders.<br \/>\n&#8211; **plugin.yml**: Bukkit\/Spigot plugin metadata and command registration.<\/p>\n<p>Example `config.yml` snippet:<br \/>\n&#8220;`yaml<br \/>\n# Debug mode &#8211; enables additional logging<br \/>\ndebug-mode: false<\/p>\n<p># Database Configuration<br \/>\ndatabase:<br \/>\n  # Whether to use a database (false = local storage only)<br \/>\n  enabled: false<\/p>\n<p>  # Database type: mysql, sqlite<br \/>\n  type: &#8220;mysql&#8221;<\/p>\n<p>  # MySQL Configuration (ignored for SQLite)<br \/>\n  host: &#8220;localhost&#8221;<br \/>\n  port: 3306<br \/>\n  name: &#8220;staffutils&#8221;<br \/>\n  user: &#8220;root&#8221;<br \/>\n  pass: &#8220;password&#8221;<\/p>\n<p>vanish-fake-messages: true # When a player goes into vanish, broadcasts a fake join\/leave message.<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Usage<\/p>\n<p>&#8211; **All commands** can be run from the console or in-game (unless noted).<br \/>\n&#8211; **Tab completion** and **aliases** are supported for all commands.<br \/>\n&#8211; **Permissions** are required for most commands (see below).<\/p>\n<p>### Main Commands<\/p>\n<p>| Command                                                | Description                                  | Aliases     | Permission              |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#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| `\/ban <player> [reason] [duration]`                    | Ban a player                                 | `\/tempban`  | `staffutils.ban`        |<br \/>\n| `\/unban <player>`                                      | Unban a player                               |             | `staffutils.unban`      |<br \/>\n| `\/kick <player> [reason]`                              | Kick a Player                                |          | `staffutils.kick`<br \/>\n| `\/mute <player> [reason] [duration]`                   | Mute a player                                | `\/tempmute` | `staffutils.mute`       |<br \/>\n| `\/unmute <player>`                                     | Unmute a player                              |             | `staffutils.unmute`     |<br \/>\n| `\/ipban <player> [reason] [duration]`                  | IP ban a player                              | `\/tempipban` | `staffutils.ipban`      |<br \/>\n| `\/commandSpy`                                          | Spys on a player&#8217;s commands                  |   | `staffutils.commandspy` |<br \/>\n| `\/whois`                                               | Shows info on a player                       |   | `staffutils.whois.*`    |<br \/>\n| `\/unbanip <ip-address>`                                | Unban an IP address                          |             | `staffutils.unbanip`    |<br \/>\n| `\/vanish`                                              | Makes the sender invisible to other players. |   | `staffutils.vanish`     |<br \/>\n| `\/notes <player> [add\/remove] [content\/id]`            | Manage player notes                          |             | `staffutils.notes`      |<br \/>\n| `\/warnings <player> [add\/remove] [reason\/severity\/id]` | Manage player warnings                       | | `staffutils.warnings`   |<br \/>\n| `\/help [page]`                                         | Show help information                        | `\/h`, `\/?`  | `staffutils.help`       |<br \/>\n| `\/staffutilsplus`                                      | Plugin base command                          |  | `none`                   |<br \/>\n| `\/blame`                                               | Shows punishments issued by a player.        |  | `staffutils.blame` |<br \/>\n| `\/history`                                             | Shows a player&#8217;s punishment history.         |  | `staffutils.history` |<br \/>\n| `\/alts`                                                | Lists a player&#8217;s known alts by IP            |  | `staffutils.alts` |<\/p>\n<p>> **Note:** The advanced staff menu GUI is in development and will be enabled in a future update.<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `staffutils.*` \u2014 **All plugin permissions** (default: OP)<br \/>\n&#8211; `staffutils.ban` \u2014 Ban players<br \/>\n&#8211; `staffutils.unban` \u2014 Unban players<br \/>\n&#8211; `staffutils.mute` \u2014 Mute players<br \/>\n&#8211; `staffutils.unmute` \u2014 Unmute players<br \/>\n&#8211; `staffutils.ipban` \u2014 IP ban players<br \/>\n&#8211; `staffutils.unbanip` \u2014 Unban IP addresses<br \/>\n&#8211; `staffutils.vanish` \u2014 Allows players to enter vanish.<br \/>\n&#8211; `staffutils.notes` \u2014 Manage player notes<br \/>\n&#8211; `staffutils.warnings` \u2014 Manage player warnings<br \/>\n&#8211; `staffutils.menu` \u2014 Access staff menu (future)<br \/>\n&#8211; `staffutils.reload` \u2014 Reload plugin<br \/>\n&#8211; `staffutils.whois.*` \u2014 Shows player info<br \/>\n&#8211; `staffutils.debug` \u2014 Debug commands<br \/>\n&#8211; `staffutils.notify.*` \u2014 Receive notifications for bans, mutes, IP bans<br \/>\n&#8211; `staffutils.blame` \u2014 Enables access to \/blame<br \/>\n&#8211; `staffutils.history` \u2014 Enables access to \/history<br \/>\n&#8211; `staffutils.alts` \u2014 Enables access to \/alts<\/p>\n<p>&#8212;<\/p>\n<p>## Dependencies<\/p>\n<p>&#8211; Spigot 1.21+<br \/>\n&#8211; ProtocolLib<br \/>\n&#8211; Java 21<\/p>\n<p>&#8212;<\/p>\n<p>## Credits<\/p>\n<p>&#8211; **Author:** Hexett<br \/>\n&#8211; **Contributors:** See GitHub Contributors<br \/>\n&#8211; **License:** MIT<\/p>\n<p>&#8212;<\/p>\n<p>## Support &#038; Feedback<\/p>\n<p>&#8211; GitHub Issues for bug reports and suggestions<br \/>\n&#8211; Modrinth Page for downloads and reviews<\/p>\n<p>&#8212;<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The only staff plugin you&#8217;ll (hopefully) ever need!<\/p>\n","protected":false},"featured_media":147899,"template":"","meta":{"_minecraft_slug":"staffutilsplus","_minecraft_project_id":"hTBSNc8g","_minecraft_author":"hexett","_minecraft_license":"MIT","_minecraft_downloads":202,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"staffutilsplus.zip","_minecraft_size_bytes":22082396,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T12:44:42.477439Z","_minecraft_date_created":"2025-08-14T00:13:20.753279Z","_minecraft_date_modified":"2026-03-15T18:05:33.637105Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/staffutilsplus","_minecraft_icon_attachment_id":147899,"_minecraft_imported_at":"2026-06-08T21:07:06+00:00","_minecraft_import_hash":"7d534fb4e388bbb4ae712b15e3ff1587","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[40,41,78,79,80,81,82],"class_list":["post-147898","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21-10","minecraft_version-1-21-11","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>StaffUtilsPlus - 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\/staffutilsplus\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"StaffUtilsPlus - Minecraft\" \/>\n<meta property=\"og:description\" content=\"The only staff plugin you&#039;ll (hopefully) ever need!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/\" \/>\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\\\/staffutilsplus\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/staffutilsplus\\\/\",\"name\":\"StaffUtilsPlus - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/staffutilsplus\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/staffutilsplus\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/staffutilsplus-icon-fbbc9985a711c765005ac1cbeea53e6fde1c087e_96.webp\",\"datePublished\":\"2026-06-08T21:07:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/staffutilsplus\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/staffutilsplus\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/staffutilsplus\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/staffutilsplus-icon-fbbc9985a711c765005ac1cbeea53e6fde1c087e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/staffutilsplus-icon-fbbc9985a711c765005ac1cbeea53e6fde1c087e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/staffutilsplus\\\/#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\":\"StaffUtilsPlus\"}]},{\"@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":"StaffUtilsPlus - 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\/staffutilsplus\/","og_locale":"en_US","og_type":"article","og_title":"StaffUtilsPlus - Minecraft","og_description":"The only staff plugin you'll (hopefully) ever need!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/","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\/staffutilsplus\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/","name":"StaffUtilsPlus - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/staffutilsplus-icon-fbbc9985a711c765005ac1cbeea53e6fde1c087e_96.webp","datePublished":"2026-06-08T21:07:05+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/staffutilsplus-icon-fbbc9985a711c765005ac1cbeea53e6fde1c087e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/staffutilsplus-icon-fbbc9985a711c765005ac1cbeea53e6fde1c087e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/staffutilsplus\/#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":"StaffUtilsPlus"}]},{"@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\/147898","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\/147899"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=147898"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=147898"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=147898"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=147898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}