moeycvbn12

Untitled

Dec 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1.  
  2. options:
  3. Version: V 0.0.2-A
  4. nopermission: &7You do not have the required permissions to execute this command, please contact a server administrator if you think this is wrong!
  5. serverip: Server Domain Is WIP # <- Put your server IP in here #
  6. discord: https://discord.gg/mAJ6YQZ # <- Put your discord link in here #
  7. buycraft: Server Store WIP # <- Put your buycraft link in here #
  8.  
  9.  
  10. # You may edit the following piece of code if you understand how to use Skript
  11. command /console [<string>]:
  12. description: Lets the player execute console commands ingame!
  13. permission: c.use
  14. permission message: {@nopermission}
  15. trigger:
  16. if argument 1 is set:
  17. execute console command "%argument 1%"
  18. send "&9Executed command&7!"
  19.  
  20.  
  21. # Information Commands ( Check Options for more info ) #
  22.  
  23. command /serverip:
  24. description: Lets you see the IP for the server!
  25. aliases: /ip, /server,
  26. permission: c.serverip
  27. permission message: {@nopermission}
  28. trigger:
  29. message "%newline%&7The current servers ip address is &9{@serverip}%newline%"
  30. stop
  31. command /discord:
  32. description: Lets you see the discord link for the server!
  33. aliases: /disc, /d
  34. permission: c.discord
  35. permission message: {@nopermission}
  36. trigger:
  37. message "%newline%&7The current discord link is &9{@discord}%newline%"
  38. stop
  39. command /store:
  40. description: Lets you see the discord link for the server!
  41. aliases: /shop, buycraft,
  42. permission: c.store
  43. permission message: {@nopermission}
  44. trigger:
  45. message "%newline%&7The current store link is &9&o{@buycraft}&r%newline%"
  46. stop
  47.  
  48. # Developer Information Commands #
  49.  
  50. command /c:
  51. trigger:
  52. send "&8CallMeDeveloper Is Beast <3"
  53.  
  54. # Gamemode Commands #
  55.  
  56. command /gmc [<player>]:
  57. description: Lets you change you or another players gamemode to creative!
  58. aliases: /gamemodecreative, /gm1, /gamemodec,
  59. permission: c.gmc
  60. permission message: {@nopermission}
  61. trigger:
  62. set arg 1's gamemode to creative
  63. message "&7You have successfully set &9%arg 1%'s&7 gamemode to &9&lCREATIVE&7!"
  64.  
  65. command /gms [<player>]:
  66. description: Lets you change you or another players gamemode to survival!
  67. aliases: /gamemodesurvival, /gm0, /gamemodes,
  68. permission: c.gms
  69. permission message: {@nopermission}
  70. trigger:
  71. set arg 1's gamemode to survival
  72. message "&7You have successfully set &9%arg 1%'s&7 gamemode to &9survival&7!"
  73.  
  74. command /gma [<player>]:
  75. description: Lets you change you or another players gamemode to adventure!
  76. aliases: /gamemodeadventure, /gm2, /gamemodea,
  77. permission: c.gma
  78. permission message: {@nopermission}
  79. trigger:
  80. set arg 1's gamemode to adventure
  81. message "&7You have successfully set &9%arg 1%'s&7 gamemode to &9adventure&7!"
  82.  
  83. command /cmdblock [<player>]:
  84. description: Gives a player of your choice a command block!
  85. aliases: /commandblock, cmd
  86. permission: c.cmdblock
  87. permission message: {@nopermission}
  88. trigger:
  89. make console execute command "give %arg 1% commandblock 1"
  90. message "&7%arg 1% has successfully been given a &9Command Block&7!"
Advertisement
Add Comment
Please, Sign In to add comment