heping4hao

config.yml

Sep 5th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. disable commands when player fly: false
  2. check player if sneaking: false
  3. enable return key: false
  4. return key: 1
  5. enable return key permission: true
  6. return key permission: 'kcb.return'
  7. disable item swap: true
  8. key cool down: 0
  9. disable messages: true
  10.  
  11. KEYS:
  12. key1:
  13. enabled: false
  14. permission: 'none'
  15. commands:
  16. - 'say Command you pressed key 1'
  17. - 'another command here'
  18. - '-c- this command will be executed in console'
  19. key2:
  20. enabled: false
  21. permission: 'none'
  22. commands:
  23. - '-c- say Command you pressed key 2'
  24. key3:
  25. enabled: false
  26. permission: 'none'
  27. commands:
  28. - 'say Command you pressed key 3'
  29. key4:
  30. enabled: false
  31. permission: 'none'
  32. commands:
  33. - 'say Command you pressed key 4'
  34. key5:
  35. enabled: false
  36. permission: 'none'
  37. commands:
  38. - 'say Command you pressed key 5'
  39. key6:
  40. enabled: false
  41. permission: 'none'
  42. commands:
  43. - 'say Command you pressed key 6'
  44. key7:
  45. enabled: false
  46. permission: 'none'
  47. commands:
  48. - 'say Command you pressed key 7'
  49. key8:
  50. enabled: false
  51. permission: 'none'
  52. commands:
  53. - 'say Command you pressed key 8'
  54. key9:
  55. enabled: false
  56. permission: 'none'
  57. commands:
  58. - 'say Command you pressed key 9'
  59. FKEYFunction:
  60. enabled: true
  61. permission: 'none'
  62. commands:
  63. - 'dm open game'
  64. disabledKey:
  65. key_1: false
  66. key_2: false
  67. key_3: false
  68. key_4: false
  69. key_5: false
  70. key_6: false
  71. key_7: false
  72. key_8: false
  73. key_9: false
  74.  
  75. no permission message: '&6&l[KCB] &aYou do not have permission to use this key'
  76. key cool down message: '&6&l[KCB] &aYou can not use this key yet'
Advertisement
Add Comment
Please, Sign In to add comment