Advertisement
Guest User

config

a guest
Aug 3rd, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.99 KB | None | 0 0
  1. # --------------------------------------------------
  2. # Configuration file for CustomCommands
  3. # Plugin created and developed by PYRRH4
  4. # --------------------------------------------------
  5. # Material list : https://goo.gl/2RBRbH
  6. # --------------------------------------------------
  7.  
  8.  
  9. # Used language file
  10. # You can create a custom language file and change it below.
  11.  
  12. language-file: language_EN.yml
  13.  
  14. # Enable auto-update notifications ?
  15. # Set this option to 'true' is recommended ! If you disable this,
  16. # you'll not be able to get the latest updates/bug fixes notifications.
  17.  
  18. auto-update: false
  19.  
  20.  
  21. # Commands
  22. commands:
  23.   website:
  24.     command: "/website"
  25.     actions:
  26.       message:
  27.         target: "{PLAYER}"
  28.         message: "&7&m+---------------------------------------------------+\n   \n&7     Our website : &ewww.Draconicmc.tk &7!\n   \n&7&m+---------------------------------------------------+"
  29.  
  30.   forum:
  31.     command: "/forum"
  32.     actions:
  33.       message:
  34.         target: "{PLAYER}"
  35.         message: "&7&m+---------------------------------------------------+\n   \n&7     Our forum : &eDraconicmc.tk/forum &7!\n   \n&7&m+---------------------------------------------------+"
  36.  
  37.   teamspeak:
  38.     command: "/teamspeak"
  39.     actions:
  40.       message:
  41.         target: "{PLAYER}"
  42.         message: "&7&m+---------------------------------------------------+\n   \n&7     We dont have a teamspeak atm &7!\n   \n&7&m+---------------------------------------------------+"
  43.  
  44.   alert:
  45.     command: "/alert"
  46.     permission: "cc.alert"
  47.     permission-message: "&cYou don't have the permission to do that !"
  48.     actions:
  49.       title:
  50.         target: "{ALL}"
  51.         title: "&c&lAlert"
  52.         subtitle: "&r{ARGS}"
  53.         duration: 60
  54.         fadeIn: 5
  55.         fadeOut: 5
  56.       message:
  57.         target: "{ALL}"
  58.         message: "&c&lalert :\n&r{ARGS}"
  59.        
  60.   donor:
  61.     command: "/donor"
  62.     permission: "cc.donor"
  63.     permission-message: "&cYou don't have the permission to do that !"
  64.     actions:
  65.       title:
  66.         target: "{ALL}"
  67.         title: "&e&lWooHoo"
  68.         subtitle: "&r{ARGS}"
  69.         duration: 60
  70.         fadeIn: 5
  71.         fadeOut: 5
  72.       message:
  73.         target: "{ALL}"
  74.         message: "&e&lNew donation! :\n&r{ARGS}"
  75.  
  76.   message:
  77.     command: "/message"
  78.     permission: "cc.message"
  79.     permission-message: "&cYou don't have the permission to do that !"
  80.     actions:
  81.       message:
  82.         target: "{ALL}"
  83.         message: "&5Breaking News :\n&r{ARGS}"
  84.  
  85.   title:
  86.     command: "/title"
  87.     permission: "cc.title"
  88.     permission-message: "&cYou don't have the permission to do that !"
  89.     actions:
  90.       title:
  91.         target: "{ALL}"
  92.         title: "&c&lBreaking News"
  93.         subtitle: "&r{ARGS}"
  94.         duration: 60
  95.         fadeIn: 5
  96.         fadeOut: 5
  97.  
  98.   hub:
  99.     command: "/hub"
  100.     actions:
  101.       teleport:
  102.         target: "[PLAYER]"
  103.         location: "hub"
  104.       message:
  105.         target: "{PLAYER}"
  106.         message: "&5Welcome to the &8&lHub"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement