Bungee-Command-Blocker
 A simple yet powerful plugin that lets you block specific commands on certain servers via BungeeCord.
 
  Installation
 1️⃣ Download the latest .jar file.
 2️⃣ Place it in your 
BungeeCord server's plugins folder.
 3️⃣ Restart your 
BungeeCord server.
 
 
⚙️ Configuration
 Easily configure blocked servers, commands, and error messages in config.yml:
 
 
 
 
  Code (YAML):
 
 
 
  
 
  # Blocked Server(s) :
  
 blocked-servers
  :
   - 
  "Auth"
  
 
  # Blocked Command(s) :
  
 blocked-commands
  :
   - 
  "server"
  
   - 
  "send"
  
   - 
  "connect"
  
 
  # Error Message :
  
 error-message
  : 
  "&cYou cannot use this command on this player!"
  
 
  # /send Error Messages :
  
 no-players-moved-message
  : 
  "&cNo players were moved because all the players were in a blocked server."
  
 all-players-moved-message
  : 
  "&aSent {AMOUNT_OF_PLAYERS} {PLAYER_TEXT} to {SERVER}."
  
 partial-players-moved-message
  : 
  "&aSent {AMOUNT_OF_PLAYERS} {PLAYER_TEXT} to {SERVER}, &eexcept {AMOUNT_OF_PLAYERS_IN_BLOCKED_SERVER} {EXCEPTION_PLAYER_TEXT} which were in a blocked server."
  
  
 
 
 
 Features
 ✔️ Block specific commands on selected servers
 ✔️ Fully customizable via config.yml
 ✔️ Lightweight and optimized for BungeeCord
 ✔️ Can reload the config using /bcb reload
 
 
 License
 This plugin is open-source and free to use.
 
 
⭐ Support & Feedback
 If you encounter issues or have suggestions, feel free to leave a comment!