Advertisement
Guest User

Untitled

a guest
Mar 9th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. #KnockBack Profesional by Royendero.
  2. #If you have a problem or bug, sendme a PM in spigot!
  3. #No distribute this plugin, or your id will disabled for use this plugin.
  4. #
  5. config:
  6. #if debug is enabled, in the console says information for hits players.
  7. debug: false
  8. #Refresh the cache of player, X seconds. Optimization.
  9. refreshcache: 3
  10. lang:
  11. consoledetectedgroups: "&aKnockBackProfesional > &eDetected <number> groups!"
  12. consoleworldsdisabled: "Disabled in:"
  13. consoleneednumbers: "&cNeed <need>."
  14. reloaded: "&aKnockBackProfesional > &eReloaded, detected <number> groups!"
  15. debugknockback: "&2<player>&a > group: &f<group>&a, HitDelay: &f<hitdelay>&a, Ms: &f<ms>&a, horizontal: &f<horizontal>&a, vertical: &f<vertical>&a, air Multiplier: &f<airmultiplier>"
  16. debugknockbacktick: "&2<player>&a > group: &f<group>&a, HitDelay: &f<hitdelay>&a, Ms: &f<ms>&a, horizontal: &f<horizontal>&a, vertical: &f<vertical>&a, air Multiplier: &f<airmultiplier> &7(Are in tick: <tick>)"
  17. debugknockbackping: "&2<player>&a > group: &f<group>&a, HitDelay: &f<hitdelay>&a, Ms: &f<ms>&a, horizontal: &f<horizontal>&a, vertical: &f<vertical>&a, air Multiplier: &f<airmultiplier> &7(Are in ping: <ping>)"
  18. debugknockbackpingtick: "&2<player>&a > group: &f<group>&a, HitDelay: &f<hitdelay>&a, Ms: &f<ms>&a, horizontal: &f<horizontal>&a, vertical: &f<vertical>&a, air Multiplier: &f<airmultiplier> &7(Are in ping: <ping>, tick: <tick>)"
  19. helpmsg:
  20. - '&6Commands KnockBackProfesional:'
  21. - '&b/kbp reload'
  22. - '&b/kbp config-to-mysql'
  23. - '&b/kbp refresh-mysql'
  24. - '&b/kbp deletemysql'
  25. nopermission: "&cYou dont have permission."
  26. ready: "&aREADY!"
  27. check: "&cCheck process in the console..."
  28. mysql:
  29. use: false
  30. ip: 'localhost'
  31. port: '3306'
  32. database: 'database'
  33. username: 'root'
  34. password: 'password'
  35. #Seconds to refresh the configuration (Or you can ejecute /kbp refresh-mysql).
  36. #If you edit the data of MySQL, in X seconds this server read the data.
  37. #If you put -1, the data will be readed when the server are restarted.
  38. refreshconfig: -1
  39. #name of the group (You choose the name)
  40. default:
  41. # permission for this group
  42. permission: kbp.default
  43. # Sensibility of knockback (Vertical) The default value is 1.0, max 9 (If put more than 10, some times dont work, SOMETIMES, you can try)
  44. vertical: 0.96
  45. # Sensibility of knockback (Horizontal) The default value is 1.0, max 9 (If put more than 10, some times dont work, SOMETIMES, you can try)
  46. horizontal: 0.82
  47. # Sensibility of knockback (Vertical) when the player rival (damager) is sprinting. The default value is 1.0, max 9 (If put more than 10, some times dont work, SOMETIMES, you can try)
  48. sprintingvertical: 0.96
  49. # Sensibility of knockback (Horizontal) when the player rival (damager) is sprinting. The default value is 1.0, max 9 (If put more than 10, some times dont work, SOMETIMES, you can try)
  50. sprintinghorizontal: 0.82
  51. #---sprintingvertical and horizontal is perfect to w-tap (TIP)
  52. # AirMultiplier, normal is 1 (No difference), 0.5 change the KB 50% less.
  53. # If the player (damaged) is on the air, multiplier the KB.
  54. airmultiplier: 0.5
  55. # Ticks (HitDelay)
  56. ticks:
  57. # If the player has 1 tick on HitDelay (Combo Mode), change the KnockBack
  58. 1:
  59. # Sensibility of the knockback on the player with 1 tick (HitDelay) (Vertical)
  60. vertical: 0.6
  61. # Sensibility of the knockback on the player with 1 tick (HitDelay) (Horizontal)
  62. horizontal: 0.6
  63. sprintingvertical: 0.7
  64. sprintinghorizontal: 0.7
  65. airmultiplier: 0.85
  66. # You can create more custom ticks!
  67. # 2:
  68. # vertical: 2.0
  69. # horizontal: 5.0
  70. #Ping: if the player have a range of ping, edit his KnockBack
  71. disabledworlds:
  72. - 'sumo'
  73. - 'sumoevent'
  74. # - 'YouCanAddInfiniteWorlds!
  75.  
  76. #New group of example (For Vips)
  77. #vips:
  78. # permission: kbp.vip
  79. # vertical: 0.9
  80. # horizontal: 1.0
  81. # ticks:
  82. # 1:
  83. # vertical: 0.7
  84. # horizontal: 0.7
  85. # ping:
  86. # forPingers:
  87. # initial: 0
  88. # final: 100
  89. # vertical: 1.1
  90. # horizontal: 1.0
  91. # ticks:
  92. # 1:
  93. # vertical: 0.8
  94. # horizontal: 0.8
  95. # forLaggers:
  96. # initial: 101
  97. # final: 1000
  98. # vertical: 0.9
  99. # horizontal: 0.9
  100. # ticks:
  101. # 1:
  102. # vertical: 0.7
  103. # horizontal: 0.7
  104. # disabledworlds:
  105. # - 'PvP12'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement