Advertisement
Guest User

Untitled

a guest
Nov 14th, 2020
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.61 KB | None | 0 0
  1. PREFIX: '&4Christmas &a> '
  2. LANG:
  3.   CONSOLE: Console
  4. TIME:
  5.   NOW: now
  6.   LESSTHAN: less than %time%
  7.   YEARS:
  8.     SINGULAR: year
  9.     PLURAL: years
  10.   MONTHS:
  11.     SINGULAR: month
  12.     PLURAL: months
  13.   WEEKS:
  14.     SINGULAR: week
  15.     PLURAL: weeks
  16.   DAYS:
  17.     SINGULAR: day
  18.     PLURAL: days
  19.   HOURS:
  20.     SINGULAR: hour
  21.     PLURAL: hours
  22.   MINUTES:
  23.     SINGULAR: minute
  24.     PLURAL: minutes
  25.   SECONDS:
  26.     SINGULAR: second
  27.     PLURAL: seconds
  28. MSG:
  29.   INGAMEONLY: This command can be used only in the game.
  30.   ERROR: An error occured when executing this command.
  31.   NOACCESS: You don't have access to do this.
  32.   PLAYERONLY: This command can be used only in the game.
  33.   INVALIDTIME: Invalid time format specified.
  34.   INVALIDPLAYER: Invalid player name specified.
  35.   INVALIDAMOUNT: Invalid amount specified.
  36.   USAGE:
  37.     CHRISTMAS: 'Invalid command usage. Correct usage: /christmas <start|stop|reload>'
  38.     CRACKER: 'Invalid command usage. Correct usage: /cracker <list|get|give>'
  39.     SUBCOMMAND: 'Invalid command usage. Correct usage: %usage%'
  40.   CRACKER:
  41.     DISABLED: Crackers are disabled by administrator.
  42.     INVALIDCRACKER: Invalid cracker specified.
  43.     LIST: 'Available crackers: %crackers%'
  44.     GET:
  45.       SINGLEONLY: You can get only one cracker at a time.
  46.       RECEIVED: You received %amount% x %cracker%.
  47.     GIVE:
  48.       GIVEN: You gave %amount% x %cracker% to %player%.
  49.       GIVENBY: You received %amount% x %cracker%.
  50.   CHSRISTMAS:
  51.     INVALIDEVENT: Invalid event name specified.
  52.   CHRISTMAS:
  53.     SANTA:
  54.       NOLIBSDIGUISES: Santa event is disabled due to no LibsDisguises plugin found.
  55.       INVALIDLOCATION: Invalid or missing santa spawn location specified.
  56.       GIFT: Santa has just dropped a gift!
  57.     RELOAD:
  58.       RELOADED: Configuration reloaded!
  59.     START:
  60.       ALREADYRUNNING: The %event% event is already in progress.
  61.       NORANDOMLOCATIONS: Can't start the event in random locations. There are no locations
  62.         set in config.yml.
  63.       SANTA:
  64.         STARTED:
  65.           STARTED: You have started the Santa Claus event for %time%.
  66.           BROADCAST: Santa Claus event has started! Santa is in %world% at x=%x%,
  67.             y=%y%, z=%z%, he'll be waiting for %time%.
  68.     STOP:
  69.       NOTRUNNING: The %event% event isn't running.
  70.       SANTA:
  71.         STOPPED:
  72.           STOPPED: You have stopped the Santa Claus event.
  73.           BROADCAST: The Santa Claus event is over, he'll see you next time!
  74.   ADVENTCALENDAR:
  75.     CANTCLAIM:
  76.       EXPIRED: You can't claim gifts from previous days.
  77.       UPCOMING: This gift isn't unlocked yet.
  78.       CLAIMED: You have already claimed this gift.
  79.       UNAVAILABLE: This gift is unavailable.
  80.     CLAIM:
  81.       ENCHANT:
  82.         CANNOTAPPLY: Enchantment %enchantment% cannot be applied to the item you're
  83.           holding.
  84.         ALREADYAPPLIED: This item already has %enchantment% applied.
  85.         MAX: This item already has the maximum amount of enchantments (%amount%).
  86.       ITEM:
  87.         FULLINVENTORY: You don't have enough free space in your inventory.
  88.       PERMISSION:
  89.         DISABLED: Permissions are disabled, please contact an administrator.
  90.         ALREADYHAVE: You already have the %permission% permission.
  91.       CLAIMED: You have claimed the day %day% gift.
  92.       CLAIMEDBROADCAST: '%player% has claimed the advent calendar day %day% gift.'
  93.     NOTIFICATION: You haven't claimed today's gift from the advent calendar.
  94.     NOTDECEMBER: You can claim gifts only in December.
  95.     RESET:
  96.       PLAYER:
  97.         ALL: You have reset the advent calendar for %player%.
  98.         DAY: You have reset day %day% in advent calendar for %player%.
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement