-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Please proceed reading if you wish to install the CommandBlockerUltimate plugin on your server. The installation process is divided into just a few simple steps.
If you're running a BungeeCord proxy server, in some cases it might be helpful to install your plugin there too. Please read this article for more info on how it works.
Make sure to inform yourself about the plugin's limitations before installing.
Unlike most plugins, you can install this plugin's JAR on both BungeeCord and Bukkit-based servers. The installation process is slightly different though.
While Spigot is the recommended server software, this plugin will also work on CraftBukkit and forks (untested!)
-
Step 1. Install dependencies (if you don't have them already)
- Click here to download Yamler (Configuration framework)
- (optional) Click here to download ProtocolLib (Only required if you want to block tab-completion too (recommended))
-
Step 2. Download the plugin
- Please find the download link here
- The downloaded file will be named something like
CommandBlockerUltimate-(version).jar
and can also be used for BungeeCord (see below).
-
Step 3. Install the plugin into your server's
plugins
folder -
Step 4. Adjust the configuration file to fit your needs
- You need to run the plugin at least once to create a default configuration file.
- You can find and edit the configuration file at
plugins/CommandBlockerUltimate/config.yml
. - The file uses the YAML file format. Wikipedia has an explanation on that.
- When you're done editing, you can either restart or reload your server or just use the built-in command
/cbu reloadcfg
(recommended).
Please make sure to have read this page to make sure you have correctly understood what the BungeeCord plugin does and what it doesn't. (It can for example not block aliases for Bukkit commands!)
-
Step 1. Install the one and only dependency (if you don't have it already :P)
- (required) Click here to download Yamler (Configuration framework)
-
Step 2. Download the plugin
- Please find the download link here
- The downloaded file will be named something like
CommandBlockerUltimate-(version).jar
and can also be used for Bukkit (see above).
-
Step 3. Install the plugin into your BungeeCord's
plugins
folder -
Step 4. Adjust the configuration file to fit your needs
- You need to run the plugin at least once to create a default configuration file.
- You can find and edit the configuration file at
plugins/CommandBlockerUltimate/config.yml
. - The file uses the YAML file format. Wikipedia has an explanation on that.
- When you're done editing, you can either restart (reload won't work!) your proxy or just use the built-in command
/gcbu reloadcfg
(recommended).