Title: [YAML] name: PudgeStaffChat version: 0.0.0.1 description: Plugin created for the purp Author: gando Pastebin link: http://pastebin.com/xWZ7MgjZ First Edit: Thursday 6th of December 2012 07:10:00 PM CDT Last Edit: Thursday 6th of December 2012 07:10:00 PM CDT name: PudgeStaffChat version: 0.0.0.1 description: Plugin created for the purpose of private chat or something, I dunno   author: gando # authors: [none, none] #website:   main: com.complexitylabs.gando.pudgestaffchat.PudgeStaffChat database: false #depend: [none, none]   commands:   staffchat:     description: Sends a message to all players who have the     aliases: [staff, sc]     permission: pudgestaffchat.chat     permission-message: You don't have     usage: Syntax error! Type / permissions:   pudgestaffchat.*:     description: Gives access to all PudgeStaffChat commands     children:       pudgestaffchat.chat: true       pudgestaffchat.chat.recieve: true   pudgestaffchat.chat:     description: Allows user to talk in PudgeStaffChat     children:       pudgestaffchat.chat.recieve: true     default: false   pudgestaffchat.chat.recieve:     description: Allows user to recieve PudgeStaffChat messages     default: false