Facebook
From Smelly Wigeon, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 203
  1. # config file...
  2. FORMAT:
  3.   MESSAGE:
  4.     sender: '&7(To %GROUP_PREFIX%%PLAYER%&7) &7%MESSAGE%'
  5.     target: '&7(From %GROUP_PREFIX%%PLAYER%&7) &7%MESSAGE%'
  6. MESSAGE:
  7.   ONLY_PLAYER: This command can only be performed in game !
  8.   PLAYER_NOT_FOUND: '&cThis player is not online!'
  9.   TOGGLE_SOUND:
  10.     enabled: '&eMessaging sounds are now &aOn'
  11.     disabled: '&eMessaging sounds are now &cOff'
  12.   TOGGLE_PM:
  13.     toggled: '&cThis player has messages turned off'
  14.     enabled: '&eYou have turned private messages &aOn'
  15.     disabled: '&eYou have turned private messages &cOff'
  16.   IGNORE:
  17.     ADD: '&c%PLAYER% &ewill now not be able to send you any private message!'
  18.     REMOVE: '&eYou just removed &d%PLAYER% &efrom your ignore list !'
  19.     IGNORING: '&cThat player doesn''t want to receive any private message from you!'
  20.     IGNORE_BYPASS:
  21.       enabled: true
  22.       permission: pm.bypass
  23.       ignore_bypass_msg: '&cSorry ! &eBut you can''t ignore this player!'
  24.   USAGE:
  25.   - '&7&l&m-------------------------------------------'
  26.   - '&4&lAnthraxHCF Network &7- &eHelp information'
  27.   - '&7&l&m-------------------------------------------'
  28.   - '&9Useful Commands:'
  29.   - '&e/msg <player> <message> &7- &7Send a private message'
  30.   - '&e/r <message> &7- &7Reply to a message'
  31.   - '&e/ignore <player> &7- &7Ignore a player'
  32.   - '&e/togglepm &7- &7Toggle private message'
  33.   - '&e/togglesound &7- &7Toggle sound notification'
  34.   - '&7&l&m-------------------------------------------'
  35. OTHER:
  36.   PM_SOUND: ORB_PICKUP
  37.