Home›Java›Mods›=[ BlockCommandsPlus - | Hide or block every single command! | The Ultimate BlockCommands Plugin
ModsJava
=[ BlockCommandsPlus - | Hide or block every single command! | The Ultimate BlockCommands Plugin
This is BlockCommandsPlus, the ultimate plugin to prevent players, cheaters or wanna-be griefers from exploiting, hacking, lagging or, simply, trying to get information from your server to copy your ideas!
Developed by HelperFN
You can hide or block every single command! It's up to you!
- Block commands and all of its arguments ! This is usefull to block commands like //eval or /plugins
- Hide commands and make your server looks like a professional one! When a player executes a hided command, the command will be canceled and he will be sent your default unknown command message from spigot.yml ( You can modify this command in your config.yml! )
- Customize every message!
- Customize the plugin's prefix as you want.
- Enable or disable messages as you want!
- Customize the player's command that will execute when you hide a command!
- IP logger! When a player executes a blocked or hided command, his IP will be logged with an additional information like the World, UUID and the last blocked or hided command he used! (This is usefull if you want to ban him by IP by trying to use a really dangerous command in your server because he wanted to make your server go boom!)
- Threaten message: You can scare the griefer by sending him an additional message if he executes a blocked command!
- Warning message for Staff . Players with permission bcp.admin will be sent a message if someone tried to use a blocked command in real time!
- Permissions for bypassing hided or blocked commands! Unlike other plugins, if you block a command you can actually use that command if you have the right bypass permission! That means if you have OP or you have the right permission you can keep using that hided or blocked command!
Simple, efficient and, yet, powerfull plugin to secure your server!
If you liked the plugin, I'd appreciate a review from you
You can support me via Paypal.
bcp.admin - Recieve warnings and permission to execute /bcp reload (It is better to reload the plugin than using this command as there are things that may stop working)
bcp.hidedcommands.bypass - Bypass hided commands (excluding blocked)
bcp.bypass - Bypass blocked commands (excluding hided)
#Developed by HelperFN
#Ver. 1.2
#This is my first plugin published. If you find any bug, feel free to contact me!
#I'm Spanish so don't expect a perfect English :)
#-----------------------------------------------------------------------------------
prefix : "&7[&6BCP&7]&7 "
enable_send_message_blocked_command : true
sorry_blocked_command : "&cThis command is blocked for you, sorry"
enable_send_message_bypass : true
blocked_command_bypass : "&aThis command is blocked for others but not for you because you are pretty!"
#Enable this if you want to send a second message to the player if you consider he tried to grief your server and scare him
#to make him not to do that again!
#WIP: threaten_message Still not working as it should be!
#IP and more information is saved in playersdata.yml
enable_threaten : false
threaten_message : "&cYour IP address has been logged because you used a command for griefing. Why would you do that for this great server?"
send_warning_to_staff : true
warning_message : "&6%player%&c tried to use &6%command%&c but the command is blocked or hided"
#You have to type the slash "/" in order to work properly.
#Blocked commands is the list of commands which make them trigger the blocked commands messages and, if it is enabled, the threaten_message
blocked_commands :
- /pl
- /plugins
- /bukkit:plugins
- /bukkit:pl
- /bukkit:help
- /bukkit:ver
- /bukkit:?
- /bukkit :
- /me
- /?
- //evaluate
- /solve
- //solve
- //eval
- /eval
- /op
- /reload
- /stop
- /pt bc
#Hided commands is the list of commands which will be blocked
#(without threaten message or blocked_command message) and they will be forced to execute the command "execute_command_for_hided_plugin" which probably
#won't exist in your server and it will show your own Unknown command from spigot.yml Or you can put a command that actually exists in your server... idk, it's up to you xd
#This is usefull if you want to hide a plugin, per example, essentials, that you actually have for uses like anti-griefing, lobby protection, etc.
#but don't want any player to know that commands like "/feed" exists
execute_command_for_hided_command :
- /donateifyoulikethispluginhehehetroloololololokemnksflndsfo9m2309
enable_message_hided_command_bypass : true
hided_command_bypass : "&aThis command is hided but you can access to it because you are cool"
hided_commands :
- /swr
- /essentials
- /essentials:fly
- /pt
- /bc
- /say
- /example
- /set 0
- //set 0
- //set lava
- /set lava
- //wand
- //worldedit:wand
- /help
- /minecraft:me
- /minecraft:tell
- /minecraft:op
- /minecraft:pardon-ip
- /minecraft:pardon
- //calc for ( i=0;i<256;i++ ) { for ( j=0;j<256;j++ ) { for ( k=0;k<256;k++ ) { for ( l=0;l<256;l++ ) { ln ( pi ) } } } }
- /calc for ( i=0;i<256;i++ ) { for ( j=0;j<256;j++ ) { for ( k=0;k<256;k++ ) { for ( l=0;l<256;l++ ) { ln ( pi ) } } } }
- //calculate
- /evaluate
TODO:
-Bungee mode: install this plugin in a bungee and it will protect the whole network
-Add commands in-game with /bcp add
Developed by HelperFN
You can hide or block every single command! It's up to you!
- Block commands and all of its arguments ! This is usefull to block commands like //eval or /plugins
- Hide commands and make your server looks like a professional one! When a player executes a hided command, the command will be canceled and he will be sent your default unknown command message from spigot.yml ( You can modify this command in your config.yml! )
- Customize every message!
- Customize the plugin's prefix as you want.
- Enable or disable messages as you want!
- Customize the player's command that will execute when you hide a command!
- IP logger! When a player executes a blocked or hided command, his IP will be logged with an additional information like the World, UUID and the last blocked or hided command he used! (This is usefull if you want to ban him by IP by trying to use a really dangerous command in your server because he wanted to make your server go boom!)
- Threaten message: You can scare the griefer by sending him an additional message if he executes a blocked command!
- Warning message for Staff . Players with permission bcp.admin will be sent a message if someone tried to use a blocked command in real time!
- Permissions for bypassing hided or blocked commands! Unlike other plugins, if you block a command you can actually use that command if you have the right bypass permission! That means if you have OP or you have the right permission you can keep using that hided or blocked command!
Simple, efficient and, yet, powerfull plugin to secure your server!
If you liked the plugin, I'd appreciate a review from you
You can support me via Paypal.
- You are not allowed to claim this plugin as your own.
- You are not allowed to modify the code and/or call it your own.
- You are not allowed to redistribute this plugin
- You are not allowed to decompile this plugin.
- You are not allowed to sell this plugin.
bcp.admin - Recieve warnings and permission to execute /bcp reload (It is better to reload the plugin than using this command as there are things that may stop working)
bcp.hidedcommands.bypass - Bypass hided commands (excluding blocked)
bcp.bypass - Bypass blocked commands (excluding hided)
Code (YAML):
#Developed by HelperFN
#Ver. 1.2
#This is my first plugin published. If you find any bug, feel free to contact me!
#I'm Spanish so don't expect a perfect English :)
#-----------------------------------------------------------------------------------
prefix : "&7[&6BCP&7]&7 "
enable_send_message_blocked_command : true
sorry_blocked_command : "&cThis command is blocked for you, sorry"
enable_send_message_bypass : true
blocked_command_bypass : "&aThis command is blocked for others but not for you because you are pretty!"
#Enable this if you want to send a second message to the player if you consider he tried to grief your server and scare him
#to make him not to do that again!
#WIP: threaten_message Still not working as it should be!
#IP and more information is saved in playersdata.yml
enable_threaten : false
threaten_message : "&cYour IP address has been logged because you used a command for griefing. Why would you do that for this great server?"
send_warning_to_staff : true
warning_message : "&6%player%&c tried to use &6%command%&c but the command is blocked or hided"
#You have to type the slash "/" in order to work properly.
#Blocked commands is the list of commands which make them trigger the blocked commands messages and, if it is enabled, the threaten_message
blocked_commands :
- /pl
- /plugins
- /bukkit:plugins
- /bukkit:pl
- /bukkit:help
- /bukkit:ver
- /bukkit:?
- /bukkit :
- /me
- /?
- //evaluate
- /solve
- //solve
- //eval
- /eval
- /op
- /reload
- /stop
- /pt bc
#Hided commands is the list of commands which will be blocked
#(without threaten message or blocked_command message) and they will be forced to execute the command "execute_command_for_hided_plugin" which probably
#won't exist in your server and it will show your own Unknown command from spigot.yml Or you can put a command that actually exists in your server... idk, it's up to you xd
#This is usefull if you want to hide a plugin, per example, essentials, that you actually have for uses like anti-griefing, lobby protection, etc.
#but don't want any player to know that commands like "/feed" exists
execute_command_for_hided_command :
- /donateifyoulikethispluginhehehetroloololololokemnksflndsfo9m2309
enable_message_hided_command_bypass : true
hided_command_bypass : "&aThis command is hided but you can access to it because you are cool"
hided_commands :
- /swr
- /essentials
- /essentials:fly
- /pt
- /bc
- /say
- /example
- /set 0
- //set 0
- //set lava
- /set lava
- //wand
- //worldedit:wand
- /help
- /minecraft:me
- /minecraft:tell
- /minecraft:op
- /minecraft:pardon-ip
- /minecraft:pardon
- //calc for ( i=0;i<256;i++ ) { for ( j=0;j<256;j++ ) { for ( k=0;k<256;k++ ) { for ( l=0;l<256;l++ ) { ln ( pi ) } } } }
- /calc for ( i=0;i<256;i++ ) { for ( j=0;j<256;j++ ) { for ( k=0;k<256;k++ ) { for ( l=0;l<256;l++ ) { ln ( pi ) } } } }
- //calculate
- /evaluate
-Bungee mode: install this plugin in a bungee and it will protect the whole network
-Add commands in-game with /bcp add
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
=[ BlockCommandsPlus - | Hide or block every single command! | The Ultimate BlockCommands Plugin is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,094 times (via Spigot). Download it and open it directly in the game.