Sobky

Coupon - Locale - EN.yml

Jun 3rd, 2023 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.12 KB | Gaming | 0 0
  1. Prefix: "&3&lCoupon &9\u2771"
  2.  
  3. Errors:
  4.   Reload:
  5.     Options: "&cA critical error occurred! Check options file! Disabling plugin..."
  6.   Inventory:
  7.     Full: "&cThere is not enough space in your inventory!\n&9\u25CF &7Please make space to claim rewards!"
  8.   CouponCodeRepository:
  9.     CouponCode:
  10.       Undefined: "Undefined"
  11.       Key:
  12.         Pattern: "&cCode &9{value} &ccontains not allowed chars!\n&9\u25CF &7Allowed chars &9\u00BB &3{pattern}\n &2\u2022 &7Any Letters or Digits or Underscore or Hyphen\n &2\u2022 &7Max length 32 characters"
  13.         Exists: "&cCode already exists!"
  14.   CouponCode:
  15.     NotExist: "&cCode &9{coupon_code_key} &cdoes not exist!"
  16.     Activity:
  17.       INACTIVE: "&cCode &9{coupon_code_key} &cdoes not exist!"
  18.       EXPIRED: "&cCode &9{coupon_code_key} &chas expired!"
  19.     MaxUsageCount: "&cTotal usages of Code &9{coupon_code_key} &chas been reached!"
  20.     Already: "&cCode &9{coupon_code_key} &chas been already applied!"
  21.     Restriction:
  22.       Player: "&cCode &9{coupon_code_key} &cis not assigned to your account!"
  23.     SubCouponCode: "&cCannot apply Code &9{coupon_code_key} &cbefore haven't applied sub-codes!"
  24.     Reward:
  25.       Lack: "&cLack of Rewards for this Code!\n&9\u25CF &7Please contact staff to resolve this problem."
  26.       Probability: "&cIncorrect setup of rewards!\n&9\u25CF &7Cannot select random reward"
  27.     Lack: "&cLack of Codes."
  28.   Figure:
  29.     NotFound: "&cNo ArmorStand found in your range!"
  30.     NotExist: "&cFigure has not been placed, yet!"
  31.     Mode: "&cFigure's mode &9{mode} &cdoes not exist!"
  32.   Statistic:
  33.     Request:
  34.       Target:
  35.         Format:
  36.           UUID: "&cInvalid &9UUID&7!"
  37.           Nick: "&cInvalid &9Nick&7!"
  38.   Player:
  39.     Key:
  40.       Pattern: "&cPlayer's name &9{value} &ccontains not allowed chars!\n&9\u25CF &7Allowed chars &9\u00BB &3{pattern}\n &2\u2022 &7Any Letters or Digits or Underscore\n &2\u2022 &7Max length 16 characters"
  41.  
  42. Success:
  43.   Help:
  44.     Player:
  45.      - "&3&lCoupon &9\u2771 &7Basic commands"
  46.       - "&9\u25CF &7Apply &9\u00BB &3/coupon apply [Code]"
  47.       - "&9\u25CF &7Info &9\u00BB &3/coupon info"
  48.     Admin:
  49.      - "&3&lCoupon &9\u2771 &7Admin commands"
  50.       - "&9\u25CF &7Admin Info &9\u00BB &3/coupon info admin"
  51.       - "&9\u25CF &7Create Code &9\u00BB &3/coupon create [Code]"
  52.       - "&9\u25CF &7Figure operations &9\u00BB &3/coupon figure <Place/Find/Remove>"
  53.       - "&9\u25CF &7Reload &9\u00BB &3/coupon reload <[All]/Locale/Options>"
  54.       - "&9\u25CF &7Settings &9\u00BB &3/coupon settings"
  55.       - "&9\u25CF &7Statistics &9\u00BB &3/coupon statistics remove <All/Player>"
  56.   Reload:
  57.     All: "&7Whole plugin successfully reloaded!"
  58.     Locale: "&7Localization and it's dependencies successfully reloaded!"
  59.     Options: "&7Options and it's dependencies successfully reloaded!"
  60.   Statistic:
  61.     Request:
  62.       Target:
  63.         Search: "&7Searching the player..."
  64.       Remove:
  65.         All:
  66.           Head: "&7Removing all statistics of the whole plugin..."
  67.           Callback: "&7All statistics were removed."
  68.           CouponCode:
  69.             Head: "&7Removing &9Coupon &7statistics from Code &9{coupon_code_key}&7..."
  70.             Callback: "&7Statistics from Code &9{coupon_code_key} &7were removed."
  71.         Player:
  72.           Head: "&7Removing &9Coupon &7statistics of player &9{player}&7..."
  73.           Callback: "&7Statistics of player &9{player} &7were removed."
  74.           CouponCode:
  75.             Head: "&7Removing &9Coupon &7statistics from Code &9{coupon_code_key} &7of player &9{player}&7..."
  76.             Callback: "&7Statistics from Code &9{coupon_code_key} &7of player &9{player} &7were removed."
  77.   CouponCode:
  78.     Apply:
  79.       Header: "&7Applying Code &9{coupon_code_key}&7!"
  80.       Line: "&9\u25CF &7Claiming reward &9\u00BB &3{reward_name}"
  81.   Figure:
  82.     Placed: "&7Figure successfully placed!"
  83.     Found: "&7Figure successfully linked with found ArmorStand!"
  84.     Remove: "&7Figure successfully removed!"
  85.     Mode: "&7Figure's mode has been changed to &9{mode}&7!"
  86.  
  87. State:
  88.   CouponCode:
  89.     INACTIVE: "&eInactive"
  90.     ACTIVE: "&aActive"
  91.     EXPIRED: "&cExpired"
  92.  
  93. Hologram:
  94.   Figure:
  95.    - "&3&lCoupon Manager"
Add Comment
Please, Sign In to add comment