{"id":22270109,"url":"https://github.com/hyperskys/simpleblocker","last_synced_at":"2026-05-03T19:33:42.417Z","repository":{"id":265859093,"uuid":"861110946","full_name":"HyperSkys/SimpleBlocker","owner":"HyperSkys","description":"Allows the server owner to block commands from showing when user does not have permission to use those commands.","archived":false,"fork":false,"pushed_at":"2024-09-22T21:42:08.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T10:14:08.456Z","etag":null,"topics":["command-blocker","minecraft","minecraft-plugin","paper","simpleblocker","spigot"],"latest_commit_sha":null,"homepage":"https://www.hyperskys.dev/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HyperSkys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-22T03:06:14.000Z","updated_at":"2024-09-22T21:42:11.000Z","dependencies_parsed_at":"2024-12-02T01:18:15.108Z","dependency_job_id":null,"html_url":"https://github.com/HyperSkys/SimpleBlocker","commit_stats":null,"previous_names":["hyperskys/simpleblocker"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperSkys%2FSimpleBlocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperSkys%2FSimpleBlocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperSkys%2FSimpleBlocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperSkys%2FSimpleBlocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperSkys","download_url":"https://codeload.github.com/HyperSkys/SimpleBlocker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245492792,"owners_count":20624391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-blocker","minecraft","minecraft-plugin","paper","simpleblocker","spigot"],"created_at":"2024-12-03T12:07:21.688Z","updated_at":"2026-05-03T19:33:42.378Z","avatar_url":"https://github.com/HyperSkys.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Blocker\n![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=java\u0026logoColor=white)\n![GitHub](https://img.shields.io/github/languages/code-size/HyperSkys/SimpleBlocker?color=cyan\u0026label=Size\u0026labelColor=000000\u0026logo=GitHub\u0026style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/HyperSkys/SimpleBlocker?color=violet\u0026logo=GitHub\u0026labelColor=000000\u0026style=for-the-badge)\n![Discord](https://img.shields.io/discord/289587909051416579?color=5865F2\u0026label=Discord\u0026logo=Discord\u0026labelColor=23272a\u0026style=for-the-badge)\n\n**Simple Blocker** allows the server owner to block commands from showing when user does not have permission to use those commands.\n\n### Download Instructions\n\nYou can download SimpleBlocker and use it on your server by heading to the releases tab and downloading the latest release available, if you download a beta release you may encounter bugs and issues that are not present in the stable release.\n\n### Requirements\n\n- Java 21 or higher\n- Paper Server running Minecraft 1.21 or higher\n\n### Installation\n\n1. Download the latest release from the releases tab.\n2. Place the downloaded jar file in your plugins folder.\n3. Restart your server.\n4. Configure the plugin to your liking.\n5. Enjoy!\n\n### Configuration\n\n```yaml\n# SimpleCommandBlocker - Configuration File\n# This file is used to configure the plugin settings and messages.\n\nSettings:\n  block-all-commands: false\n  block-namespaced-commands: true\n  sound: \"ENTITY_VILLAGER_NO\" # https://jd.papermc.io/paper/1.21.1/org/bukkit/Sound.html\n  blocked-commands:\n    - about\n    - version\n    - ver\n    - plugins\n    - pl\n    - icanhasbukkit\n    - thiscommandisnotblockedforvip\n    - thiscommandisnotblockedformvp\n    - \"?\" # If command uses a symbol or special character, use the command in quotes.\n  groups:\n    mvp: # (Permission: simpleblocker.group.mvp)\n      - thiscommandisnotblockedformvp\n    vip: # (Permission: simpleblocker.group.vip)\n      - thiscommandisnotblockedforvip\nMessages:\n  blocked-message: \"\u003cred\u003eThis command is blocked\"\n  blocked-actionbar: \"\u003cred\u003eThis command is blocked\"\n  unknown-command-message: \"\u003cred\u003eUnknown command.\"\n  unknown-command-actionbar: \"\u003cred\u003eUnknown command.\"\n```\n\n### Mini Message Help\n\nIf you require help with MiniMessage formatting (ex: `\u003cred\u003e`) you can visit the [MiniMessage Documentation](https://docs.advntr.dev/minimessage/index.html) for more information.\n\n### Permissions\n\n- `simpleblocker.command.help` - Allows the player to view the help command.\n- `simpleblocker.command.list` - Allows the player to view the list of blocked commands.\n- `simpleblocker.command.reload` - Allows the player to reload the plugin configuration.\n- `simpleblocker.bypass.\u003ccommand\u003e` - Allows the player to bypass a blocked command.\n- `simpleblocker.bypass.namespaced` - Allows the player to bypass blocked namespaced commands. (ex: minecraft:version)\n- `simpleblocker.group.\u003cgroup\u003e` - Allows the player to be in a group and bypass blocked commands for that group.\n\n### Warning\n\nThis plugin is only compatible with Paper servers running Minecraft 1.21 or higher, using this plugin on any other server software or version may cause issues and is not recommended. Most of the time, the plugin will not even load on other server software or versions.\n\n### Found a bug?\n\nIf you find a bug in the plugin, please report it in the [Issues](https://github.com/HyperSkys/SimpleBlocker/issues) tab on GitHub. Please provide as much information as possible to help us fix the issue.\n\n### Have a suggestion?\n\nIf you have a suggestion for the plugin, please create a new issue in the [Issues](https://github.com/HyperSkys/SimpleBlocker/issues) tab on GitHub. Please provide as much information as possible to help us understand your suggestion.\n\n### Pull Requests\n\nIf you would like to contribute to the plugin, you can create a pull request, and we will review it. Please make sure to follow the Code of Conduct below when creating a pull request.\n\n### Code of Conduct\n\n- When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.\n\n- Please use git commit messages that are clear and concise, this will help us understand the changes you have made.\n\n- Ensure that your code is properly formatted and follows the style of the existing code.\n\n- Do not add any unnecessary dependencies to the project.\n\n- Do not remove any existing code unless it is necessary.\n\n- Use comments to explain your code when necessary.\n\n- Do not use AI to write all of your code for you, we don't want code added that was not understood by the person who wrote it.\n\n- Use common sense when contributing to the project.\n\n## License\nThis project is licensed under the [Eclipse Public License](https://github.com/HyperSkys/SimpleBlocker/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperskys%2Fsimpleblocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperskys%2Fsimpleblocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperskys%2Fsimpleblocker/lists"}