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
- ## PingAverage, the time in milliseconds to kick the player if he is not using the client
- PingAverage: 600
- ## TexturePack, if true, players will be unable to join the server while using a transparent texture pack (xray)
- TexturePack: true
- ## CheckConfigs, if true, config files inside the 'config' folder will also be checked.
- CheckConfigs: false
- ## LockTexture, if true, the client wont be unable to change the default texture pack
- LockTexture: false
- ## LockedKeys, the key number the client wont be able to use
- LockedKeys: 59, 61
- ## UseFastHook, if true, an experimental fast non-client detection will be used, this method will kick players without the client faster, but may conflict with other plugins.
- UseFastHook: true
- Download:
- ## RequiredMods, if true, if the player does not have all mods installed, he will not be identified.
- RequiredMods: false
- ## SendFiles, if true, all required files will be sent to the client
- SendFiles: true
- ## PSpeedLimit, the limit in KB/s to send the files to a single player, the default value is 640 KB/s (5 Mbps)
- PlayerSpeedLimit: 640
- ## TotalSpeedLimit, the limit in KB/s to use to send the files, the default value is 1280 KB/s (10 Mbps)
- TotalSpeedLimit: 1280
- Preventions:
- ## Movement, if true, player that are not using the client will be unable to move
- Movement: false
- ## BlockChange, if true, players that are not using the client will be unable to place/break blocks
- BlockChange: false
- ## BlockChat, if true, players that are not using the client will be unable to chat
- BlockChat: false
- ## BlockCommands, if true, players that are not using the client will be unable to send commands
- BlockCommands: false
- ## PlayerInteract, if true, prevent interaction with blocks
- PlayerInteract: false
- 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