Advertisement
Guest User

cfg

a guest
Oct 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. ########################################################################################################################
  2. # ______ _______ _______ _______ _______ _______ __________________ _______ _______
  3. # |\ /|( __ \ ( ____ \|\ /| ( ____ )( ____ )( ___ )( ____ \\__ __/\__ __/( ____ \( ____ \
  4. # | ) ( || ( \ )| ( \/| ) ( | | ( )|| ( )|| ( ) || ( \/ ) ( ) ( | ( \/| ( \/
  5. # | | | || | ) || (__ | | | | _____ | (____)|| (____)|| (___) || | | | | | | | | (__
  6. # | | | || | | || __) ( ( ) )(_____)| _____)| __)| ___ || | | | | | | | | __)
  7. # | | | || | ) || ( \ \_/ / | ( | (\ ( | ( ) || | | | | | | | | (
  8. # | (___) || (__/ )| (____/\ \ / | ) | ) \ \__| ) ( || (____/\ | | ___) (___| (____/\| (____/\
  9. # (_______)(______/ (_______/ \_/ |/ |/ \__/|/ \|(_______/ )_( \_______/(_______/(_______/
  10. #
  11. # _______ _______ _______ _________ _______ _ __ _______
  12. # |\ /|( ____ \( ____ )( ____ \\__ __/( ___ )( ( /| / \ ( __ )
  13. # | ) ( || ( \/| ( )|| ( \/ ) ( | ( ) || \ ( | \/) ) | ( ) |
  14. # | | | || (__ | (____)|| (_____ | | | | | || \ | | | | | | / |
  15. # ( ( ) )| __) | __)(_____ ) | | | | | || (\ \) | | | | (/ /) |
  16. # \ \_/ / | ( | (\ ( ) | | | | | | || | \ | | | | / | |
  17. # \ / | (____/\| ) \ \__/\____) |___) (___| (___) || ) \ | __) (_ _ | (__) |
  18. # \_/ (_______/|/ \__/\_______)\_______/(_______)|/ )_) \____/(_)(_______)
  19. #
  20. ########################################################################################################################
  21. config:
  22. start_points: 1000
  23.  
  24. items:
  25. unranked:
  26. item: IRON_SWORD
  27. slot: 0
  28. name: "&8>> &6Unranked PPM &8<<"
  29. ranked:
  30. item: DIAMOND_SWORD
  31. slot: 1
  32. name: "&8>> &6Ranked PPM &8<<"
  33. queue:
  34. item: REDSTONE
  35. slot: 4
  36. name: "&8>> &cOpusc kolejke &8<<"
  37. save_eq:
  38. item: REDSTONE_COMPARATOR
  39. slot: 8
  40. name: "&8>> &6Zapis EQ &8<<"
  41.  
  42. messages:
  43. death: "&8>> &6{PLAYER} &7zabil &4{DEATH_PLAYER} &8<<" #{PLAYER} | {DEATH_PLAYER} | {POINTS_PLAYER} | {POINTS_DEATH_PLAYER}#
  44. quit: "&8>> &cTwoj przeciwnik opuscil serwer! &8<<" #{PLAYER} | {QUIT_PLAYER} | {POINTS_PLAYER} | {POINTS_QUIT_PLAYER}#
  45. save_eq: "&8>> &7Pomyslnie zapisano ekwipunek na arenie &6{ARENA}&7! &8<<" #{PLAYER} | {ARENA}#
  46. queue_quit: "&8>> &cOpusciles kolejke! &8<<" #{PLAYER} | {TIME}#
  47.  
  48. actionbar:
  49. queue: "&8>> &e{TIME} &8&8| &7W kolejce: &e{SIZE} &8<<" #{PLAYER} | {TIME} | {ARENA} | {SIZE}#
  50.  
  51. sidebar:
  52. free:
  53. title: "&8* &6&lPRACTICE &8*"
  54. elements:
  55. - ""
  56. - "&7Nick: &6{PLAYER}"
  57. - " "
  58. - "&7Zabojstwa: &6{KILLS}"
  59. - "&7Zgony: &6{DEATHS}"
  60. - "&7Punkty: &6{POINTS}"
  61. - "&7Zwyciestwa: &6{WINS}"
  62. - " "
  63. in_game:
  64. title: "&8* &6&lPRACTICE &8*"
  65. elements:
  66. - ""
  67. - "&7Nick: &6{PLAYER}"
  68. - " "
  69. - "&7Czas: &6{TIME}"
  70. - " "
  71.  
  72. #################
  73. debug_mode: true
  74. #################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement