Advertisement
yepidoodles

DTC Example Config

Jun 11th, 2017
1,081
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. commands=[
  2. {
  3. aliases=[
  4. website,
  5. site,
  6. dragontech
  7. ]
  8. commandName=Website
  9. description="Website command"
  10. linkText="Click here to go to the website"
  11. linkUrl="http://www.dragontechmc.com"
  12. permission="dtc.new"
  13. },
  14. {
  15. aliases=[
  16. discord
  17. ]
  18. commandName=Discord
  19. description="Discord command"
  20. linkText="Click here to join the Discord"
  21. linkUrl="https://discord.gg/Q6mzRPU"
  22. permission="dtc.new"
  23. },
  24. {
  25. aliases=[
  26. member,
  27. memberrank,
  28. rankup
  29. ]
  30. commandName=Member
  31. description="Member command"
  32. linkText="Click here to learn how to become a Member"
  33. linkUrl="http://www.dragontechmc.com/wiki/m/39190744/page/Becoming_a_Member"
  34. permission="dtc.new"
  35. },
  36. {
  37. aliases=[
  38. wiki
  39. ]
  40. commandName=Wiki
  41. description="Wiki command"
  42. linkText="Click here to go to the wiki"
  43. linkUrl="http://www.dragontechmc.com/wiki"
  44. permission="dtc.new"
  45. },
  46. {
  47. aliases=[
  48. github
  49. ]
  50. commandName=Github
  51. description="Github command"
  52. linkText="Click here to go to the Github"
  53. linkUrl="https://github.com/DragonTechMC"
  54. permission="dtc.new"
  55. },
  56. {
  57. aliases=[
  58. issues,
  59. githubissues
  60. ]
  61. commandName=GithubIssues
  62. description="Github Issues command"
  63. linkText="Click here to report issues"
  64. linkUrl="https://github.com/DragonTechMC/modpack-issues"
  65. permission="dtc.new"
  66. },
  67. {
  68. aliases=[
  69. donate
  70. ]
  71. commandName=Donate
  72. description="Donate command"
  73. linkText="Click here to go to the Donator Store"
  74. linkUrl="http://www.dragontechmc.com/shop"
  75. permission="dtc.new"
  76. },
  77. {
  78. aliases=[
  79. patreon
  80. ]
  81. commandName=Patreon
  82. description="Patreon command"
  83. linkText="Click here to go to our Patreon Page"
  84. linkUrl="https://www.patreon.com/DragonTechMC"
  85. permission="dtc.new"
  86. },
  87. {
  88. aliases=[
  89. userguide,
  90. guide
  91. ]
  92. commandName=UserGuide
  93. description="User Guide command"
  94. linkText="Click here to go to our User Guide"
  95. linkUrl="http://www.dragontechmc.com/wiki/m/39190744/page/User_Guide"
  96. permission="dtc.new"
  97. },
  98. {
  99. aliases=[
  100. forum
  101. ]
  102. commandName=Forum
  103. description="Forum command"
  104. linkText="Click here to go to our Forum"
  105. linkUrl="http://www.dragontechmc.com/forum"
  106. permission="dtc.new"
  107. },
  108. {
  109. aliases=[
  110. staff
  111. ]
  112. commandName=Staff
  113. description="Staff command"
  114. linkText="Click here to go to our Staff Page"
  115. linkUrl="http://www.dragontechmc.com/staff"
  116. permission="dtc.new"
  117. },
  118. {
  119. aliases=[
  120. modpacks,
  121. likeourmodpacks,
  122. likemodpacks,
  123. modpack,
  124. likemodpack
  125. ]
  126. commandName=LikeModpacks
  127. description="Like our Modpacks command"
  128. linkText="Click here to learn how to like our Modpacks for rewards"
  129. linkUrl="http://www.dragontechmc.com/wiki/m/39190744/page/Like_Our_Modpacks"
  130. permission="dtc.new"
  131. },
  132. {
  133. aliases=[
  134. plugdj
  135. ]
  136. commandName=PlugDj
  137. description="PlugDj command"
  138. linkText="Click here to go to our Plug.dj"
  139. linkUrl="https://plug.dj/dragontech"
  140. permission="dtc.new"
  141. },
  142. {
  143. aliases=[
  144. recommendus,
  145. minecraftforum,
  146. mcforum
  147. ]
  148. commandName=MCForum
  149. description="MCForum command"
  150. linkText="Click here to recommend us on the MinecraftForums"
  151. linkUrl="http://www.minecraftforum.net/forums/servers/pc-servers/2799598"
  152. permission="dtc.new"
  153. },
  154. {
  155. aliases=[
  156. facebook
  157. ]
  158. commandName=Facebook
  159. description="Facebook command"
  160. linkText="Click here to go to our Facebook Page"
  161. linkUrl="https://www.facebook.com/dragontechmc"
  162. permission="dtc.new"
  163. },
  164. {
  165. aliases=[
  166. twitter
  167. ]
  168. commandName=Twitter
  169. description="Twitter command"
  170. linkText="Click here to go to our Twitter Page"
  171. linkUrl="https://twitter.com/DragonTechMC"
  172. permission="dtc.new"
  173. },
  174. {
  175. aliases=[
  176. twitch
  177. ]
  178. commandName=Twitch
  179. description="Twitch command"
  180. linkText="Click here to go to our Twitch Community"
  181. linkUrl="https://www.twitch.tv/communities/dragontechmc"
  182. permission="dtc.new"
  183. },
  184. {
  185. aliases=[
  186. youtube
  187. ]
  188. commandName=Youtube
  189. description="Youtube command"
  190. linkText="Click here to go to yepidoodles' Youtube Channel"
  191. linkUrl="https://www.youtube.com/yepidoodles"
  192. permission="dtc.new"
  193. },
  194. {
  195. aliases=[
  196. changelog,
  197. changelogs
  198. ]
  199. commandName=Changelogs
  200. description="Changelogs command"
  201. linkText="Click here to go to the Changelogs"
  202. linkUrl="http://www.dragontechmc.com/wiki/m/39190744/page/Changelogs"
  203. permission="dtc.new"
  204. }
  205. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement