Advertisement
Guest User

Untitled

a guest
Mar 13th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.65 KB | None | 0 0
  1. name: Chat
  2. main : com.minecraftdimensions.bungeesuitechat.BungeeSuiteChat
  3. version: ${project.version}b-${build.number}
  4. description: Part of the BungeeSuite this plugin handles all player chat
  5. author: Bloodsplat
  6. website: http://www.spigotmc.org/resources/bungeesuite.9/
  7. prefix: BungeeSuite
  8. softdepend: [Factions, TownyChat, Towny]
  9. commands:
  10. admin:
  11. description: Send messages/toggle to the admin channel
  12. aliases: [a,ac]
  13. permission: bungeesuite.chat.channel.admin
  14. permission-message: §cYou do not have permission for this channel
  15. usage: /<command> *(message)
  16. afk:
  17. description: Toggles a players afk status
  18. aliases: [away, brb]
  19. permission: bungeesuite.chat.command.afk
  20. permission-message: §cYou do not have permission for this command
  21. usage: /<command>
  22. chatspy:
  23. description: Allows players to see all messages
  24. aliases: [cspy,spy,socialspy]
  25. permission: bungeesuite.chat.command.chatspy
  26. permission-message: §cYou do not have permission for this command
  27. usage: /<command>
  28. channelinfo:
  29. description: Gets the information for the channel
  30. aliases: [channel,c,cinfo]
  31. permission: bungeesuite.chat.command.channelinfo
  32. permission-message: §cYou do not have permission for this command
  33. usage: |
  34. /<command> - gets current channels information
  35. /<command> (channel) - gets the channels information
  36. factionchat:
  37. description: Allows the player to talk in the faction channel
  38. aliases: [fc]
  39. permission: bungeesuite.chat.channel.faction
  40. permission-message: §cYou are unable to talk in this channel
  41. factionchatally:
  42. description: Allows the player to talk in the faction ally channel
  43. aliases: [fca]
  44. permission: bungeesuite.chat.channel.factionally
  45. permission-message: §cYou are unable to talk in this channel
  46. factionchatfaction:
  47. description: Allows the player to talk in the faction ally channel
  48. aliases: [fcf]
  49. permission: bungeesuite.chat.channel.faction
  50. permission-message: §cYou are unable to talk in this channel
  51. townychat:
  52. description: Allows the player to talk in the towny town channel
  53. aliases: [tc]
  54. permission: bungeesuite.chat.channel.town
  55. permission-message: §cYou are unable to talk in this channel
  56. townychattown:
  57. description: Allows the player to talk in towny town channel
  58. aliases: [tct]
  59. permission: bungeesuite.chat.channel.town
  60. permission-message: §cYou are unable to talk in this channel
  61. townychatnation:
  62. description: Allows the player to talk in the towny nation channel
  63. aliases: [nationchat, nc, tcn]
  64. permission: bungeesuite.chat.channel.nation
  65. permission-message: §cYou are unable to talk in this channel
  66. formatchannel:
  67. description: Changes the format of the channel
  68. aliases: [formatc,cformat,cf]
  69. permission: bungeesuite.chat.command.format
  70. permission-message: §cYou do not have permission for this command
  71. usage: /<command> (format)- changes the current channels format
  72. global:
  73. description: Send messages/toggle to the global channel
  74. aliases: [g,globalchat,globalchannel,gchannel]
  75. permission: bungeesuite.chat.channel.global
  76. permission-message: §cYou do not have permission for this channel
  77. usage: |
  78. /<command> -toggles to global channel
  79. /<command> (message) - sends message to global channel
  80. ignore:
  81. description: Ignores a player from chat
  82. aliases: [ignoreplayer,playerignore]
  83. permission: bungeesuite.chat.command.ignore
  84. permission-message: §cYou do not have permission for this command
  85. usage: /<command> (player)
  86. ignores:
  87. description: Gives a list of your ignored players
  88. aliases: [ignorelist,listignores]
  89. permission: bungeesuite.chat.command.ignores
  90. permission-message: §cYou do not have permission for this command
  91. usage: /<command>
  92. local:
  93. description: Send messages/toggle to the local channel
  94. aliases: [l,lc,localchannel,lchannel,channellocal]
  95. permission: bungeesuite.chat.channel.local
  96. permission-message: §cYou do not have permission for this channel
  97. usage: |
  98. /<command> - toggles to local channel
  99. /<command> (message) - sends message to the local channel
  100. me:
  101. description: Sends an emote to the chat on your server
  102. aliases: [emote]
  103. permission: bungeesuite.chat.command.me
  104. permission-message: §cYou do not have permission for this command
  105. usage: /<command> (message)
  106. message:
  107. description: Send a private message to a player
  108. aliases: [tell,msg,pm,w,whisper,m]
  109. permission: bungeesuite.chat.command.message
  110. permission-message: §cYou do not have permission for this command
  111. usage: /<command> (message)
  112. mute:
  113. description: Mute a specified player from chat
  114. permission: bungeesuite.chat.command.mute
  115. permission-message: §cYou do not have permission for this command
  116. usage: /<command> (player)
  117. muteall:
  118. description: Mutes all chat proxy wide
  119. permission: bungeesuite.chat.command.muteall
  120. permission-message: §cYou do not have permission for this command
  121. usage: /<command>
  122. nickname:
  123. description: Changes the players display name
  124. aliases: [nick,displayname]
  125. permission: bungeesuite.chat.command.nickname
  126. permission-message: §cYou do not have permission for this command
  127. usage: |
  128. /<command> (nickname) - nickname self
  129. /<command> (playername) (nickname) -nickname other player
  130. nicknameoff:
  131. description: Removes the players nickname
  132. aliases: [nickoff,nonick,nonickname]
  133. permission: bungeesuite.chat.command.nickname
  134. permission-message: §cYou do not have permission for this command
  135. usage: /<command>
  136. reloadchat:
  137. description: Reloads the chat config and channels
  138. aliases: [chatreload]
  139. permission: bungeesuite.chat.command.reload
  140. permission-message: §cYou do not have permission for this command
  141. usage: /<command>
  142. reply:
  143. description: Sends a reply to the last person who messaged you
  144. aliases: [r]
  145. permission: bungeesuite.chat.command.reply
  146. permission-message: §cYou do not have permission for this command
  147. usage: /<command> (message)
  148. server:
  149. description: Send messages/toggle to the server channel
  150. aliases: [s,sc,serverchannel,schannel,channelserver]
  151. permission: bungeesuite.chat.channel.server
  152. permission-message: §cYou do not have permission for this channel
  153. usage: |
  154. /<command> - toggles to the server channel
  155. /<command> (message) - sends a message to the server channel
  156. tempmute:
  157. description: Temporarily mutes a player
  158. aliases: [tmute]
  159. permission: bungeesuite.chat.command.tempmute
  160. permission-message: §cYou do not have permission for this command
  161. usage: /<command> (player) (time in minutes)
  162. toggle:
  163. description: Toggles through your available channels
  164. aliases: [togglechannel,channeltoggle, ct]
  165. permission: bungeesuite.chat.command.toggle
  166. permission-message: §cYou do not have permission for this command
  167. usage: /<command>
  168. unignore:
  169. description: Unignores a player from chat
  170. aliases: [uignore,unignoreplayer]
  171. permission: bungeesuite.chat.command.ignore
  172. permission-message: §cYou do not have permission for this command
  173. usage: /<command> (player)
  174. unmute:
  175. description: Unmutes a player from chat
  176. aliases: [umute, unmuteplayer]
  177. permission: bungeesuite.chat.command.mute
  178. permission-message: §cYou do not have permission for this command
  179. usage: /<command> (player)
  180. unmuteall:
  181. description: Toggles off the proxy wide mute
  182. permission: bungeesuite.chat.command.muteall
  183. permission-message: §cYou do not have permission for this command
  184. usage: /<command>
  185. permissions:
  186. bungeesuite.chat.*:
  187. description: Gives access to all BungeeSuiteChat commands
  188. default: op
  189. children:
  190. bungeesuite.chat.admin: true
  191. bungeesuite.chat.admin:
  192. description: Gives access to all BungeeSuiteChat admin commands
  193. children:
  194. bungeesuite.chat.mod: true
  195. bungeesuite.chat.command.afk.global: true
  196. bungeesuite.chat.command.afk.display: true
  197. bungeesuite.chat.nickname.other: true
  198. bungeesuite.chat.toggle.bypass: true
  199. bungeesuite.chat.command.chatspy: true
  200. bungeesuite.chat.command.muteall: true
  201. bungeesuite.chat.channel.admin: true
  202. bungeesuite.chat.command.reload: true
  203. bungeesuite.chat.command.nickname.other: true
  204. bungeesuite.chat.vip: true
  205. bungeesuite.chat.command.channelinfo.format: true
  206. bungeesuite.chat.mod:
  207. description: Gives access to all BungeeSuiteChat mod commands
  208. children:
  209. bungeesuite.chat.command.mute: true
  210. bungeesuite.chat.command.tempmute: true
  211. bungeesuite.chat.user: true
  212. bungeesuite.chat.user:
  213. description: Gives access to all BungeeSuiteChat user commands
  214. children:
  215. bungeesuite.chat.channel.server: true
  216. bungeesuite.chat.channel.local: true
  217. bungeesuite.chat.channel.global: true
  218. bungeesuite.chat.channel.faction: true
  219. bungeesuite.chat.channel.factionally: true
  220. bungeesuite.chat.channel.nation: true
  221. bungeesuite.chat.channel.town: true
  222. bungeesuite.chat.command.afk: true
  223. bungeesuite.chat.command.channelinfo: true
  224. bungeesuite.chat.command.ignore: true
  225. bungeesuite.chat.command.ignores: true
  226. bungeesuite.chat.command.message: true
  227. bungeesuite.chat.command.reply: true
  228. bungeesuite.chat.command.toggle: true
  229. bungeesuite.chat.vip:
  230. description: Gives the player access to the vip commands
  231. children:
  232. bungeesuite.chat.command.nickname: true
  233. bungeesuite.chat.command.me: true
  234. bungeesuite.chat.user: true
  235. bungeesuite.chat.color: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement