Advertisement
herhor67

config

Nov 12th, 2014
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.07 KB | None | 0 0
  1.  ____      ___           __              
  2. /\  _ `\  /\_ \     __  /\ \__          
  3. \ \ \L\ \ \//\ \   /\_\ \ \ ,_\   ____    
  4.  \ \  _ <\  \ \ \  \/\ \ \ \ \/  /\_ ,`\  
  5.   \ \ \L\ \  \ \ \_ \ \ \ \ \ \_ \/_/  /_
  6.    \ \____/  /\____\ \ \_\ \ \__\  /\____\
  7.     \/___/   \/____/  \/_/  \/__/  \/____/
  8.  
  9. # prefix before names of arenas #
  10. arenas-prefix: 'blitz'
  11.  
  12. # SIGNS #
  13. # 1st line of every sign #
  14. signs:
  15.     line1: '&4&lBlitz'
  16.     line2-shop: 'sklep'
  17.  
  18. # MENU #
  19. # names of menus #
  20. # simply type || to create new line (only in lore) #
  21. menu:
  22.     menu-name: '&0&lBlitz SG | Menu'
  23.     shop-name: '&0&lBlitz SG | Klasy'
  24.  
  25. # gold coin's name / use (BALANCE) as player's balance #
  26.     coin-name '&6Monety: &e(BALANCE)'
  27.  
  28. # name of item redirecting to basic classes #
  29.     basic-item-name: '&2Ulepszenia podstawowych klas'
  30.  
  31. # name of item redirecting to super classes #
  32.     super-item-name: '&2Ulepszenia super klas'
  33.  
  34. # lore of item redirecting to basic classes #
  35.     basic-item-lore: '&aUlepsz swoje klasy!'
  36.  
  37. # lore of item redirecting to super classes #
  38.     super-item-lore: '&aUlepsz swoje klasy!'
  39.  
  40. # name of item redirecting to main menu #
  41.     back-item-name: '&6Powrót'
  42.  
  43. # lore of item redirecting to main menu #
  44.     back-item-lore: '&eKliknij aby wrócić do menu'
  45.  
  46. # name of item closing menu #
  47.     close-item-name: '&4Zamknij'
  48.  
  49. # lore of item closing menu #
  50.     close-item-lore: '&cKliknij aby zamknąć menu'
  51.  
  52. # lore of item upgrading classes #
  53. # use (CLASSLVL) as level of player's class #
  54. # use (CLASSNAME) as name of class #
  55. # use (CLASSCOLOR) as color of rank #
  56. # use (COST) as cost of class #
  57.    item-lore: '&cUlepsz klasę na wyższy poziom||Obecny poziom to: (CLASSLVL)||&cKoszt: (CLASSCOLOR)(COST)'
  58.  
  59.  
  60. # CLASSES #
  61. # display nameS #
  62. classes:
  63.    display:
  64.        armorer: '&2&lPłatnerz'
  65.        meatmaster: '&4&lMistrz mięsa'
  66.        fisherman: '&3&lRybak'
  67.        speleologist: '&8&lGrotołaz'
  68.        archer: '&6&lŁucznik'
  69.        knight: '&7&lRycerz'
  70.        scout: '&a&lZwiadowca'
  71.        baker: '&6&lPiekarz'
  72. #------------------------------------#
  73.        astronaut: '&b&lAstronauta'
  74.        troll: '&1&lTroll'
  75.        creepertamer: '&a&lOswajacz creeperów'
  76.        wolftamer: '&7&lOswajacz wilków'
  77.        rogue: '&4&lŁotr'
  78.        slimeyslime: '&a&lSzlamiarz'
  79.        blaze: '&e&lOswajacz płomieni'
  80.        toxicologist: '&d&lToksykolog'
  81.        arachnologist: '&8&lPająkarz'
  82.        reddragon: '&4&lCzerwony Smok'
  83.        tim: '&4&lTim'
  84.        horsetamer: '&6&lOswajacz koni'
  85.        necromanter: '&8&lNekromanta'
  86.        snowman: '&f&lBałwan'
  87.  
  88. #------------------------#
  89. #        messages        #
  90. #------------------------#
  91. messages:
  92. # use (CLASSLVL) as level of player's class #
  93. # use (CLASSNAME) as name of class #
  94. # use (CLASSCOLOR) as color of rank #
  95. # use (COST) as cost of class #
  96. # use (BALANCE) as player's money #
  97.    succes: '&6Ulepszono klasę (CLASSNAME) &6na (CLASSCOLOR)(CLASSLVL)'
  98.    unsucces: '&cMasz za mało pieniędzy! &4(BALANCE)&6&l/&4(COST)&c!'
  99.    full: '&cTa klasa jest już ulepszona maksymalnie!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement