Advertisement
Guest User

Untitled

a guest
Mar 15th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Client:
  2. ## Required, if true, players must be using the client to join the server
  3. Required: true
  4. ## KickDelay, the time in ticks to kick the player if he is not using the client (20 ticks = 1 second)
  5. KickDelay: 20
  6. ## SafeGuard, the time in ticks to kick the player if he failed to send the required data
  7. SafeGuard: 100
  8. ## TexturePack, if true, players will be unable to join the server while using a transparent texture pack (xray)
  9. TexturePack: true
  10.  
  11. Preventions:
  12. ## Movement, if true, player that are not using the client will be unable to move
  13. Movement: true
  14. ## BlockChange, if true, players that are not using the client will be unable to place/break blocks
  15. BlockChange: true
  16. ## BlockChat, if true, players that are not using the client will be unable to chat
  17. BlockChat: true
  18. ## BlockCommands, if true, players that are not using the client will be unable to send commands
  19. BlockCommands: true
  20.  
  21. Security:
  22. ## Dictionary, the caracters used to generate the security key, dont worry about sequence!
  23. Dictionary: '0123456789.+-*,/!@#$%\u00a8&*()_+=-[]{}|\/?:;.>,<^~QWERTYUIOPASDFGHJKLMNBVCXZqwertyuioplkjhgfdsazxcvbnm'
  24.  
  25. ## this section will define wich group the player will be added when he join the server using the client, the player will not be removed from his original group
  26. Permissions:
  27. ## Enabled, if true, this system will be used
  28. Enabled: false
  29. ## Move, if true, the player will be removed from his original group and added to the new group
  30. Move: false
  31. ## MoveFrom, the group that will be affected when the player join the server using the client
  32. MoveFrom: Members
  33. ## MoveTo, the group that the player will be added when he join the server using the client
  34. MoveTo: Clients
  35.  
  36. ## Exempt, exempt the player in some plugins when he login with the client
  37. Exempt:
  38. ## NoCheatPlus, exempt on nocheatplus
  39. NoCheatPlus: false
  40. ## AntiCheat, exempt on AntiCheat
  41. AntiCheat: false
  42. ## FAntiXRay, exempt on FAntiXRay
  43. FAntiXRay: false
  44.  
  45. ## Print more information
  46. debug: true
  47.  
  48. # End of the file -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement