- Anti-Caps
 To prevent SCREAMING IN PUBLIC RESTUR- uhem, in public chats
 
 
 
  Code (YAML):
 
 
 
  AntiCaps:
  
   enabled
  : true
  
   maxletters
  : 3 
  # minimum Capped letters per word
  
   maximum
  : 2 
  # minimum detected words to block
  
  
 
 
 
security.yml
 
 
- Greetings
 Enables you to add a welcome message to the player!
 
 
 
  Code (YAML):
 
 
 
  Greetings:
  
   enabled
  : true
  
   message
  : 
  "&7->> &eWelcome, &a%player_name% &eto the Minecraft Server!"
 
 
 
messages.yml
 
 
- User Mentions!
 You can mention any user with your own style
 
 
 
  Code (YAML):
 
 
 
  UserMention:
  
   enabled
  : true
  
   prefix
  : '@' 
  # prefix character to mention the user with @omaromar93
  
   format
  : 
  "&a%player_name%"
  
   sound:
  
     name
  : 
  "BLOCK_NOTE_BLOCK_PLING"
  
     volume
  : 1
  
     pitch
  : 1
 
 
 
format.yml
 
 
- Anti-Spam Duration
 You can use %duration% to know how many seconds left before you can chat!
 
 
 
  Code (YAML):
 
 
 
  SpamMessage
  : 
  "&cYour message is blocked by the &eAnti-Spam\n&7Remaining time: %duration% seconds"
 
 
 
messages.yml
 
 
MAKE SURE TO ADD THEM BEFORE RUNNING THE NEW UPDATE!