-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
triarry edited this page Aug 6, 2013
·
6 revisions
A Minecraft/Bukkit plugin made by triarry
- atalk.send: Required to send messages. Give this to all players who you want to have access to the plugin, including staff.
- atalk.update: Tells the player if an update is available. Should typically be given only to staff.
- atalk.staff: Puts this player on the staff list. THE PLAYER ALSO NEEDS TO BE IN THE CONFIG!
The following is the configuration of my plugin, in-depth.
#Config File for Atalk
#A Minecraft/Bukkit plugin made by triarry
#
#DO NOT CHANGE THIS LINE
version: 1.0
#
#triarry's github: https://github.com/triarry/Atalk
#
check-for-updates: true
staff:
members:
- triarry
- yourstaffhereandbelow
players:
mute:
[]
- /atalk - Show information about the plugin. No perms required.
- /atalk [question] - Sends a messages/question to all online staff. Can be used by anyone with atalk.send.
- /atalk [player] [response] - Sends a message to all online staff and the player specified. Can only be used by players with atalk.staff.
- /atalk mute [player] - Mutes a player from the Atalk channel. Can only be used by players with atalk.staff.
- /atalk unmute [player] - Unmutes a player from the Atalk channel. Can only be used by players with atalk.staff.