Nyqi

ecoDrop, https://www.spigotmc.org/resources/ecodrop.6278/

Sep 4th, 2015
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.86 KB | None | 0 0
  1. # ecoDrop, language.yml: https://www.spigotmc.org/resources/ecodrop.6278/
  2.  
  3. pickupMoney:
  4.   chat: '&7You picked up &b%moneyReward% %currencySymbol%&7!'
  5.   title: '&7You picked up:%nextLine%&b%moneyReward% %currencySymbol%&7'
  6.   action: '&7You picked up &b%moneyReward% %currencySymbol%&7!'
  7. fineMoney:
  8.   chat: '&7Your &c%moneyFine% %currencySymbol% &7have been taken as fine for this!'
  9.   title: '&7You have been fined:%nextLine%&c%moneyFine% %currencySymbol%&7'
  10.   action: '&7Your &c%moneyFine% %currencySymbol% &7have been taken as fine for this!'
  11. stealMoney:
  12.   chat: '&b%player% &7stole yours &b%money% %currencySymbol%&7.'
  13.   title: '&b%player%%nextLine%&7Stole yours &b%money% %currencySymbol%&7!'
  14.   action: '&b%player% &7stole yours &b%money% %currencySymbol%&7.'
  15. insufficientFundsForPvp: '&cYou have no money for attacking players! Minimum amount of money is &7%minimalMoney% %currencySymbol%&c.'
  16. pvpTargetHaveNoMoney: '&cThat target have no money, so you can''t attack him! Minimum
  17.   amount of money is &7%minimalMoney% %currencySymbol%&c.'
  18. youAndTargetHaveNoMoneyForPvp: '&cYou and target have no money for attacking players! Minimum amount of money is &7%minimalMoney% %currencySymbol%&c.'
  19. noPermission: '&cYou don''t have permission to use this!'
  20. successfullyReloaded: '&bSuccessfully reloaded all configs from disk!'
  21. youHaveDropped: '&7You have dropped &b%amount% %currencySymbol% &7on the ground!'
  22. onlyPlayer: '&cThat command can be used only as player!'
  23. orUseLocation: '&cIf you want to use it as CONSOLE you must specify target location, see /ed Help.'
  24. worldMissing: '&cWorld &7%specifiedWorld%&c that you specified doesn''t exist!'
  25. onlyNumericLocation: '&cSpecified X, Y, Z must be numeric!'
  26. successfullyCleared: '&7Successfully cleared all money drops.'
  27. updateFound: '&7Found update for &becoDrop&7, version: &b%version%&7 you can download it here: &b%downloadUrl%&7!'
  28. noNewVersion: '&7There is no new version of this plugin.'
  29. blockLoggingEnabled: '&7Block logging is now enabled for you (as default).'
  30. blockLoggingDisabled: '&7Block logging is now disabled, block placed by you can now drop rewards.'
  31. eventMultiplierMustBeNumeric: '&7Multiplier must be &bnumeric&7 value!'
  32. eventDurationMustBeNumeric: '&7Duration must be &bnumeric&7 value.'
  33. eventIsAlreadyNormal: '&7Event is already on &bnormal&7 value!'
  34. eventMultiplierMustBeBiggerThanZero: '&7Event multiplier must be bigger than &b0.0&7!'
  35. eventInvalidDate: '&7It seems like you have entered wrong date value! Example of date value: &b%exampleDate%&7.'
  36. eventFirstSetupEvent: '&7First you must setup event! Check &b/ed Event Start&7.'
  37. eventAddedEndDate: '&7Successfully added end date to &b%endDate%&7.'
  38. eventReplacedEndDate: '&7Successfully replaced end date from &b%oldEndDate%&7 to &b%newEndDate%&7.'
  39. eventDurationSet: '&7Successfully added event with start date &b%startDate%&7 and &b%multiplier%&7 multiplier.'
  40. eventWillStart: "&7Multiplier event will start on &b%date%&7 with &b%multiplier%× &7 multiplier."
  41. eventWillEnd: '&7This multiplier event will end on &b%date%&7.'
  42. eventYouNeedToEndIt: '&7Event multiplier is currently active or planned to future, you need to end it before you can setup new!%breakLine%&7Run &b/ed Event End &7command to stop current event.'
  43. eventStarted: "&b&lMULTIPLIER EVENT JUST STARTED!%breakLine%&7You can now get &b%eventMultiplier%× &7 better money rewards!"
  44. eventEnded: '&c&lMULTIPLIER EVENT JUST ENDED!'
  45. eventActivatedJoin: "&b&lMULTIPLIER EVENT IS ACTIVE!%breakLine%&7You can get &b%eventMultiplier%× &7 better money rewards!"
  46. 'yes': 'Yes'
  47. 'no': 'No'
  48. mobRewardsList:
  49.   title: '&7&lEntity rewards list (hover for more info):'
  50.   beforeListChar: '&7 - '
  51.   entitiesColors: '&b'
  52.   commaColors: '&7'
  53.   hoverTooltip:
  54.  - '&7Entity:'
  55.   - '&7 - &b%entityName%'
  56.   - '&7Minimal reward:'
  57.   - '&7 - &b%minimalReward%%currencySymbol%'
  58.   - '&7Maximal reward:'
  59.   - '&7 - &b%maximalReward%%currencySymbol%'
  60.   - '&7Percentage chance:'
  61.   - '&7 - &b%percentageChance%%'
  62.   - '&7Enabled:'
  63.   - '&7 - &b%enabled%'
  64. blockRewardsList:
  65.   title: '&7&lBlock rewards list (hover for more info):'
  66.   beforeListChar: '&7 - '
  67.   entitiesColors: '&b'
  68.   commaColors: '&7'
  69.   hoverTooltip:
  70.  - '&7Block:'
  71.   - '&7 - &b%blockName%'
  72.   - '&7Minimal reward:'
  73.   - '&7 - &b%minimalReward%%currencySymbol%'
  74.   - '&7Maximal reward:'
  75.   - '&7 - &b%maximalReward%%currencySymbol%'
  76.   - '&7Percentage chance:'
  77.   - '&7 - &b%percentageChance%%'
  78.   - '&7Enabled:'
  79.   - '&7 - &b%enabled%'
  80. mythicMobsRewardsList:
  81.   title: '&7&lMythic mobs rewards list (hover for more info):'
  82.   beforeListChar: '&7 - '
  83.   entitiesColors: '&b'
  84.   commaColors: '&7'
  85.   hoverTooltip:
  86.  - '&7Block:'
  87.   - '&7 - &b%entityName%'
  88.   - '&7Minimal reward:'
  89.   - '&7 - &b%minimalReward%%currencySymbol%'
  90.   - '&7Maximal reward:'
  91.   - '&7 - &b%maximalReward%%currencySymbol%'
  92.   - '&7Percentage chance:'
  93.   - '&7 - &b%percentageChance%%'
  94.   - '&7Enabled:'
  95.   - '&7 - &b%enabled%'
Add Comment
Please, Sign In to add comment