Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. #Disable some heads here
  2. #They only will be removed on a database update or a server restart/reload
  3. disabled-heads:
  4. # - "Chorus Plant"
  5. # - "ID:7302"
  6. # - "TAG:Animals"
  7.  
  8.  
  9. #Disable categories here
  10. #They only will be removed on a database update or a server restart/reload
  11. disabled-categories:
  12. - ""
  13. - "custom2"
  14. - "online_players"
  15. - "custom3"
  16. # - "custom"
  17.  
  18. # Toggle for showing the info and suggestions buttons in the main inventory
  19. info-enabled: true
  20. suggest-enabled: true
  21.  
  22. # Toggle for chat search, if false it will ask you to do the command instead.
  23. use-chat-search: false
  24.  
  25. # Toggle for returning lore and name to the item when picked up
  26. return-name-on-pickup: true
  27.  
  28. #Change the messages here, you can use & to use colors.
  29. #buyMessage must contain %Item% and %price%
  30. #database can contain "%count%"
  31. messages:
  32. prefix: "&6&lBrutal&8&l> "
  33. database: "&4Head Database&8 %count% heads"
  34. search: "&4Head Search&8 %count% heads"
  35. page: "Page"
  36. price: "Price:"
  37. heads: "heads"
  38. head: "head"
  39. recentHeads: "Recently added"
  40. noPermissionToBuyLore: "&cNo Permission"
  41.  
  42. noPermission: "&cyou are not allowed to do that!"
  43. notEnoughMoney: "&cYou don't have enough money to do this!"
  44. buyMessage: "&aYou bought %item% &afor &2%price%"
  45. backToMenu: "&cBack to menu"
  46. lookingFor: "&eLooking for"
  47. clickToSearch: "&a&n&lClick here&b to search for heads"
  48. noHeadsFound: "&eNo heads found, try again!"
  49. moreSpecific: "&ePlease be more specific!"
  50. headsFound: "&eHeads found!"
  51. searchForHeads: "&cSearch for heads"
  52. pluginInfo: "&cPlugin info"
  53. pluginSuggest: "&cSuggest Heads"
  54. chatSearch: "&bType in your search input"
  55. databaseStillLoading: "&cDatabase is still loading, try again in a second!"
  56.  
  57. category-names:
  58. alphabet: "Alphabet"
  59. animals: "Animals"
  60. blocks: "Blocks"
  61. decoration: "Decoration"
  62. food_drinks: "Food & Drinks"
  63. humans: "Humans"
  64. humanoid: "Humanoid"
  65. miscellaneous: "Miscellaneous"
  66. monsters: "Monsters"
  67. plants: "Plants"
  68. custom: "Custom Server Heads"
  69. custom2: "Custom Server Heads 2"
  70. custom3: "Custom Server Heads 3"
  71. online_players: "Online Players"
  72.  
  73.  
  74. #Enable Economy here
  75. #If the price is 0 it won't show up!
  76. Economy-Enabled: false
  77. Economy-Currency: "$"
  78. #Type can be "item", "currency" or "playerpoints"
  79. Economy-Type: currency
  80. Economy-Item: gold_ingot
  81. #if ItemName equals "" then it accepts the item without any name
  82. Economy-ItemName: ""
  83.  
  84. alphabet-price: 100
  85. animals-price: 100
  86. blocks-price: 200
  87. decoration-price: 100
  88. food_drinks-price: 100
  89. humans-price: 100
  90. humanoid-price: 100
  91. miscellaneous-price: 100
  92. monsters-price: 100
  93. plants-price: 100
  94. custom-price: 1000
  95. custom2-price: 1000
  96. custom3-price: 1000
  97. online_players-price: 10
  98.  
  99. # you can set the category ID's here
  100.  
  101. alphabet-id: 164
  102. animals-id: 335
  103. blocks-id: 106
  104. decoration-id: 4151
  105. food_drinks-id: 22
  106. humans-id: 3996
  107. humanoid-id: 1530
  108. miscellaneous-id: 537
  109. monsters-id: 4187
  110. plants-id: 4982
  111. custom-id: 242
  112. custom2-id: 242
  113. custom3-id: 242
  114. online_players-id: 2669
  115.  
  116. # format= name: "base64"
  117. # do not use any ,'s in your name !
  118. # you can use uuid:[player-uuid] to use normal players their skins
  119. # tutorial: https://www.youtube.com/watch?v=upc4gOAQN5Y
  120. custom:
  121. Head Database: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTZjYzQ4NmMyYmUxY2I5ZGZjYjJlNTNkZDlhM2U5YTg4M2JmYWRiMjdjYjk1NmYxODk2ZDYwMmI0MDY3In19fQ=="
  122. Made by: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzg3Njg5ZjgzMzQzNmFhNzExYWJiZDQ1MTY4ODU2Nzc1YTJiMTE0NjU2Y2RmNGRjNWE2YzZmMWFmYWU1MjAifX19"
  123. Arcaniax: "uuid:4d3c1f2f71264d9b93ec01208a57188c"
  124. -: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWQ3YWJjNDM2ODI5MzA3MGRjYjE2ZTRmN2ZlMGMyMWM3MzE3MTIxOTllYjI3MmYyZmRiN2E2ZmU2OTZjYmYzIn19fQ=="
  125. Hosted by: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDVjNmRjMmJiZjUxYzM2Y2ZjNzcxNDU4NWE2YTU2ODNlZjJiMTRkNDdkOGZmNzE0NjU0YTg5M2Y1ZGE2MjIifX19"
  126. LordRazen: "uuid:8d0a41175a764b72a7dc67b555119fef"
  127. custom2:
  128. default custom 2 category: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWQ3YWJjNDM2ODI5MzA3MGRjYjE2ZTRmN2ZlMGMyMWM3MzE3MTIxOTllYjI3MmYyZmRiN2E2ZmU2OTZjYmYzIn19fQ=="
  129. custom3:
  130. default custom 3 category: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWQ3YWJjNDM2ODI5MzA3MGRjYjE2ZTRmN2ZlMGMyMWM3MzE3MTIxOTllYjI3MmYyZmRiN2E2ZmU2OTZjYmYzIn19fQ=="
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement