Advertisement
Guest User

Real Horizon config ;)

a guest
Nov 21st, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. ########## Horizon Config ##########
  2. # Welcome to Horizon's configuration file.
  3. # Before changing anything, please note that all settings has been tested.
  4. # It is recommended not to change any settings if it is not necessary.
  5. #
  6. # Issue-Tracker: https://github.com/CraftG/Horizon/issues
  7. # Discord: https://discord.gg/s8RyWzJ
  8. # I hope you have a good time here.
  9. ####################################
  10.  
  11. # Plugin prefix
  12. prefix: '§9§lHorizon §1§l>> §r§3'
  13.  
  14. default_language: 'en_US'
  15.  
  16. # Should bypass permission available?
  17. bypass_perm: false
  18.  
  19. # If player didn't accept teleport,
  20. # should horizon teleport the player to the teleport location?
  21. tp_fix: true
  22.  
  23. # How long after a player is kicked is allowed to login.
  24. # Measured in second
  25. rejoin_time: 5
  26.  
  27. rejoin_message: 'Please wait for a while to login.'
  28.  
  29. # Only for development.
  30. dev_mode: false
  31.  
  32. # Tps protection feature
  33. tps_protection:
  34. # Do you want to enable this feature?
  35. enabled: true
  36. min_tps: 18.0
  37.  
  38. database:
  39. enabled: true
  40. # 'SQLite' or 'MySQL'
  41. type: 'SQLite'
  42. host: '127.0.0.1'
  43. username: 'root'
  44. password: 'root'
  45. database: 'horizon'
  46.  
  47. kirin:
  48. enabled: false
  49. licence: 'LICENCE'
  50.  
  51. kick:
  52. broadcast:
  53. enabled: true
  54. # Available placeholders:
  55. # %prefix%, %player%, %reason%
  56. format:
  57. message: '%prefix% Player %player% is kicked because of cheating.'
  58. hover: 'Reason: %reason%'
  59. # Available placeholders:
  60. # %prefix%, %player%, %reason%, %ping%, %tps%
  61. format:
  62. - '&cYou have been kicked.'
  63. - 'Reason: %reason%'
  64.  
  65. verbose:
  66. # Available placeholders:
  67. # %prefix%, %player%, %check%, %module%, %vl%, %weight%, %ping%, %tps%, %debug%
  68. player:
  69. format:
  70. message: '%prefix%&b%player% &3failed &b%check%(%module%) &3VL:%vl% (+%weight%) Ping:%ping% Tps:%tps%'
  71. hover: '&3Debug: %debug%'
  72. console:
  73. message: '%prefix%&b%player% &3failed &b%check%(%module%) &3VL:%vl% (+%weight%) Ping:%ping% Tps:%tps% Debug:%debug%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement