Advertisement
Guest User

Untitled

a guest
Oct 10th, 2011
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 6.91 KB | None | 0 0
  1. name: mChat
  2. main: net.D3GN.MiracleM4n.mChat.mChat
  3. version: 1.8.4
  4. author: MiracleM4n
  5. website: http://d3gn.net/
  6. thread: http://forums.bukkit.org/threads/22958/
  7. softdepend: [Permissions, GroupManager, PermissionsBukkit, bPermissions, Spout, PermissionsEx]
  8. description: Chat API with more.
  9. commands:
  10.     mchat:
  11.         description:
  12.         permissions:
  13.         usage: |
  14.             /<command> reload [config/info/censor/all]
  15.             Example: /<command> - See this info.
  16.             Example: /<command> reload config - Reload Config.
  17.             Example: /<command> reload info - Reload Info.
  18.             Example: /<command> reload censor - Reload Info.
  19.             Example: /<command> reload all - Reload All Configs.
  20.  
  21. permissions:
  22.     mchat.*:
  23.         description: Allows full use of mChat.
  24.         children:
  25.             mchat.reload: true
  26.             mchat.user: true
  27.             mchat.group: true
  28.     mchat.reload:
  29.         description: Allow usage of /mchat reload '[config/info/censor/all]'
  30.         children:
  31.             mchat.reload.config: true
  32.             mchat.reload.info: true
  33.             mchat.reload.censor: true
  34.             mchat.reload.all: true
  35.     mchat.user:
  36.         description: Allows full use of all user info related mChat commands.
  37.         children:
  38.             mchat.user.add: true
  39.             mchat.user.edit: true
  40.             mchat.user.remove: true
  41.     mchat.group:
  42.         description: Allows full use of all group info related mChat commands.
  43.         children:
  44.             mchat.group.add: true
  45.             mchat.group.edit: true
  46.             mchat.group.remove: true
  47.     mchat.user.add:
  48.         description: Allows full use of all user info add mChat commands.
  49.         children:
  50.             mchat.user.add.player: true
  51.             mchat.user.add.ivar: true
  52.             mchat.user.add.world: true
  53.             mchat.user.add.wvar: true
  54.     mchat.user.edit:
  55.         description: Allows full use of all user info edit mChat commands.
  56.         children:
  57.             mchat.user.edit.name: true
  58.             mchat.user.edit.ivar: true
  59.             mchat.user.edit.ival: true
  60.             mchat.user.edit.group: true
  61.             mchat.user.edit.world: true
  62.             mchat.user.edit.wvar: true
  63.             mchat.user.edit.wval: true
  64.     mchat.user.remove:
  65.         description: Allows full use of all user info remove mChat commands.
  66.         children:
  67.             mchat.user.remove.player: true
  68.             mchat.user.remove.ivar: true
  69.             mchat.user.remove.world: true
  70.             mchat.user.remove.wvar: true
  71.     mchat.group.add:
  72.         description: Allows full use of all group info add mChat commands.
  73.         children:
  74.             mchat.group.add.group: true
  75.             mchat.group.add.ivar: true
  76.             mchat.group.add.world: true
  77.             mchat.group.add.wvar: true
  78.     mchat.group.edit:
  79.         description: Allows full use of all group info edit mChat commands.
  80.         children:
  81.             mchat.group.edit.name: true
  82.             mchat.group.edit.ivar: true
  83.             mchat.group.edit.ival: true
  84.             mchat.group.edit.world: true
  85.             mchat.group.edit.wvar: true
  86.             mchat.group.edit.wval: true
  87.     mchat.group.remove:
  88.         description: Allows full use of all group info remove mChat commands.
  89.         children:
  90.             mchat.group.remove.group: true
  91.             mchat.group.remove.ivar: true
  92.             mchat.group.remove.world: true
  93.             mchat.group.remove.wvar: true
  94.     mchat.reload.config:
  95.         description: Allow usage of /mchat reload config
  96.     mchat.reload.info:
  97.         description: Allow usage of /mchat reload info
  98.     mchat.reload.censor:
  99.         description: Allow usage of /mchat reload censor
  100.     mchat.reload.all:
  101.         description: Allow usage of /mchat reload all
  102.     mchat.user.add.player:
  103.         description: Allow usage of /mchat user add player Player
  104.     mchat.user.add.ivar:
  105.         description: Allow usage of /mchat user add ivar Player InfoVariable InfoValue
  106.     mchat.user.add.world:
  107.         description: Allow usage of /mchat user add world Player World
  108.     mchat.user.add.wvar:
  109.         description: Allow usage of /mchat user add world Player World InfoVariable InfoValue
  110.     mchat.user.edit.name:
  111.         description: Allow usage of /mchat user edit name Player NewName
  112.     mchat.user.edit.ivar:
  113.         description: Allow usage of /mchat user edit ivar Player OldInfoVariable NewInfoVariable
  114.     mchat.user.edit.ival:
  115.         description: Allow usage of /mchat user edit ival Player InfoVariable NewValue
  116.     mchat.user.edit.group:
  117.         description: Allow usage of /mchat user edit group Player Group
  118.     mchat.user.edit.world:
  119.         description: Allow usage of /mchat user edit world Player OldWorld NewWorld
  120.     mchat.user.edit.wvar:
  121.         description: Allow usage of /mchat user edit wvar Player World OldInfoVariable NewInfoVariable
  122.     mchat.user.edit.wval:
  123.         description: Allow usage of /mchat user edit wval Player World InfoVariable NewValue
  124.     mchat.user.remove.player:
  125.         description: Allow usage of /mchat user remove Player
  126.     mchat.user.remove.ivar:
  127.         description: Allow usage of /mchat user remove Player InfoVariable
  128.     mchat.user.remove.world:
  129.         description: Allow usage of /mchat user remove Player World
  130.     mchat.user.remove.wvar:
  131.         description: Allow usage of /mchat user remove Player World InfoVariable
  132.     mchat.group.add.group:
  133.         description: Allow usage of /mchat group add group Group
  134.     mchat.group.add.ivar:
  135.         description: Allow usage of /mchat group add ivar Group InfoVariable InfoValue
  136.     mchat.group.add.world:
  137.         description: Allow usage of /mchat group add world Group World
  138.     mchat.group.add.wvar:
  139.         description: Allow usage of /mchat group add world Group World InfoVariable InfoValue
  140.     mchat.group.edit.name:
  141.         description: Allow usage of /mchat group edit name Group NewName
  142.     mchat.group.edit.ivar:
  143.         description: Allow usage of /mchat group edit ivar Group OldInfoVariable NewInfoVariable
  144.     mchat.group.edit.ival:
  145.         description: Allow usage of /mchat group edit ival Group InfoVariable NewValue
  146.     mchat.group.edit.world:
  147.         description: Allow usage of /mchat group edit world Group OldWorld NewWorld
  148.     mchat.group.edit.wvar:
  149.         description: Allow usage of /mchat group edit wvar Group World OldInfoVariable NewInfoVariable
  150.     mchat.group.edit.wval:
  151.         description: Allow usage of /mchat group edit wval Group World InfoVariable NewValue
  152.     mchat.group.remove.group:
  153.         description: Allow usage of /mchat group remove Group
  154.     mchat.group.remove.ivar:
  155.         description: Allow usage of /mchat group remove Group InfoVariable
  156.     mchat.group.remove.world:
  157.         description: Allow usage of /mchat group remove Group World
  158.     mchat.group.remove.wvar:
  159.         description: Allow usage of /mchat group remove Group World InfoVariable
  160.  
  161.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement