Advertisement
Guest User

dutiescorrectedmessagesyaml

a guest
Sep 29th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.62 KB | None | 0 0
  1. Client:
  2.   Enabled: '&aDuty mode enabled! Use /dutymode to disable.'
  3.   Disabled: '&cDuty mode disabled! Use /dutymode to enable.'
  4.   Fail:
  5.     Enable: '&4Duty mode activation failed or interrupted!'
  6.     Disable: '&4Duty mode deactivation failed or interrupted!'
  7.     EnableForOtherPlayer: '&4Duty mode activation failed or interrupted for the requested player!'
  8.     DisableForOtherPlayer: '&4Duty mode deactivation failed or interrupted for the requested player!'
  9.   EnabledForOtherPlayer: '&aDuty mode enabled for the requested player!'
  10.   DisabledForOtherPlayer: '&cDuty mode disabled for the requested player!'
  11.   PlayerNotOnline: '&4The requested player is not online!'
  12.   Purged: '&cDuty mode statuses purged!'
  13.   MissingPermission: '&4You don''t have permissions to do that!'
  14.   CommandExtensionNotFound: '&4Couldn''t find command extension.'
  15.   Broadcast:
  16.     Enabled: '%PLAYER_NAME%&a went on duty.'
  17.     Disabled: '%PLAYER_NAME%&c went off duty.'
  18.   Reminder:
  19.     Login: '&9Notice that your joined on duty!'
  20.     ChestOpen: '&9Remember that you have duty mode on!'
  21.     ItemDrop: '&9Remember that you have duty mode on!'
  22.     ItemDropCancelled: '&4You are not allowed to drop items in dutymode!'
  23.     ChestOpenCancelled: '&4You are not allowed to open chests in dutymode!'
  24.   AlreadyOn: '&4Duty mode is already on.'
  25.   AlreadyOff: '&4Duty mode is already off.'
  26.   ErrorOccured: '&4An error occured while enabling duty mode.'
  27.   List: '&aStaff on duty: &f'
  28.   ListAll: '&aPlayers on duty: &f'
  29.   NoStaffOnDuty: '&cThere is currently no staff on duty.'
  30.   NoPlayersOnDuty: '&cThere is currently no players on duty.'
  31.   BroadcastsShown: '&eNow broadcasting status updates!'
  32.   BroadcastsHidden: '&9No longer broadcasting status updates!.'
  33.   BroadcastsShownForPlayer: '&eThe requested player is now broadcasting status updates!'
  34.   BroadcastsHiddenForPlayer: '&9The requsted player is no longer broadcasting status updates!'
  35.   BroadcastsAlreadyShown: '&4You are already broadcasting status updates!'
  36.   BroadcastsAlreadyHidden: '&4You are already not broadcasting status updates!'
  37.   BroadcastsAlreadyShownForPlayer: '&4The requested player is already broadcasting status updates!'
  38.   BroadcastsAlreadyHiddenForPlayer: '&4The requested player is already not broadcasting status updates!'
  39.   Tag: '&6[&e&oDuties&6]&f '
  40. Server:
  41.   Enabled: 'Duty mode enabled for player %PLAYER_NAME%.'
  42.   Disabled: 'Duty mode disabled for player %PLAYER_NAME%.'
  43.   Fail:
  44.     Enable: 'Failed to enable duty mode for player %PLAYER_NAME%.'
  45.     Disable: 'Failed to disable duty mode for player %PLAYER_NAME%.'
  46.   IngamePlayersOnly: 'This command is only avaible for in-game player.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement