Skip to content
triarry edited this page Aug 6, 2013 · 6 revisions

Atalk; Permissions, Configuration, and Commands

A Minecraft/Bukkit plugin made by triarry

triarry's GitHub

Permissions:

  • 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!

Configuration

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:
      []

Commands

  • /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.

Clone this wiki locally