Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. # DeluxeCommands v1.8.1 Main configuration
  2. # Created by extended_clip
  3. #
  4. # Create commands below!
  5. # Command format is as follows:
  6. #
  7. # commands:
  8. # <command_with_no_slash>:
  9. # permission: <permission to use the command>
  10. # no_permission_message: <message to send when players do not have permission>
  11. # message:
  12. # - '[text]<regular text here if you start the line with the [text] identifier'
  13. # - '[playercommand] spawn'
  14. # - '[consolecommand] eco give %executor% 100'
  15. # - '{"text": "JSON text here"}'
  16. # - '{"text": "To have multiple JSON components in the same line"}&&{"text": "you must use the && operator between them!"}'
  17. # target_permission: <permission to use the command with a player argument at the end: /<command> (player)>
  18. # target_no_permission_message: <message to send when players do not have permission to specify a target to set placeholders for>
  19. # target_message:
  20. # - '[text]<You do not have to specify this option, only if you want separate messages when a target is defined>'
  21. # - '{"text": "%player%'s stats:"}'
  22. # - '{"text": "This message is only if you want a separate message defined when a"}&&{"text": " target player is specified in the command!"}'
  23. # aliases:
  24. # - 'somealiasforthiscommand'
  25. #
  26. # You can now add a new entry to define different aliases per command!
  27. # simply add the "aliases" option to the commands you would like to define aliases for!
  28. # DeluxeCommands will detect if you have DeluxeChat or PlaceholderAPI installed! You can use any placeholders you have enabled!
  29. commands:
  30. ts3:
  31. permission: customcommands.perm
  32. no_permission_message: '&cYou don''t have permission to use this command!'
  33. message:
  34. - '{"text": "&7"}'
  35. - '{"text": "&eIP naszego teamspeaka: &acolorowyy.pl"}'
  36. - '{"text": "&7"}'
  37. target_permission: some.custom.targetpermission
  38. target_no_permission_message: '&cYou don''t have permission to view this command
  39. with a target player argument!'
  40. store:
  41. permission: customcommands.perm
  42. no_permission_message: '&cYou don''t have permission to use this command!'
  43. message:
  44. - '{"text": "&7"}'
  45. - '{"text": "&e&lSklep &8» &fColorowyy.pl!"}'
  46. - '{"text": "&7"}'
  47. target_permission: some.custom.targetpermission
  48. target_no_permission_message: '&cYou don''t have permission to view this command
  49. with a target player argument!'
  50. bountieshelp:
  51. permission: customcommands.perm
  52. no_permission_message: '&cYou don''t have permission to use this command!'
  53. message:
  54. - '{"text": "&a&lKomendy:"}'
  55. - '{"text": "&8* &f/Bounty [player] [reward] - Ustawia nagrode za glowe gracza.
  56. "}'
  57. - '{"text": "&7"}'
  58. target_permission: some.custom.targetpermission
  59. target_no_permission_message: '&cYou don''t have permission to view this command
  60. with a target player argument!'
  61. vip:
  62. permission: customcommands.perm
  63. no_permission_message: '&cYou don''t have permission to use this command!'
  64. message:
  65. - '{"text": "&7"}'
  66. - '{"text": "&a× &eRanga &b&lVIP &eposiada:"}'
  67. - '{"text": "&a• &ePrefix &bVIP &eprzed nickiem"}'
  68. - '{"text": "&a• &e/kit vip"}'
  69. - '{"text": "&a• &e/heal"}'
  70. - '{"text": "&a• &e/feed"}'
  71. - '{"text": "&a• &e/craft"}'
  72. - '{"text": "&a• &e/enderchest"}'
  73. - '{"text": "&a• &e/afk"}'
  74. - '{"text": "&a• &e/spectate"}'
  75. - '{"text": "&a× &eSklep: &fsklep-minecraft.pl/sklep/sklepu8wot"}'
  76. target_permission: some.custom.targetpermission
  77. target_no_permission_message: '&cYou don''t have permission to view this command
  78. with a target player argument!'
  79. vip+:
  80. permission: customcommands.perm
  81. no_permission_message: '&cYou don''t have permission to use this command!'
  82. message:
  83. - '{"text": "&7"}'
  84. - '{"text": "&a× &eRanga &b&lVIP+ &eposiada:"}'
  85. - '{"text": "&a• &ePrefix &bVIP+ &eprzed nickiem"}'
  86. - '{"text": "&a• &e/kit vip+"}'
  87. - '{"text": "&a• &e/heal"}'
  88. - '{"text": "&a• &e/feed"}'
  89. - '{"text": "&a• &e/craft"}'
  90. - '{"text": "&a• &e/enderchest"}'
  91. - '{"text": "&a• &e/afk"}'
  92. - '{"text": "&a• &e/spectate"}'
  93. - '{"text": "&a• &e/hat"}'
  94. - '{"text": "&a• &eUmiejetnosc latania na wyspie"}'
  95. - '{"text": "&a× &eSklep: &fsklep-minecraft.pl/sklep/sklepu8wot"}'
  96. target_permission: some.custom.targetpermission
  97. target_no_permission_message: '&cYou don''t have permission to view this command
  98. with a target player argument!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement