Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. ##################################################################################################################################
  2. # FairPlayMinecraft configuration file #
  3. # #
  4. # If you need any help regarding the plugin feel free to contact me here: https://www.spigotmc.org/conversations/add?to=Lubenica #
  5. ##################################################################################################################################
  6.  
  7. # Do you want your players to be asked for the check on join?
  8. check_on_join: true
  9. # Do you want to be able to use /fpmc check <nick> command instead of forcing players to go through the check on join?
  10. # This could be a better and simplier alternative to screensharing many servers are nowadays using to check their players for cheats
  11. check_command_enabled: false
  12. # Remove player from checking queue (if he was added to it using /fpmc check <nick> command) when he leaves the server
  13. remove_from_queue_on_leave: false
  14. # Set to true if you want to be able to remove a player from queue by typing /fpmc check <nick> command (again)
  15. queue_command_remove: true
  16. # Set to true if you want the checking process to be optional.
  17. checking_optional: false
  18. # Do you want a command to be executed if player doesn't finish the checking within a specified time
  19. command_if_not_done:
  20. # Set to true to enable
  21. enabled: false
  22. # Which commands will be executed (%player% replaces player's name)
  23. commands:
  24. - ''
  25. - ''
  26. # If the player doesn't finish the check within a time, the specified command will be executed (in seconds!)
  27. time: 60
  28. # Set to true for things that you would like to be forbidden while waiting for player to run the application
  29. restrictions:
  30. # Players won't be able to move when set to true
  31. movement: true
  32. # Players won't be able to send messages when set to true
  33. chat: false
  34. # Players won't be able to execute commands when set to true
  35. commands: true
  36. # Players won't be able to throw items from inventory when set to true
  37. protect_inventory: true
  38. # Players won't be able to interact with signs, buttons etc. when set to true
  39. interactions: true
  40. # Players won't be attacked by monsters when set to true
  41. protect_from_monsters: true
  42. # Players won't be able to open the inventory when set to true
  43. inventory_open: true
  44. # Message that will be sent to the player after he goes through the check and doesn't have a cheat
  45. messages:
  46. success: '&aCảm ơn, bạn đã xác minh thành công'
  47. # Command(s) that will be executed if player tries to join the server using cheats
  48. punishment:
  49. command:
  50. - 'kick %player% không được dùng Hack trong server!'
  51. - ''
  52. - ''
  53. # Command(s) that will be executed if player does not have a cheat
  54. no_cheat_command:
  55. - ''
  56. - ''
  57. # Set to true if you want your admins who have fpmc.notify permission to be notified if someone tries to join using a cheat
  58. notify_admins:
  59. enabled: false
  60. # Message which will be sent to the admins (%player% will be replaced with player's name, %clientname% will be replaced with the client name)
  61. message: '&c%player% &fhas tried to join with a hacked client! (%clientname%)'
  62. # Set true if you want all attempts of joining using a cheat to be logged to log.txt file
  63. logging_enabled: true
  64. # Should instructions for running the application be autobroadcasted to player every x ticks? (20 ticks = 1 second)
  65. autobroadcast:
  66. enabled: false
  67. interval: '0'
  68. # If you have multiple IP addresses using which you can join your server, list them here in format IP:PORT
  69. multiple_ips:
  70. - ''
  71. - ''
  72. # Enable if you made your custom versions filter (http://fairplayminecraft.com/filter/versions.php)
  73. use_custom_versions_filter: false
  74. # Enable if you want Forge to be enabled on your server (you have to create a mods filter first - http://fairplayminecraft.com/filter/forge.php)
  75. use_filter_for_forge: false
  76. # Enable if you want LiteLoader to be allowed on your server (you have to create a mods filter first - http://fairplayminecraft.com/filter/liteloader.php)
  77. use_filter_for_liteloader: false
  78. # List commands which will be executed on the Spigot server when player who is in a queue for the check (when using /fpmc check command)
  79. # leaves the server during the check
  80. left_during_check_punishment_command_spigot:
  81. - ''
  82. - ''
  83. # List commands which will be executed right when player is asked to go through the check
  84. command_before_check:
  85. - ''
  86. # If you want your players not to be checked on every join, but every x join, set a number here
  87. check_every_x_join: 0
  88. # If you want your players not to be checked on every join, but be checked in case of x%, set a number here (1-100)
  89. x_chance_to_be_checked: 0
  90. # If you want titles to be shown when a player is asked to go through the check set "enabled" to true
  91. titles:
  92. enabled: false
  93. title: ''
  94. subtitle: ''
  95. # Duration how long the title will be visible (in seconds)
  96. duration: 10
  97. # If you want to limit number of times a player can be checked in one session using /fpmc check command, set a number here
  98. max_checks_per_session: 0
  99. # Set 'enabled' to true if you want a sound to be played to a player who goes through the check without using a cheat
  100. sound_nocheat:
  101. enabled: true
  102. # Put in value of a sound which you can find here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  103. sound: 'ENTITY_PLAYER_LEVELUP'
  104. # Commands which will be executed when player joins the server no matter if he is asked to go through the check or not
  105. on_join_commands:
  106. - ''
  107. - ''
  108. # Commands which will be executed when player leaves the server no matter if he was asked to go through the check or not
  109. on_leave_commands:
  110. - ''
  111. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement