Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. ###################################
  2. # TitanEssentials #
  3. # Author: YourPalJake #
  4. ###################################
  5.  
  6. #DO NOT CHANGE THIS VALUE!
  7. configversion: 0.3
  8.  
  9. #<> is required, [] is optional
  10. commands:
  11. rename:
  12. renamecmd:
  13. enabled: true
  14. command: 'rename'
  15. usage: '/rename <Text>'
  16. description: 'Allows you to rename items!'
  17. aliases:
  18. - 'rname'
  19.  
  20. gamemode:
  21. gamemodecmd:
  22. enabled: true
  23. command: 'gamemode'
  24. usage: '/gamemode [Player] <Gamemode>'
  25. description: 'Allows you to change your gamemode!'
  26. aliases:
  27. - 'gm'
  28. #I've added specific gamemode commands so you can make things like: /gmc or /gm1 that are gamemode specific.
  29. #But there are still specific permissions for it. And if you do: /gm 1 the command above will be triggered
  30. gamemodesurvivalcmd:
  31. enabled: true
  32. command: 'gamemodes'
  33. usage: '/gamemodes [Player]'
  34. description: 'Change your gamemode to survival!'
  35. aliases:
  36. - 'gms'
  37. - 'gm0'
  38.  
  39. gamemodecreativecmd:
  40. enabled: true
  41. command: 'gamemodec'
  42. usage: '/gamemodec [Player]'
  43. description: 'Change your gamemode to creative!'
  44. aliases:
  45. - 'gmc'
  46. - 'gm1'
  47.  
  48. gamemodeadventurecmd:
  49. enabled: true
  50. command: 'gamemodea'
  51. usage: '/gamemodea [Player]'
  52. description: 'Change your gamemode to adventure!'
  53. aliases:
  54. - 'gma'
  55. - 'gm2'
  56.  
  57. gamemodespectatorcmd:
  58. enabled: true
  59. command: 'gamemodesp'
  60. usage: '/gamemodesp [Player]'
  61. description: 'Change your gamemode to spectator!'
  62. aliases:
  63. - 'gmsp'
  64. - 'gm3'
  65.  
  66.  
  67.  
  68. #Teleportation will is not a feature in 0.1.2-Alpha but is planned so it will come out soon! And doesn't require you
  69. #To update your config version.
  70. teleportation:
  71. tpcmd:
  72. enabled: true
  73. command: 'tp'
  74. usage: '/tp <Player> [ToPlayer]'
  75. description: 'Allows you to tp to another player or tp 2 other players to eichother'
  76. aliases:
  77. - 'teleport'
  78.  
  79. tpherecmd:
  80. enabled: true
  81. command: 'tphere'
  82. usage: '/tphere <Player>'
  83. description: 'Allows you to tp a player to you!'
  84. aliases:
  85. - 'teleporthere'
  86.  
  87. tpallcmd:
  88. enabled: true
  89. command: 'tpall'
  90. usage: '/tpall [ToPlayer]'
  91. description: 'Allows you to tp all the players to you or someone else'
  92. aliases:
  93. - 'teleportall'
  94.  
  95. tptogglecmd:
  96. enabled: true
  97. command: 'tptoggle'
  98. usage: 'tptoggle [Player]'
  99. description: 'Disable teleportation so people cannot tp to you!'
  100. aliases:
  101. - 'tptoggle'
  102.  
  103. tppositioncmd:
  104. enabled: true
  105. command: 'tppos'
  106. usage: 'tppos <X> <Y> <Z> [Player]'
  107. description: 'Teleport to the given position!'
  108. aliases:
  109. - 'tpposition'
  110.  
  111.  
  112.  
  113. features:
  114. anvil-color:
  115. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement