All Projects → kenygamer → Blockcmd

kenygamer / Blockcmd

Licence: gpl-3.0
A PocketMine-MP plugin to block certain commands from being used by players in your server

Projects that are alternatives of or similar to Blockcmd

Envfile
EnvFile 3.0 is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
Stars: ✭ 293 (+2341.67%)
Mutual labels:  yaml, plugin
Homebridge Cmd4
CMD4 Plugin for Homebridge - Supports ~All Accessory Types & now all Characteristics too
Stars: ✭ 92 (+666.67%)
Mutual labels:  cmd, plugin
Ps Webapi
(Migrated from CodePlex) Let PowerShell Script serve or command-line process as WebAPI. PSWebApi is a simple library for building ASP.NET Web APIs (RESTful Services) by PowerShell Scripts or batch/executable files out of the box.
Stars: ✭ 24 (+100%)
Mutual labels:  cmd
Gs Blog
A simple and easy to use, yet powerful blog for GetSimple. With this plugin, you can create blog posts, sort posts by category, view posts in monthly archives, plus much more.
Stars: ✭ 8 (-33.33%)
Mutual labels:  plugin
Intellij Figlet
🔌A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
Stars: ✭ 27 (+125%)
Mutual labels:  plugin
Totem Danmaku
totem-danmaku is a plugin that provides danmaku support for Totem Player. totem弹幕为Gnome下的totem播放器提供弹幕支持
Stars: ✭ 24 (+100%)
Mutual labels:  plugin
Prompt Password
This repository has been archived, use the built-in password prompt in Enquirer instead.
Stars: ✭ 8 (-33.33%)
Mutual labels:  plugin
Hxd Plugin
Handy HxD plugin for various conversions like base64
Stars: ✭ 24 (+100%)
Mutual labels:  plugin
Metta
An information security preparedness tool to do adversarial simulation.
Stars: ✭ 867 (+7125%)
Mutual labels:  yaml
Stencil Tailwind
TailwindCSS plugin for Stencil
Stars: ✭ 26 (+116.67%)
Mutual labels:  plugin
Homeassistant
Example Home Assistant Configs
Stars: ✭ 846 (+6950%)
Mutual labels:  yaml
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+7641.67%)
Mutual labels:  plugin
Migrify
Futuristic Grinder for Legacy Code with Effortles Confidence
Stars: ✭ 25 (+108.33%)
Mutual labels:  yaml
Laravelyaml
Laravel ServiceProvider for using YAML configuration files
Stars: ✭ 8 (-33.33%)
Mutual labels:  yaml
Home Assistant Config
Home Assistant config files, rewritten to use the latest features, 100+ documented automations, automatically generated ToC 🏠 🤖
Stars: ✭ 926 (+7616.67%)
Mutual labels:  yaml
Dockerized lara
Build your Laravel App with Redis - Mongodb - MariaDB - Nginx - php7 - zsh
Stars: ✭ 9 (-25%)
Mutual labels:  yaml
Doramon
常见工具汇总:一键式生成整个前后端工具,单机高性能幂等工具,zookeeper客户端工具,分布式全局id生成器,一致性哈希工具,Bitmap工具,布隆过滤器参数生成器,Yaml和properties互转工具等等
Stars: ✭ 24 (+100%)
Mutual labels:  yaml
Fastmatter
👀 A fast frontmatter parser. Supports both string and stream inputs.
Stars: ✭ 25 (+108.33%)
Mutual labels:  yaml
Feflow
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
Stars: ✭ 942 (+7750%)
Mutual labels:  plugin
Vue Js Grid
🍱 Vue.js 2.x responsive grid system with smooth sorting, drag-n-drop and reordering
Stars: ✭ 866 (+7116.67%)
Mutual labels:  plugin

BlockCMD

A PocketMine-MP plugin to block certain commands from being used by players in your server.

How to authorize players to use blocked commands?

An operator blocked the /example command. Only players with the blockcmd.access or blockcmd.access.example permission node will be able to use it.

Commands

Command Usage Description
/blockcmd /blockcmd <add|list|remove> Allows you to manage blocked commands.

Permissions

blockcmd:
 description: Allows access to all BlockCMD features.
 default: false
 children:
  blockcmd.access:
   description: Allows access to use all blocked commands.
   default: false
  blockcmd.command:
   description: Allows access to all BlockCMD commands.
   default: op
   children:
    blockcmd.command.blockcmd:
     description: Allows access to the blockcmd command.
     default: op
     children:
      blockcmd.command.blockcmd.add:
       description: Allows access to the BlockCMD add subcommand.
       default: op
      blockcmd.command.blockcmd.list:
       description: Allows access to the BlockCMD list subcommand.
       default: op
      blockcmd.command.blockcmd.remove:
       description: Allows access to the BlockCMD remove subcommand.
       default: op
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].