Advertisement
DigiBandit

Config for CustomCommands

Aug 10th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.75 KB | None | 0 0
  1. # ------------------------------------------------------------ #
  2. # Configuration file for CustomCommands plugin !
  3. # ------------------------------------------------------------ #
  4.  
  5. # Used language file
  6. # You can create a custom language file and change it below.
  7.  
  8. language-file: language_EN.yml
  9.  
  10. # Enable auto-update notifications ?
  11. # Set this option to 'true' is recommended ! If you disable this,
  12. # you'll not be able to get the latest updates/bug fixes notifications.
  13. # (but you must disable it if you're using 1.7 AND you have error on plugin load)
  14.  
  15. auto-update: true
  16.  
  17. # ------------------------------------------------------------ #
  18. # Commands list
  19. # ------------------------------------------------------------ #
  20. # Material list : https://goo.gl/2RBRbH
  21. # Available targets : '{sender}', '{all}', {arg:[index]}, {arg_list:[index]} (example of arg_list : "aValue,aValue,aValue")
  22. # You can find other examples and explanations on the official plugin page : https://www.spigotmc.org/resources/14363/
  23. # ------------------------------------------------------------ #
  24.  
  25. commands:
  26.   website:
  27.     command: /website
  28.     arguments: 0
  29.     arguments-message: "&cIncorrect amount of arguments !"
  30.     actions:
  31.       action1:
  32.         action: message
  33.         target: '{sender}'
  34.         message:
  35.           - "&6&l【 &9S&8C&r &6&l】 Our website: &ehttp://SmackCraft.ca/"
  36.  
  37.   map:
  38.     command: /map
  39.     arguments: 0
  40.     arguments-message: "&cIncorrect amount of arguments !"
  41.     actions:
  42.       action1:
  43.         action: message
  44.         target: '{sender}'
  45.         message:
  46.           - "&6&l【 &9S&8C&r &6&l】 Server Map: &ehttp://SmackCraft.ca/map"
  47.  
  48.   rank:
  49.     command: /rank
  50.     arguments: 0
  51.     arguments-message: "&cIncorrect amount of arguments!"
  52.     actions:
  53.       action1:
  54.         action: message
  55.         target: '{sender}'
  56.         message:
  57.           - "&6&l【 &9S&8C&r &6&l】 Ranks & Info: &ehttp://SmackCraft.ca/ranks"
  58.           - "&6&l【 &9S&8C&r &6&l】&e /RankList &aFor More!"
  59.  
  60.   update:
  61.     command: /update
  62.     arguments: -1
  63.     arguments-message: "&cIncorrect amount of arguments!"
  64.     permission: cc.update
  65.     permission-message: "&cYou don't have the permission to do that!"
  66.     actions:
  67.       action1:
  68.         action: title
  69.         target: '{all}'
  70.         title: "&6&l【 &9&lUPDATE&r &6&l】"
  71.         subtitle: "&r{args}"
  72.         duration: 60
  73.         fadeIn: 5
  74.         fadeOut: 5
  75.       action2:
  76.         action: message
  77.         target: '{all}'
  78.         message:
  79.          - "&6&l【 &9&lUPDATE&r &6&l】:\n &r{args}"
  80.  
  81.   queen:
  82.     command: /queen
  83.     arguments: -1
  84.     arguments-message: "&cIncorrect amount of arguments!"
  85.     permission: cc.queen
  86.     permission-message: "&cYou're not the Queen!"
  87.     actions:
  88.       action1:
  89.         action: title
  90.         target: '{all}'
  91.         title: "&6&l【 &d&lQueen&r &6&l】"
  92.         subtitle: "&r{args}"
  93.         duration: 60
  94.         fadeIn: 5
  95.         fadeOut: 5
  96.       action2:
  97.         action: message
  98.         target: '{all}'
  99.         message:
  100.          - "&6&l【 &d&lQueen&r &6&l】:\n &r{args}"
  101.  
  102.   king:
  103.     command: /king
  104.     arguments: -1
  105.     arguments-message: "&cIncorrect amount of arguments!"
  106.     permission: cc.king
  107.     permission-message: "&cYou're not the King!"
  108.     actions:
  109.       action1:
  110.         action: title
  111.         target: '{all}'
  112.         title: "&6&l【 &4&lKing&r &6&l】"
  113.         subtitle: "&r{args}"
  114.         duration: 60
  115.         fadeIn: 5
  116.         fadeOut: 5
  117.       action2:
  118.         action: message
  119.         target: '{all}'
  120.         message:
  121.          - "&6&l【 &4&lKing&r &6&l】:\n &r{args}"
  122.  
  123.   hub:
  124.     command: /hub
  125.     arguments: 0
  126.     arguments-message: "&cIncorrect amount of arguments!"
  127.     permission: cc.hub
  128.     permission-message: "&cYou don't have the permission to do that!"
  129.     actions:
  130.       action1:
  131.         action: teleport
  132.         target: '{sender}'
  133.         location: hub
  134.  
  135.   nub:
  136.     command: /nub
  137.     arguments: 0
  138.     arguments-message: "&cIncorrect amount of arguments!"
  139.     permission: cc.nub
  140.     permission-message: "&cYou don't have the permission to do that!"
  141.     actions:
  142.       action1:
  143.         action: teleport
  144.         target: '{sender}'
  145.         location: nub
  146.  
  147.   dt:
  148.     command: /dthub
  149.     arguments: 0
  150.     arguments-message: "&cIncorrect amount of arguments!"
  151.     permission: cc.dt
  152.     permission-message: "&cYou don't have the permission to do that!"
  153.     actions:
  154.       action1:
  155.         action: teleport
  156.         target: '{sender}'
  157.         location: dthub
  158.  
  159.   qt:
  160.     command: /qt
  161.     arguments: 0
  162.     arguments-message: "&cIncorrect amount of arguments!"
  163.     permission: cc.qt
  164.     permission-message: "&cYou don't have the permission to do that!"
  165.     actions:
  166.       action1:
  167.         action: teleport
  168.         target: '{sender}'
  169.         location: ggisland
  170.  
  171.   drop:
  172.     command: /drop
  173.     arguments: 0
  174.     arguments-message: "&cIncorrect amount of arguments!"
  175.     permission: cc.drop
  176.     permission-message: "&cYou don't have the permission to do that!"
  177.     actions:
  178.       action1:
  179.         action: teleport
  180.         target: '{sender}'
  181.         location: admindrop
  182.  
  183.   slots:
  184.     command: /slots
  185.     arguments: 0
  186.     arguments-message: "&cIncorrect amount of arguments!"
  187.     permission: cc.slots
  188.     permission-message: "&cYou don't have the permission to do that!"
  189.     actions:
  190.       action1:
  191.         action: teleport
  192.         target: '{sender}'
  193.         location: slots
  194.  
  195.   streamersisland:
  196.     command: /stream
  197.     arguments: 0
  198.     arguments-message: "&cIncorrect amount of arguments!"
  199.     permission: cc.stream
  200.     permission-message: "&cYou don't have the permission to do that!"
  201.     actions:
  202.       action1:
  203.         action: teleport
  204.         target: '{sender}'
  205.         location: streamersisland
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement