Advertisement
Disconsented

Untitled

Jun 19th, 2013
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. # ===== EmeraldMarket 3.0 by Dragon252525 =====
  2. # === language ===
  3. # Select your language.
  4. # English = EN
  5. # Deutsch = DE
  6. # russkiy = RU
  7. #
  8. # === doNotOpenShopWhenSneaking ===
  9. # true = You can't open shops while sneaking.
  10. # false = You can open shops while sneaking.
  11. #
  12. # === allowedGameModes ===
  13. # GameModes that allow you to interact with ATMs/Shops.
  14. # Survival = 0
  15. # Creative = 1
  16. # Adventure = 2
  17. #
  18. # === startCredit ===
  19. # How much emeralds should players have on their bank account when they open it the first time?
  20. #
  21. # === notAllowedItems ===
  22. # Items that can't be added to shops.
  23. #
  24. # === IDsFromMods ===
  25. # If you have a server with mods and you want to add some mod-blocks to your shops, you can add their IDs here like that:
  26. # IDsFromMods:
  27. # - 200
  28. # - 201
  29. language: EN
  30. doNotOpenShopWhenSneaking: true
  31. allowedGameModes:
  32. - 0
  33. startCredit: 0
  34. maxBuyPrice: 64
  35. maxSellPrice: 64
  36. maxAmount: 64
  37. notAllowedItems:
  38. - 119
  39. - 0
  40. - 34
  41. - 95
  42. - 133
  43. - 388
  44. IDsFromMods: []
  45. - 9090
  46. - 9091
  47. - 9092
  48. - 4459
  49. - 4458
  50. - 4457
  51. - 4456
  52. - 4455
  53. - 4454
  54. - 4453
  55. - 4452
  56. - 4451
  57.  
  58. version: 3.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement