Advertisement
Guest User

Language file

a guest
Feb 20th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.73 KB | None | 0 0
  1. # In this LANG (Language) file you will have the ability to use placeholders
  2. # Placeholders replace formatters into actual text in-game
  3. # Example: 'You have been killed by %player%!'  >>>>>  'You have been killed by MinecraftNoob353!'
  4. #
  5. # DISCLAIMER: You can only use the Placeholders that are already in the messages from the default
  6. #             LANG file that was auto-generated with the plugin.
  7.  
  8. command-generals:
  9.   no-permissions: '&cYou have got no permissions for this command!'
  10.   too-many-arguments: '&cYou have entered too many arguments!'
  11.   player-only: '&eThis is a player-only command!'
  12.  
  13. inventory:
  14.   inventory-full: '&cYour inventory is full! Please removee some items to make space.'
  15.  
  16. shop:
  17.   command-execution:
  18.     checking: '&7&oChecking for shops...'
  19.     already-exists: '&cYou have already got a shop!'
  20.     placed: '&aSuccesfully created a new shop!'
  21.   personal-shop:
  22.     item-transfer:
  23.       cancelled: '&aAdding item cancelled!'
  24.       added: '&aItem has succesfully been added!'
  25.       invalid-amount: '&cYou have entered an invalid number!'
  26.     renaming:
  27.       cancelled: '&aRenaming shop cancelled!'
  28.       renamed: '&aYou have succesfully changed the name of your shop to &r%shop_name%&a!'
  29.     receiving-rupees:
  30.       no-rupees: '&cYou do not have any rupees to receive!'
  31.       inventory-full: '&cYour inventory is full! Please removee some items to make space.'
  32.   buying:
  33.     not-enough-rupees: '&cYou do not have enough Rupees to purchase this item!'
  34.  
  35. scrolls:
  36.   command-execution:
  37.     received: '&aSuccesfully received a &5%scroll%&a!'
  38.   drag-and-drop:
  39.     one-scroll-only: '&cYou can only use one scroll at the time!'
  40.     failed: '&c* Scroll failed to apply *'
  41.     success '&a* Scroll applied *'
  42.  
  43. stats:
  44.   command-execution:
  45.     invalid-tier-number: '&cThe entered tier-value %tier% is not a number!'
  46.     invalid-quality: '&cThe entered quality type %quality% is invalid!'
  47.     received: '&aSuccesfully received a set of &6&l%quality% items with tier &6&l%tier%&a!'
  48.   equipment:
  49.     already-reloading: '&cThis weapon is already reloading!'
  50.     level-up: '&eYour tool has leveled up from level %old_level% to %new_level%!'
  51.  
  52. npc:
  53.   available-npcs-header: '&aAvailable NPCs:'
  54.   invalid-type: '&cThe entered NPC type '%type%' is invalid!'
  55.  
  56. lockpicking-chest:
  57.   command-execution:
  58.     placed: '&aSuccesfully saved the chest location!'
  59.   lockpicking:
  60.     no-picklock-equipped: '&cYou need a picklock in your hand to open this container!'
  61.     incorrect-combination: '&cOops! Wrong combination!'
  62.  
  63. resources:
  64.   command-execution:
  65.     respawn: '&aAll of the resources have been respawned'
  66.   on-break:
  67.     failed: '&cYou have failed to gather the resource.'
  68.     success: '&aYou have collected the resource!'
  69.  
  70. bank:
  71.   command-execution:
  72.     placed: '&aSuccesfully placed a new bank!'
  73.   rupee-transfer:
  74.     transfer-cancelled: '&aThe Rupee transfer has been cancelled!'
  75.     bank-note-transfer-cancelled: '&aThe Bank Note transfer has been cancelled!'
  76.     amount-too-high: '&cYou have entered a too low amount! Please raise the amount!'
  77.     amount-too-low: '&cYou have entered a too high amount! Please lower to get the right amount of rupees!'
  78.     invalid-amount: '&cYou have entered an invalid number!'
  79.  
  80. custom-mobs:
  81.   command-execution:
  82.     available-mobs-header: '&aAvailable mobs:'
  83.     invalid-type: '&cThe mob type &7%type% &cis invalid!'
  84.     invalid-entity-type: '&cThe entity type &7%type% &cis invalid!'
  85.     invalid-tier-number: '&cThe entered tier-value %tier% is not a number!'
  86.     invalid-armor-type: '&cThe armor type &7%type% &cis invalid!'
  87.     placed: '&aSuccesfully placed a &6%type% &aspawner!'
  88.  
  89. combat:
  90.   in-combat: '&7--> You are in combat! Do not logout!'
  91.   out-combat: '&7You are not in combat anymore! You can safely logout now.'
  92.  
  93. player-menu:
  94.   stealing:
  95.     cooldown: '&cYou will have to wait another &7%seconds% &cseconds to steal again!'
  96.     failed: '&cYou failed at stealing the item %item% from %player%.'
  97.     success: '&aYou stole %item% %amount% times from %player%'
  98.   trading:
  99.     invitation:
  100.       already-sent: '&cYou have already sent a trade invitation to &6%player%!'
  101.       sent: '&aYou have sent a trade invitation to &6%player%!'
  102.       received: '&6%player% &ahas sent you a trade invitation!'
  103.     trade:
  104.       player-in-trade: '&cYou can not interact with %player%, because you are currently trading!'
  105.       player-in-duel: '&cYou can not interact with %player%, because you are currently dueling!'
  106.       target-in-trade: '&cCan't interact with %player%, because this player is currently trading!'
  107.       target-in-duel: '&cCan't interact with %player%, because this player is currently dueling!'
  108.      
  109.       wrong-trade-button: '&cYou can not click the trade button of someone else!'
  110.       wrong-inventory-clicked: '&cYou can not remove items from someone else their trading inventory!'
  111.       trading-inventory-full: '&cYour trading inventory is full! You can not add more items!'
  112.       not-enough-space: '&cOne of the players does not have enough space in their inventory!'
  113.       success: '&aSuccesfully finished trading with &6%player%&a!'
  114.   dueling:
  115.     invitation:
  116.       already-sent: '&cYou have already sent a duel invitation to &6%player%!'
  117.       sent: '&aYou have sent a duel invitation to &6%player%!'
  118.       received: '&6%player% &ahas sent you a duel invitation!'
  119.     duel:
  120.       started: '&aThe dual between you and &6%enemy% &ahas started!'
  121.       lost: '&cYou lost the duel against &7%enemy%&c!'
  122.       won: '&aYou won the duel against &6%enemy%&a!'
  123.  
  124. smithing:
  125.   no-hammer-equipped: '&cYou must have a Smithing Hammer in your hand to use the Anvil!'
  126.   not-enough-scraps: '&cYou do not have enough scraps to craft this item!'
  127.   failed: '&cYou have failed smithing this item!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement