Advertisement
Guest User

TreasureHunt - language.yml

a guest
Jul 14th, 2017
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.13 KB | None | 0 0
  1. # Language file for TreasureHunt
  2. # Created by KevinNovak
  3.  
  4. chestSpawned: '&e[&6TreasureHunt&e] &fWord of {RARITY} treasure spreads across the land!'
  5. announceTime: '&e[&6TreasureHunt&e] &fA {RARITY} chest will disappear in &7{TIME}&f!'
  6. chestDespawned: '&e[&6TreasureHunt&e] &fA {RARITY} chest has faded without being found!'
  7. chestFound: '&e[&6TreasureHunt&e] &b{PLAYER} &fhas struck {RARITY} treasure!'
  8.  
  9. closestPlayer: '&7You are the closest player to a treasure chest.'
  10. notClosestPlayer: '&7You are no longer the closest player to a treasure chest.'
  11. chestSpawnFailed: '&cFailed to spawn a treasure chest after max attempts.'
  12. tooManyChests: '&cThe maximum number of chests are already spawned!'
  13. alreadyFound: '&7This chest has already been found by &b{PLAYER}&7!'
  14. despawnedAllChests: '&7Despawned all chests.'
  15. noSpawnedChests: '&cThere are no chests to despawn!'
  16. noPermission: '&cYou are not permitted to do this!'
  17.  
  18. huntItem:
  19.   sendDistance: '&7The closest chest is &6{DISTANCE} &7blocks away.'
  20.   anotherWorld: '&7The closest chest is in another world!'
  21.   noChests: '&7No word of treasure has been heard.'
  22.  
  23. commandMenu:
  24.   header: ' &e-------- &6Treasure Hunt &e- &6Commands &e--------'
  25.   command:
  26.     help: '&b/th help &7- View treasure hunt help.'
  27.     list: '&b/th list &7- Show available treasure chests.'
  28.     top: '&b/th top &7- Show top treasure hunters.'
  29.     start: '&b/th start &7- Start a treasure hunt.'
  30.     despawn: '&b/th despawn &7- Despawn all treasure chests.'
  31.   morePages: ' &7Type &6/th {PAGE} &7for more.'
  32.   noCommands: ' &7You are not allowed to use commands.'
  33.   footer: ' &e----------------------------------------'
  34.  
  35. help:
  36.   header: ' &e---------- &6Treasure Hunt &e- &6Help &e----------'
  37.   lines:
  38.  - ' &7To hunt for treasure, obtain a map and make'
  39.   - ' &7sure it is filled out. Hold the map and left click'
  40.   - ' &7to show the distance between you and the'
  41.   - ' &7closest treasure chest.'
  42.   morePages: ' &7Type &6/th help {PAGE} &7for more.'
  43.   footer: ' &e----------------------------------------'
  44.  
  45. chestList:
  46.   header: ' &e--------- &6Treasure Hunt &e- &6Chests &e---------'
  47.   chestLine: ' &8{RANK}. {RARITY} &8- &7{TIME}'
  48.   morePages: ' &7Type &6/th chests {PAGE} &7for more.'
  49.   noChests: ' &7No word of treasure has been heard.'
  50.   footer: ' &e----------------------------------------'
  51.  
  52. topHunters:
  53.   header: ' &e------- &6Treasure Hunt &e- &6Top Hunters &e-------'
  54.   hunterLine: ' &8{RANK}. &b{PLAYER} &8- &7{CHESTS} chests'
  55.   morePages: ' &7Type &6/th top {PAGE} &7for more.'
  56.   noHunters: '&7 No one has found a treasure!'
  57.   footer: ' &e----------------------------------------'
  58.  
  59. time:
  60.   day: 'day'
  61.   days: 'days'
  62.   hour: 'hour'
  63.   hours: 'hours'
  64.   minute: 'minute'
  65.   minutes: 'minutes'
  66.   second: 'second'
  67.   seconds: 'seconds'
  68.  
  69. console:
  70.   chestSpawned: 'A {RARITY} chest spawned at {LOCATION}.'
  71.   chestSpawnFailed: 'Failed to spawn a treasure chest after max attempts.'
  72.   announceTime: 'The {RARITY} chest at {LOCATION} will disappear in {TIME}.'
  73.   chestDespawned: 'The {RARITY} chest at {LOCATION} disappeared without being found.'
  74.   chestFound: '{PLAYER} found a {RARITY} treasure at {LOCATION}.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement