Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ===== EmeraldMarket 3.0 by Dragon252525 =====
- # === language ===
- # Select your language.
- # English = EN
- # Deutsch = DE
- # russkiy = RU
- #
- # === doNotOpenShopWhenSneaking ===
- # true = You can't open shops while sneaking.
- # false = You can open shops while sneaking.
- #
- # === allowedGameModes ===
- # GameModes that allow you to interact with ATMs/Shops.
- # Survival = 0
- # Creative = 1
- # Adventure = 2
- #
- # === startCredit ===
- # How much emeralds should players have on their bank account when they open it the first time?
- #
- # === notAllowedItems ===
- # Items that can't be added to shops.
- #
- # === IDsFromMods ===
- # 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:
- # IDsFromMods:
- # - 200
- # - 201
- language: EN
- doNotOpenShopWhenSneaking: true
- allowedGameModes:
- - 0
- startCredit: 0
- maxBuyPrice: 64
- maxSellPrice: 64
- maxAmount: 64
- notAllowedItems:
- - 119
- - 0
- - 34
- - 95
- - 133
- - 388
- IDsFromMods: []
- - 9090
- - 9091
- - 9092
- - 4459
- - 4458
- - 4457
- - 4456
- - 4455
- - 4454
- - 4453
- - 4452
- - 4451
- version: 3.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement