Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Client:
- ## Required, if true, players must be using the client to join the server
- Required: true
- ## KickDelay, the time in ticks to kick the player if he is not using the client (20 ticks = 1 second)
- KickDelay: 20
- ## SafeGuard, the time in ticks to kick the player if he failed to send the required data
- SafeGuard: 100
- ## TexturePack, if true, players will be unable to join the server while using a transparent texture pack (xray)
- TexturePack: true
- Preventions:
- ## Movement, if true, player that are not using the client will be unable to move
- Movement: true
- ## BlockChange, if true, players that are not using the client will be unable to place/break blocks
- BlockChange: true
- ## BlockChat, if true, players that are not using the client will be unable to chat
- BlockChat: true
- ## BlockCommands, if true, players that are not using the client will be unable to send commands
- BlockCommands: true
- Security:
- ## Dictionary, the caracters used to generate the security key, dont worry about sequence!
- Dictionary: '0123456789.+-*,/!@#$%\u00a8&*()_+=-[]{}|\/?:;.>,<^~QWERTYUIOPASDFGHJKLMNBVCXZqwertyuioplkjhgfdsazxcvbnm'
- ## 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
- Permissions:
- ## Enabled, if true, this system will be used
- Enabled: false
- ## Move, if true, the player will be removed from his original group and added to the new group
- Move: false
- ## MoveFrom, the group that will be affected when the player join the server using the client
- MoveFrom: Members
- ## MoveTo, the group that the player will be added when he join the server using the client
- MoveTo: Clients
- ## Exempt, exempt the player in some plugins when he login with the client
- Exempt:
- ## NoCheatPlus, exempt on nocheatplus
- NoCheatPlus: false
- ## AntiCheat, exempt on AntiCheat
- AntiCheat: false
- ## FAntiXRay, exempt on FAntiXRay
- FAntiXRay: false
- ## Print more information
- debug: true
- # End of the file -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement