Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Forge:
  2.  
  3. Whitelisted: []
  4.  
  5. Blacklisted: []
  6.  
  7. # Actions to do when a player join with some forge's mods
  8. Actions:
  9.  
  10. # Enabled Placeholders in Commands and AlertMessage : %p%, %version%, %message%
  11.  
  12. # Actions to do when a player join with a whitelisted mod.
  13. Whitelisted:
  14. Commands:
  15. - "kick %p% Forge détecté ! Veuillez désactiver vos mods, ils ne sont pas autorisés sur le serveur !"
  16. Alert: true
  17. AlertMessage: "&c %p% is using the following whitelisted mods : %modsList%"
  18.  
  19. # Actions to do when a player join with an unkown mod.
  20. Unknown:
  21. Commands:
  22. - "kick %p% Mod détecté ! Veuillez désactiver vos mods, ils ne sont pas autorisés sur le serveur !"
  23. Alert: true
  24. AlertMessage: "&c %p% is using the following unknown mods : %modsList%"
  25.  
  26. # Actions to do when a player join with a blacklisted mod.
  27. Blacklisted:
  28. Commands:
  29. - "kick %p% Mod détecté ! Veuillez désactiver vos mods, ils ne sont pas autorisés sur le serveur !"
  30. Alert: true
  31. AlertMessage: "&c %p% is using the following blacklisted mods : %modsList%"
  32.  
  33. #Activate if you want to disable the fake forge handshake which allows to recover the forge modlist of the players (useful if all you players use bungeecord)
  34. DisableFakeForgeHandshake: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement