Skip to content

3. Command Blocking

lokka30 edited this page Jan 31, 2021 · 9 revisions

Command Blocking

About

Need to block players from accessing your plugins list?

Ever wanted to block specific arguments of commands, such as home in /f home?

Here are some examples that will hopefully get you going.

Examples

These are the lines to add to your commands list if you wish to block these command examples.

Block /home

  • Add /home in blacklist

Allow /island but not /island ...

  • Add /island in whitelist or /island * in blacklist

Allow /warp crates but not /warp or /warp ...

  • Add /warp crates to the whitelist

Block home in /f home

  • Add /f home in blacklist

I am using a whitelist but want to force block a subcommand.

Check out the 'overrides' section, this functions as a blacklist but it has higher priority than the actual blacklist :)

Still stuck?

Join the ArcanePlugins Discord Server so a developer may assist you.

Clone this wiki locally