Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Velocity-CommandLimiter
PluginMIT

Velocity-CommandLimiter

A Powerful Plugin that manipulates all commands under proxy or proxies to control display and execution

160
Downloads
0
Followers
1 years ago
Updated
📦
1
Versions
game-mechanicsmanagementutilityvelocity
Download Latestv1.0.0View on Modrinth

📖About Velocity-CommandLimiter

What Is This

Powerful Plugin that manipulates all commands under proxy or proxies to control display and execution!
limit and disable command!

How To Use

Before Installation

Basically, it is recommended to use with permission management plug-ins such as LuckPerms.

How To Setup

Put the downloaded plugin into the Velocity plugin folder and run it once.

Then the default config will be generated.

Config

The settings described in [[permissions]] in config will be applied to players who have the permissions described in [[permissions]].

If a player has multiple permissions due to group inheritance in LuckPerms, etc., all settings will be activated, so the settings with the most restrictions will be given priority.

For example, if default is set to commands = [“help”, “list”] and guest inherits the default permissions, then even if guest is set to commands = [“list”], help is not available!

# Permission to view and execute all commands `commandlimiter.admin` for the following
allAllowed = "admin"
# Restrict the display and execution of all commands by players who do not have any privileges, or
limitNoPermissionsPlayer = true

# Configuration of commands available for each permission node
[[permissions]]
# Value of permission node `commandlimiter.default` for the following
nodeName = "default"
# Enable whitelist or not?
# If false, it will be in blacklist format
whiteList = true
# For whitelist, only the commands described below can be displayed and executed
# If blacklisted, only the commands described below will be restricted
# Commands containing subcommands can be filtered by wildcards or regular expressions
commands = ["help", "list", "me*", "msg*", "teammsg*", "tell*", "tm*", "trigger*", "w*", "random*"]

Permission Node

The root of the permission node for this plugin is commandlimiter.

If you want to set it up with LuckPerms etc., you need to set it up as follows

Example of LuckPerms settings saved in yaml

name: default
permissions:
- commandlimiter.default:
    value: true

Command

The following commands are available

Command Alias Description Required Permission Nodes
/commandlimiter-reload /cl-reload Reload the plugin config to reflect the settings commandlimiter.admin

⚠️Attention⚠️

Even if you reload the configuration with the command, the client will display the commands as they were before they were configured** until you reconnect to the server.

This is due to the fact that the client gets the commands that are available when connecting to the server.

Support SNS

SNSList: https://kuwa.dev/

Twitter(x): https://x.com/kuwamain

Discord Support Server: https://kuwa.app/discord/support

Japanese

What Is This

プロキシやプロキシ下にある全てのコマンドを操作して表示と実行を制御する強力なPlugin

How To Use

導入前に

基本的にはLuckPerms等の権限管理プラグインと利用することをお勧めいたします

設定方法

ダウンロードしたプラグイン本体を、Velocityのプラグインフォルダに入れ、一度起動します

そうすることでデフォルトのconfigが生成されます

Configの説明

config内の[[permissions]]に記述した権限を持つプレイヤーに記述した設定が反映されるようになります

LuckPermsのグループ継承等で複数の権限を持つプレイヤーの場合、すべての設定が有効化されるため、制限が多い設定が優先されます

例を言うと、defaultにcommands = ["help", "list"]が設定されていて、guestがデフォルトの権限を継承するようになっている場合、たとえguestがcommands = ["list"]のように設定されていてもhelpを利用することはできません

# 全てのコマンドの表示と実行を許可する権限 以下の場合`commandlimiter.admin`
allAllowed = "admin"
# 権限を何も持っていないプレイヤーのすべてのコマンドの表示と実行を制限するか
limitNoPermissionsPlayer = true

# 各 permission node で利用できるコマンドの設定
[[permissions]]
# permission node の値 以下の場合`commandlimiter.default`
nodeName = "default"
# ホワイトリストを有効にするか
# falseの場合はブラックリスト形式になる
whiteList = true
# ホワイトリストの場合は、以下に記述したコマンドのみ表示と実行が可能になる
# ブラックリストの場合は記述したコマンドのみ制限される~~~~
# サブコマンドを含むコマンドの場合、ワイルドカードや正規表現でフィルタ可能
commands = ["help", "list", "me*", "msg*", "teammsg*", "tell*", "tm*", "trigger*", "w*", "random*"]

Permission Node

このプラグインの permission node の root は commandlimiter になっています

LuckPerms等で設定する場合は以下のように設定する必要があります

LuckPermsの設定をyamlで保存するようにしている場合の例

name: default
permissions:
- commandlimiter.default:
    value: true

Command

以下のコマンドが利用可能なコマンドです

コマンド エイリアス 説明 必要なPermissionノード
/commandlimiter-reload /cl-reload プラグインのconfigを再読み込みして設定を反映します commandlimiter.admin

⚠️注意⚠️

コマンドで設定を再読み込みしたとしても、コマンドの表示に関してはサーバーに再接続するまでクライアントでは設定前の表示になります

これはクライアントがサーバー接続時に利用できるコマンドを取得する仕様のためです

👥 Team & Contributors

kuwadev
kuwadevOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
velocity
Minecraft Versions
1.7.21.7.31.7.41.7.51.7.61.7.71.7.81.7.9+64 more

🔗 Links

Modrinth Page