Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

SHOPGUI+ - problem z zakupem spawnera


KaktisXD

Rekomendowane odpowiedzi

Opublikowano

Dzień dobry,

mam problem z shopgui+ mianowicie:

Gdy chcę zakupić spawner nic się nie dzieje tak jakby serwer tego nie odczytywał - wywala błędy (w spoilerze dałem) dodam że reszta kategorii np. farma działa poprawnie!

 

Spoiler

org.bukkit.event.EventException

at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [server.jar:git-Spigot-db6de12-d3e0b6f]

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_141]

at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_141]

at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-d3e0b6f]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]

Caused by: java.lang.NoSuchMethodError: de.dustplanet.silkspawners.compat.api.NMSProvider.getSilkSpawnersNBTEntityID(Lorg/bukkit/inventory/ItemStack;)S

at net.brcdev.shopgui.provider.spawner.SpawnerSilkSpawnersProvider.getSpawnerEntityId(SpawnerSilkSpawnersProvider.java:23) ~[?:?]

at net.brcdev.shopgui.util.ItemUtils.compareItemStacks(ItemUtils.java:303) ~[?:?]

at net.brcdev.shopgui.util.InventoryUtils.canCarryItem(InventoryUtils.java:98) ~[?:?]

at net.brcdev.shopgui.listener.PlayerListener.handleBuy(PlayerListener.java:607) ~[?:?]

at net.brcdev.shopgui.listener.PlayerListener.onInventoryClick(PlayerListener.java:156) ~[?:?]

at sun.reflect.GeneratedMethodAccessor1019.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_141]

at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_141]

at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-d3e0b6f]

 

 

Tutaj jest kolejny błąd może łatwiejszy do rozgryzienia:

 

 

 

 

Spoiler

ava.lang.NoSuchMethodError: de.dustplanet.util.SilkUtil.newSpawnerItem(SLjava/lang/String;IZ)Lorg/bukkit/inventory/ItemStack;

at net.brcdev.shopgui.provider.spawner.SpawnerSilkSpawnersProvider.getSpawnerItem(SpawnerSilkSpawnersProvider.java:18) ~[?:?]

at net.brcdev.shopgui.util.ItemUtils.loadItemStackFromConfig(ItemUtils.java:86) ~[?:?]

at net.brcdev.shopgui.shop.ShopManager.loadShops(ShopManager.java:146) ~[?:?]

at net.brcdev.shopgui.ShopGuiPlugin.load(ShopGuiPlugin.java:170) ~[?:?]

at net.brcdev.shopgui.ShopGuiPlugin.onEnable(ShopGuiPlugin.java:128) ~[?:?]

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:741) [server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.Bukkit.reload(Bukkit.java:535) [server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [server.jar:git-Spigot-db6de12-d3e0b6f]

at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [server.jar:git-Spigot-db6de12-d3e0b6f]

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_141]

at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_141]

at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-d3e0b6f]

at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-d3e0b6f]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]

 

  • Biter. zmienił(a) tytuł na SHOPGUI+ - problem z zakupem spawnera
Opublikowano

Pokaż Twój config pluginu SHOPGUI+

Jeśli ci pomogłem to daj lajka ❤️ 

 

Opublikowano

Tutaj masz config:

 

Spoiler

database:
  #Database backend type, can be set to mysql or sqlite
  type: sqlite
  #MySQL database host
  mySQLHost: localhost
  #MySQL connection port number
  mySQLPort: 3306
  #MySQL database name
  mySQLDatabase: db
  #MySQL database user
  mySQLUser: root
  #MySQL user's password
  mySQLPassword: ""
  #MySQL table names
  tableNames:
    players: "players"

#Type of the economy which will handle all transactions. Valid values are EXP, VAULT (requires http://dev.bukkit.org/bukkit-plugins/vault/), MYSQL_TOKENS (requires https://www.spigotmc.org/resources/mysql-tokens.7535/), TOKEN_MANAGER (requires https://www.spigotmc.org/resources/tokenmanager.8610/)
economyType: VAULT
#Name of the main GUI
shopMenuName: "&8Menu sklepu"
#Size of the main GUI, valid values are 9, 18, 27, 36, 45 and 54
shopMenuSize: 27
#Define whether selling all with middle mouse button is enabled
enableSellAll: true
#Define whether the buy GUI with option to select quantity is enabled
enableBuyGUI: true
#Define whether the sell GUI with option to select quantity is enabled
enableSellGUI: true
#Define whether sell all button in SellGUI is enabled (enableSellGUI has to be enabled too)
enableSellGUISellAll: true
#Define whether after closing/buying/selling the shop GUI should be opened again
returnToShop: true
#Define whether the quick buy/sell option should be enabled (amount selection gui will stay open until player closes it)
quickBuySell: false
#Define whether lines containing the %buy% placeholder should be hidden for unbuyable items
hideBuyPriceForUnbuyable: true
#Define whether lines containing the %sell% placeholder should be hidden for unsellable items
hideSellPriceForUnsellable: true
#Define whether buy and sell buttons should be inverted (false - LMB buy, RMB sell / true - LMB sell, RMB buy)
invertBuySell: false
#Maximum amount of enchantments players can add to an item, set to -1 for no limit
maxEnchantments: 3
#Choose whether players should be able to buy enchantments only 1 level higher than current (eg. player has sword with Sharpness 1, they could buy only Sharpness 2)
limitEnchantmentLevelDiff: false
#Define whether the amount selection double click bug fix should be enabled
enableAmountSelectionFix: true
#Define whether players should be able to use sell all option to sell all their items (allowAllSellAllStackSizes = true) or only amount multiplied by the original stack size of the shop item (allowAllSellAllStackSizes = false)
allowAllSellAllStackSizes: false
#Define whether all prices should be rounded up, down, to the nearest whole number or not rounded (valid values are UP, DOWN, NEAREST and NONE)
roundPrices: none
#Define whether main menu (/shop command) should be disabled. The only way to access shops will be to use /shop <id> when you disable it.
disableMainMenu: false
#Choose if different messages should be sent when someone buy/sell items for $0 (MSG_ITEM_BOUGHTFREE, MSG_ITEM_SOLDFREE, MSG_ITEM_SOLDALLFREE)
useDifferentMessagesForFreeItems: true
#Choose if item names should have first letters of their names capitalized, for instance nether brick would become Nether Brick
capitalizeItemNames: true
#Choose the type of price modifiers. (BOTH (permission modifiers have higher priority than command-ones), COMMAND, PERMISSION)
priceModifiersType: BOTH
#Choose if the gui shall be closed after using the Sell All feature
closeGuiAfterSellAll: false
#Choose if bulk buy/sell guis should be opened immediately after clicking an item (enableBuyGUI and enableSellGUI have to be enabled as well and players need the bulk buy/sell permissions)
openBulkGuiImmediately: false
#Choose which items stack size should be capped at 16 inside the amount selection GUI so players can't buy eg. oversized ender pearl stacks
#Format is same as for regular items in shops.yml
itemStackSizeCappedAt:
  1:
    material: ENDER_PEARL
    size: 16
  2:
    material: SNOW_BALL
    size: 16
  3:
    material: SIGN
    size: 16
  4:
    material: EGG
    size: 16
  5:
    material: BUCKET
    size: 1
#Choose what gamemodes will prevent players from accessing shops. Valid values: ADVENTURE, CREATIVE, SPECTATOR, SURVIVAL
disableShopsInGamemodes:
  - ADVENTURE
  - CREATIVE
  - SPECTATOR
#Choose in which worlds players won't be able to access the shop. Same list format as disableShopsInGamemodes
disableShopsInWorlds: []
  
#Choose whether price modifiers should be displayed in percents instead of decimals (eg. 10% instead of 0.10), remember you will still have to use the decimal way in commands
displayPriceModifiersInPercents: true

#Choose whether the world-specific permission to access shops should be omitted when player has a shop opened with /shop [player] [shop name]
disableSudoWorldPermissionCheck: false

#Choose whether the shop-specific permission to access shops should be omitted when player has a shop opened with /shop [player] [shop name]
disableSudoShopPermissionCheck: false

#Format of item lores in shops, %buy% will be replaced with the buy price and %sell% with sell price
shopItemLoreFormat:
  #This lore will be applied to items
  item:
    - ""
    - "&c&l> &fKup za&8: &e$%buy%"
    - "&a&l> &fSprzedaj za&8: &e$%sell%"
    - ""
  #This lore will be applied to items in the buy GUI (when enableBuyGUI is set to true)
  itemBuyGUI:
    - "&c&l> &fKup za&8: &e$%buy%"  
  #This lore will be applied to items in the sell GUI (when enableSellGUI is set to true)
  itemSellGUI:
    - "&fSprzedaj za&8: &e$%sell%"
  #This lore will be applied to the sell all button in the sell GUI (when enableSellGUI and enableSellGUISellAll are set to true)
  itemSellGUISellAll:
    - "&a&l> &fSprzedaj za&8: &e$%sell%"
  #This one to permissions
  permission:
    - "&c&l> &fKup za&8: &e$%buy%"
  #And this one to enchantments
  enchantment:
    - "&c&l> &fKup za&8: &e$%buy%"
  #And the last one to commands
  command:
    - "&c&l> &fKup za&8: &e$%buy%"

#Logging settings
log:
  #Define whether transactions will be logged to the console/main server log
  toConsole: true
  #Define whether transactions will be logged to a separate log
  toFile: false
  #Date format of transactions (http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html)
  formatDate: "yyyy/MM/dd HH:mm:ss"
  #Log message for bought items
  formatBuy: "%player% bought %amount% x %item% for %price%$ from %shop% shop"
  #Log message for sold items
  formatSell: "%player% sold %amount% x %item% for %price%$ to %shop% shop"
  #Log message for sold all items
  formatSellAll: "%player% sold all %amount% x %item% for %price%$ to %shop% shop"

buttons:
  #"Go back button"
  goBack:
    item:
      #Material name, full list can be found here: http://wiki.brcdev.net/Materials
      material: BARRIER
      #Amount of the item
      amount: 1 
      #(optional) Data value, for example 1 for WOOD:1 means spruce wood planks
      damage: 0 
      #(optional) Custom name
      name: "&eWróc"
      #(optional) Lore, can contain multiple lines
      lore: 
        - ""
    #Slot in each shop's GUI
    slot: 49 
  #"Previous page" button
  previousPage:
    item:
      material: PAPER
      quantity: 1
      name: "&4<"
    slot: 45
  #"Next page" button
  nextPage:
    item:
      material: PAPER
      quantity: 1
      name: "&>"
    slot: 53

#Elements of the bulk buy GUI
amountSelectionGUIBulkBuy:
  #Size of the GUI, valid values are 9, 18, 27, 36, 45 and 54
  size: 18
  #Choose if buttons type should be replaced with the bought item's type
  replaceButtonsType: true
  #Buttons
  buttons:
    #"Buy 1 stack" button
    buy1:
      #When no material is specified it will be the type of the item being bought
      item:
        quantity: 1
        name: "&e1 Stak"
        lore:
          - "&c&l> &fKup za&8: &e$%buy%"
      #Value indicated the amount of stacks
      value: 1
      slot: 0
    #"Buy 2 stacks" button
    buy2:
      item:
        quantity: 2
        name: "&e2 Staki"
        lore:
          - "&c&l> &fKup za&8: &e$%buy%"
      value: 2
      slot: 1
    #"Buy 3 stacks" button
    buy3:
      item:
        quantity: 3
        name: "&e3 Staki"
        lore:
          - "&c&l> &fKup za&8: &e$%buy%"
      value: 3
      slot: 2
    #"Buy 4 stacks" button
    buy4:
      item:
        quantity: 4
        name: "&e4 Staki"
        lore:
          - "&c&l> &fKup za&8: &e$%buy%"
      value: 4
      slot: 3
    #"Buy 5 stacks" button
    buy5:
      item:
        quantity: 5
        name: "&e5 Stakow"
        lore:
          - "&c&l> &fKup za&8: &e$%buy%"
      value: 5
      slot: 4
    #"Buy 6 stacks" button
    buy6:
      item:
        quantity: 6
        name: "&e6 Stakow"
        lore:
          - "&c&l> &fKup za&8: &e$%buy%"
      value: 6
      slot: 5
    #"Buy 7 stacks" button
    buy7:
      item:
        quantity: 7
        name: "&e7 Stakow"
        lore:
          - "&c&l> &fKup za&8: &e$%buy%"
      value: 7
      slot: 6
    #"Buy 8 stacks" button
    buy8:
      item:
        quantity: 8
        name: "&e8 Stakow"
        lore:
          - "&c&l> &fKup za&8: &e$%buy%"
      value: 8
      slot: 7
    #"Buy 9 stacks" button
    buy9:
      item:
        quantity: 9
        name: "&e9 Stakow"
        lore:
          - "&c&l> &fKup za&8: &e$%buy%"
      value: 9
      slot: 8
    #"Cancel" button
    cancel:
      item:
        material: BARRIER
        quantity: 1
        name: "&eWroc"
      slot: 13
      
#Elements of the bulk buy GUI
amountSelectionGUIBulkSell:
  #Size of the GUI, valid values are 9, 18, 27, 36, 45 and 54
  size: 18
  #Choose if buttons type should be replaced with the sold item's type
  replaceButtonsType: true
  #Buttons
  buttons:
    #"Sell 1 stack" button
    sell1:
      #When no material is specified it will be the type of the item being bought
      item:
        quantity: 1
        name: "&e1 Stak"
        lore:
          - "&a&l> &fSprzedaj za&8: &e$%sell%"
      #Value indicated the amount of stacks
      value: 1
      slot: 0
    #"Sell 2 stacks" button
    sell2:
      item:
        quantity: 2
        name: "&e2 Staki"
        lore:
          - "&a&l> &fSprzedaj za&8: &e$%sell%"
      value: 2
      slot: 1
    #"Sell 3 stacks" button
    sell3:
      item:
        quantity: 3
        name: "&e3 Staki"
        lore:
          - "&a&l> &fSprzedaj za&8: &e$%sell%"
      value: 3
      slot: 2
    #"Sell 4 stacks" button
    sell4:
      item:
        quantity: 4
        name: "&e4 Staki"
        lore:
          - "&a&l> &fSprzedaj za&8: &e$%sell%"
      value: 4
      slot: 3
    #"Sell 5 stacks" button
    sell5:
      item:
        quantity: 5
        name: "&e5 Stakow"
        lore:
          - "&a&l> &fSprzedaj za&8: &e$%sell%"
      value: 5
      slot: 4
    #"Sell 6 stacks" button
    sell6:
      item:
        quantity: 6
        name: "6 Stakow"
        lore:
          - "&a&l> &fSprzedaj za&8: &e$%sell%"
      value: 6
      slot: 5
    #"Sell 7 stacks" button
    sell7:
      item:
        quantity: 7
        name: "&e7 Stakow"
        lore:
          - "&a&l> &fSprzedaj za&8: &e$%sell%"
      value: 7
      slot: 6
    #"Sell 8 stacks" button
    sell8:
      item:
        quantity: 8
        name: "&e8 Stakow"
        lore:
          - "&a&l> &fSprzedaj za&8: &e$%sell%"
      value: 8
      slot: 7
    #"Sell 9 stacks" button
    sell9:
      item:
        quantity: 9
        name: "&e9 Stakow"
        lore:
          - "&a&l> &fSprzedaj za&8: &e$%sell%"
      value: 9
      slot: 8
    #"Cancel" button
    cancel:
      item:
        material: BARRIER
        quantity: 1
        name: "&eWroc"
      slot: 13

#Elements of the regular buy/sell GUI
amountSelectionGUI:
  #Size of the GUI, valid values are 9, 18, 27, 36, 45 and 54
  size: 54
  #Slot of the item being bought/sold
  itemSlot: 22
  #Buttons
  buttons:
    #"Set to 1" button
    set1:
      item:
        material: STAINED_GLASS_PANE
        quantity: 1
        damage: 14
        name: "&cx1"
      slot: 18
    #"Remove 10" button
    remove10:
      item:
        material: STAINED_GLASS_PANE
        quantity: 10
        damage: 14
        name: "&c-10"
      slot: 19
    #"Remove 1" button
    remove1:
      item:
        material: STAINED_GLASS_PANE
        quantity: 1
        damage: 14
        name: "&c-1"
      slot: 20
    #"Add 1" button
    add1:
      item:
        material: STAINED_GLASS_PANE
        quantity: 1
        damage: 5
        name: "&a+1"
      slot: 24
    #"Add 10" button
    add10:
      item:
        material: STAINED_GLASS_PANE
        quantity: 10
        damage: 5
        name: "&a+10"
      slot: 25
    #"Set to 16" button
    set16:
      item:
        material: STAINED_GLASS_PANE
        quantity: 16
        damage: 5
        name: "&ax16"
      slot: 26
    #"Set to 64" button
    set64:
      item:
        material: STAINED_GLASS_PANE
        quantity: 64
        damage: 5
        name: "&ax64"
      slot: 26
    #"Confirm" button
    confirm:
      item:
        material: STAINED_GLASS_PANE
        quantity: 1
        damage: 13
        name: "&eKupuje!"  
      slot: 39
    #"Sell all" button
    sellAll:
      item:
        material: ANVIL
        quantity: 1
        name: "&eSprzedaj wszystko!"      
      slot: 40
    #"Buy more" button
    buyMore:
      item:
        material: DOUBLE_PLANT
        quantity: 1
        name: "&eKup wiecej!"      
      slot: 49
    #"Sell more" button
    sellMore:
      item:
        material: DOUBLE_PLANT
        quantity: 1
        name: "&eSprzedaj wiecej!"      
      slot: 49
    #"Cancel" button
    cancel:
      item:
        material: STAINED_GLASS_PANE
        quantity: 1
        damage: 14
        name: "&eAnuluje!"
      slot: 41
      
shopMenuItems:
  #Has to be unique, value doesn't matter
  
  2: 
    item:
      material: GRASS
      quantity: 1 
      damage: 0
      name: "&aBudownictwo"
      lore:
        - ""
    shop: "blocks" 
    slot: 10
  3: 
    item:
      material: DIAMOND
      quantity: 1
      damage: 0
      name: "&aGornictwo"
      lore:
        - ""
    shop: "ores" 
    slot: 11
  4:
    item:
      material: REDSTONE
      quantity: 1
      name: "&aRedStone"
      lore:
        - ""
    shop: "redstone"
    slot: 12
  5:
    item:
      material: 81
      quantity: 1
      name: "&aFarma"
      lore:
        - ""
    shop: "farming"
    slot: 13
  6:
    item:
      material: 367
      quantity: 1
      name: "&aLowca"
      lore:
        - ""
    shop: "drops"
    slot: 14
  7:
    item:
      material: MOB_SPAWNER
      quantity: 1
      name: "&aSpawnery"
      lore:
        - ""
    shop: "spawners"
    slot: 16
  8:
    item:
      material: 364
      quantity: 1
      name: "&aJedzenie"
      lore:
        - ""
    shop: "food"
    slot: 15
  Spacer1: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 0
  Spacer2: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 1
  Spacer3: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 2
  Spacer4: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 3
  Spacer5: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 5
  Spacer6: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 6
  Spacer7: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 7
  Spacer8: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 8
  Spacer9: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 9
  Spacer10: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 17
  Spacer11: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 18
  Spacer12: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 19
  Spacer13: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 20
  Spacer14: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 21
  Spacer15: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 22
  Spacer16: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 23
  Spacer17: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 24
  Spacer18: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 25
  Spacer19: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 26
  Spacer20: 
    item:
      material: STAINED_GLASS_PANE
      quantity: 1 
      damage: 15
      name: ""
      lore:
        - ""
    shop: "" 
    slot: 4
specialElements:
  balance:
    item:
      material: GOLD_NUGGET
      quantity: 5
      slot: 49
      name: "&ePortfel"
      lore:
        - "&7Tutaj znajduja sie twoje"
        - "&7srodki uzbierane w portfelu"
        - "&7obecnie posiadasz &a%balance%$"
 

 

Natomiast tutaj masz przedmioty które są w sklepie:

 

 

Spoiler

shops:
  blocks:
    name: "&e&lBloki"
    items:
      1:
        type: item
        item:
          material: GRASS
          quantity: 1
        buyPrice: 390
        sellPrice: 70
        slot: 10
      2:
        type: item
        item:
          material: DIRT
          quantity: 1
        buyPrice: 390
        sellPrice: 70
        slot: 11
      3:
        type: item
        item:
          material: GRAVEL
          quantity: 1
        buyPrice: 25
        sellPrice: 1.5
        slot: 12
      4:
        type: item
        item:
          material: COBBLESTONE
          quantity: 1
        buyPrice: 2
        sellPrice: 0.3
        slot: 13
      5:
        type: item
        item:
          material: MOSSY_COBBLESTONE
          quantity: 1
        buyPrice: 1
        sellPrice: -1
        slot: 14
      6:
        type: item
        item:
          material: STONE
          quantity: 1
        buyPrice: 3.5
        sellPrice: 0.4
        slot: 15
      7:
        type: item
        item:
          material: STONE
          quantity: 1
          damage: 1
        buyPrice: 5.2
        sellPrice: 2.5
        slot: 16
      8:
        type: item
        item:
          material: STONE
          quantity: 1
          damage: 3
        buyPrice: 5.2
        sellPrice: 2.5
        slot: 19
      9:
        type: item
        item:
          material: STONE
          quantity: 1
          damage: 5
        buyPrice: 5.2
        sellPrice: 2.5
        slot: 20
      10:
        type: item
        item:
          material: LOG
          quantity: 1
        buyPrice: 5
        sellPrice: 0.5
        slot: 21
      11:
        type: item
        item:
          material: LOG
          quantity: 1
          damage: 1
        buyPrice: 5
        sellPrice: 0.5
        slot: 22
      12:
        type: item
        item:
          material: LOG
          quantity: 1
          damage: 2
        buyPrice: 5
        sellPrice: 0.5
        slot: 23
      13:
        type: item
        item:
          material: LOG
          quantity: 1
          damage: 3
        buyPrice: 5
        sellPrice: 0.5
        slot: 24
      14:
        type: item
        item:
          material: LOG_2
          quantity: 1
        buyPrice: 5
        sellPrice: 0.5
        slot: 25
      15:
        type: item
        item:
          material: LOG_2
          quantity: 1
          damage: 1
        buyPrice: 5
        sellPrice: 0.5
        slot: 28
      16:
        type: item
        item:
          material: SNOW_BLOCK
          quantity: 1
        buyPrice: 20
        sellPrice: 2
        slot: 29
      17:
        type: item
        item:
          material: ICE
          quantity: 1
        buyPrice: 35
        sellPrice: 10
        slot: 30
      18:
        type: item
        item:
          material: PACKED_ICE
          quantity: 1
        buyPrice: 60
        sellPrice: 15
        slot: 31
      19:
        type: item
        item:
          material: SPONGE
          quantity: 1
        buyPrice: 1000
        sellPrice: 200
        slot: 32
      20:
        type: item
        item:
          material: SAND
          quantity: 1
        buyPrice: 500
        sellPrice: 5
        slot: 33
      24:
        type: item
        item:
          material: GLASS
          quantity: 1
        buyPrice: 20
        sellPrice: 3
        slot: 37
      25:
        type: item
        item:
          material: CLAY
          quantity: 1
        buyPrice: 15
        sellPrice: 2
        slot: 38
      28:
        type: item
        item:
          material: OBSIDIAN
          quantity: 1
        buyPrice: 250
        sellPrice: 5
        slot: 39
      29:
        type: item
        item:
          material: NETHERRACK
          quantity: 1
        buyPrice: 30
        sellPrice: 1
        slot: 40
      30:
        type: item
        item:
          material: GLOWSTONE
          quantity: 1
        buyPrice: 30
        sellPrice: 1
        slot: 41
      31:
        type: item
        item:
          material: SOUL_SAND
          quantity: 1
        buyPrice: 50
        sellPrice: 1
        slot: 42
      33:
        type: item
        item:
          material: ENDER_STONE
          quantity: 1
        buyPrice: 300
        sellPrice: 5
        slot: 43
      35:
        type: item
        item:
          material: BOOKSHELF
          quantity: 1
        buyPrice: 30
        sellPrice: 6
        slot: 34
      Spacer1:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 0
      Spacer2:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 1
      Spacer3:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 2
      Spacer4:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 3
      Spacer5:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 4
      Spacer6:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 5
      Spacer7:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 6
      Spacer8:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 7
      Spacer9:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 8
      Spacer10:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 9
      Spacer11:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 17
      Spacer12:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 18
      Spacer13:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 26
      Spacer14:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 27
      Spacer15:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 35
      Spacer16:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 36
      Spacer17:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 44
      Spacer18:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 45
      Spacer19:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 46
      Spacer20:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 47
      Spacer21:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 48
      Spacer22:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 50
      Spacer23:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 51
      Spacer24:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 52
      Spacer25:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 53
  food:
    name: "&e&lJedzenie"
    size: 45
    buttons:
      goBack:
        slot: 40
      previousPage:
        slot: 30
      nextPage:
        slot: 32
    items:
      1:
        type: item
        item:
          material: MELON
          quantity: 1
        buyPrice: 5
        sellPrice: -1
        slot: 10
      2:
        type: item
        item:
          material: APPLE
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 11
      3:
        type: item
        item:
          material: GOLDEN_APPLE
          quantity: 1
        buyPrice: 1000
        sellPrice: -1
        slot: 12
      4:
        type: item
        item:
          material: GOLDEN_APPLE
          quantity: 1
          damage: 1
        buyPrice: 10000
        sellPrice: -1
        slot: 13
      5:
        type: item
        item:
          material: CARROT_ITEM
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 14
      6:
        type: item
        item:
          material: PUMPKIN_PIE
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 15
      7:
        type: item
        item:
          material: BREAD
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 16
      8:
        type: item
        item:
          material: COOKED_CHICKEN
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 19
      9:
        type: item
        item:
          material: BAKED_POTATO
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 20
      10:
        type: item
        item:
          material: MUSHROOM_SOUP
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 21
      11:
        type: item
        item:
          material: COOKED_FISH
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 22
      12:
        type: item
        item:
          material: COOKED_FISH
          quantity: 1
          damage: 1
        buyPrice: 10
        sellPrice: -1
        slot: 23
      13:
        type: item
        item:
          material: COOKED_RABBIT
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 24
      14:
        type: item
        item:
          material: RABBIT_STEW
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 25
      15:
        type: item
        item:
          material: GRILLED_PORK
          quantity: 1
        buyPrice: 10
        sellPrice: 4
        slot: 28
      16:
        type: item
        item:
          material: COOKED_BEEF
          quantity: 1
        buyPrice: 10
        sellPrice: 4
        slot: 29
      17:
        type: item
        item:
          material: COOKED_MUTTON
          quantity: 1
        buyPrice: 10
        sellPrice: 4
        slot: 30
      18:
        type: item
        item:
          material: COOKIE
          quantity: 1
        buyPrice: 5
        sellPrice: 4.1
        slot: 31
      19:
        type: item
        item:
          material: CAKE
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 32
      20:
        type: item
        item:
          material: 319
          quantity: 1
        buyPrice: 10
        sellPrice: 2
        slot: 33
      21:
        type: item
        item:
          material: 363
          quantity: 1
        buyPrice: 10
        sellPrice: 2
        slot: 34
      Spacer1:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 0
      Spacer2:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 1
      Spacer3:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 2
      Spacer4:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 3
      Spacer5:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 4
      Spacer6:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 5
      Spacer7:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 6
      Spacer8:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 7
      Spacer9:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 8
      Spacer10:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 9
      Spacer11:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 17
      Spacer12:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 18
      Spacer13:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 26
      Spacer14:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 27
      Spacer15:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 35
      Spacer16:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 36
      Spacer17:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 37
      Spacer18:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 38
      Spacer19:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 39
      Spacer20:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 41
      Spacer21:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 42
      Spacer22:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 43
      Spacer23:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 44
  ores:
    name: "&e&lMinerały"
    size: 27
    buttons:
      goBack:
        slot: 22
      previousPage:
        slot: 21
      nextPage:
        slot: 23
    items:
      1:
        type: item
        item:
          material: COAL
          quantity: 1
        buyPrice: 25
        sellPrice: 5
        slot: 10
      2:
        type: item
        item:
          material: REDSTONE
          quantity: 1
        buyPrice: 15
        sellPrice: 4
        slot: 11
      3:
        type: item
        item:
          material: INK_SACK
          quantity: 1
          damage: 4
        buyPrice: 15
        sellPrice: 4
        slot: 12
      4:
        type: item
        item:
          material: IRON_INGOT
          quantity: 1
        buyPrice: 120
        sellPrice: 25
        slot: 13
      5:
        type: item
        item:
          material: GOLD_INGOT
          quantity: 1
        buyPrice: 120
        sellPrice: 25
        slot: 14
      6:
        type: item
        item:
          material: DIAMOND
          quantity: 1
        buyPrice: 250
        sellPrice: 50
        slot: 15
      7:
        type: item
        item:
          material: EMERALD
          quantity: 1
        buyPrice: 250
        sellPrice: 50
        slot: 16
      Spacer1:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 0
      Spacer2:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 1
      Spacer3:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 2
      Spacer4:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 3
      Spacer5:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 4
      Spacer6:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 5
      Spacer7:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 6
      Spacer8:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 7
      Spacer9:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 8
      Spacer10:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 9
      Spacer11:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 17
      Spacer12:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 18
      Spacer13:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 19
      Spacer14:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 20
      Spacer15:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 21
      Spacer16:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 23
      Spacer17:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 24
      Spacer18:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 25
      Spacer19:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 26
  farming:
    name: "&e&lFarma"
    size: 36
    buttons:
      goBack:
        slot: 31
      previousPage:
        slot: 30
      nextPage:
        slot: 32
    items:
      1:
        type: item
        item:
          material: SEEDS
          quantity: 1
        buyPrice: 5
        sellPrice: 0.5
        slot: 10
      2:
        type: item
        item:
          material: PUMPKIN_SEEDS
          quantity: 1
        buyPrice: 5
        sellPrice: 0.5
        slot: 11
      3:
        type: item
        item:
          material: MELON_SEEDS
          quantity: 1
        buyPrice: 5
        sellPrice: 0.5
        slot: 12
      4:
        type: item
        item:
          material: INK_SACK
          quantity: 1
          damage: 3
        buyPrice: 25
        sellPrice: 0.5
        slot: 13
      5:
        type: item
        item:
          material: NETHER_STALK
          quantity: 1
        buyPrice: 25
        sellPrice: 3.1
        slot: 14
      6:
        type: item
        item:
          material: SUGAR_CANE 
          quantity: 1
        buyPrice: 25
        sellPrice: 4.1
        slot: 15
      7:
        type: item
        item:
          material: WHEAT
          quantity: 1
        buyPrice: 25
        sellPrice: 4.1
        slot: 16
      8:
        type: item
        item:
          material: PUMPKIN 
          quantity: 1
        buyPrice: 20
        sellPrice: 4.1
        slot: 19
      9:
        type: item
        item:
          material: MELON 
          quantity: 1
        buyPrice: 5
        sellPrice: 4.1
        slot: 20
      10:
        type: item
        item:
          material: CACTUS 
          quantity: 1
        buyPrice: 25
        sellPrice: 4.1
        slot: 21
      17:
        type: item
        item:
          material: BROWN_MUSHROOM
          quantity: 1
        buyPrice: 25
        sellPrice: 5
        slot: 22
      18:
        type: item
        item:
          material: RED_MUSHROOM
          quantity: 1
        buyPrice: 25
        sellPrice: 5
        slot: 23
      19:
        type: item
        item:
          material: CARROT_ITEM
          quantity: 1
        buyPrice: 25
        sellPrice: 2
        slot: 24
      20:
        type: item
        item:
          material: POTATO_ITEM
          quantity: 1
        buyPrice: 25
        sellPrice: 2
        slot: 25
      Spacer1:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 0
      Spacer2:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 1
      Spacer3:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 2
      Spacer4:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 3
      Spacer5:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 4
      Spacer6:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 5
      Spacer7:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 6
      Spacer8:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 7
      Spacer9:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 8
      Spacer10:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 9
      Spacer11:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 17
      Spacer12:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 18
      Spacer13:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 26
      Spacer14:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 27
      Spacer15:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 28
      Spacer16:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 29
      Spacer17:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 30
      Spacer18:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 32
      Spacer19:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 33
      Spacer20:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 34
      Spacer21:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 35
  drops:
    name: "&e&lDrop z mobów"
    size: 36
    buttons:
      goBack:
        slot: 31
      previousPage:
        slot: 30
      nextPage:
        slot: 32
    items:
      1:
        type: item
        item:
          material: ROTTEN_FLESH
          quantity: 1
        buyPrice: 20
        sellPrice: 2
        slot: 10
      2:
        type: item
        item:
          material: BONE
          quantity: 1
        buyPrice: 30
        sellPrice: 3
        slot: 11
      3:
        type: item
        item:
          material: SULPHUR
          quantity: 1
        buyPrice: 30
        sellPrice: 3
        slot: 12
      4:
        type: item
        item:
          material: STRING
          quantity: 1
        buyPrice: 30
        sellPrice: 3
        slot: 13
      5:
        type: item
        item:
          material: SPIDER_EYE
          quantity: 1
        buyPrice: 50
        sellPrice: 5
        slot: 14
      6:
        type: item
        item:
          material: ENDER_PEARL
          quantity: 1
        buyPrice: 50
        sellPrice: 5
        slot: 15
      7:
        type: item
        item:
          material: SLIME_BALL
          quantity: 1
        buyPrice: 40
        sellPrice: 4
        slot: 16
      8:
        type: item
        item:
          material: PRISMARINE_CRYSTALS
          quantity: 1
        buyPrice: 50
        sellPrice: 5
        slot: 19
      9:
        type: item
        item:
          material: PRISMARINE_SHARD
          quantity: 1
        buyPrice: 30
        sellPrice: 3
        slot: 20
      10:
        type: item
        item:
          material: BLAZE_ROD
          quantity: 1
        buyPrice: 50
        sellPrice: 5
        slot: 21
      11:
        type: item
        item:
          material: MAGMA_CREAM
          quantity: 1
        buyPrice: 40
        sellPrice: 4
        slot: 22
      12:
        type: item
        item:
          material: GHAST_TEAR
          quantity: 1
        buyPrice: 50
        sellPrice: 5
        slot: 23
      13:
        type: item
        item:
          material: LEATHER
          quantity: 1
        buyPrice: 50
        sellPrice: 5
        slot: 24
      14:
        type: item
        item:
          material: INK_SACK
          quantity: 1
        buyPrice: 50
        sellPrice: 5
        slot: 25
      Spacer1:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 0
      Spacer2:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 1
      Spacer3:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 2
      Spacer4:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 3
      Spacer5:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 4
      Spacer6:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 5
      Spacer7:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 6
      Spacer8:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 7
      Spacer9:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 8
      Spacer10:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 9
      Spacer11:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 17
      Spacer12:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 18
      Spacer13:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 26
      Spacer14:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 27
      Spacer15:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 28
      Spacer16:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 29
      Spacer17:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 30
      Spacer18:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 32
      Spacer19:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 33
      Spacer20:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 34
      Spacer21:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 35
  redstone:
    name: "&e&lRedstone"
    size: 27
    buttons:
      goBack:
        slot: 22
      previousPage:
        slot: 30
      nextPage:
        slot: 32
    items:
      1:
        type: item
        item:
          material: REDSTONE
          quantity: 1
        buyPrice: 15
        sellPrice: 4
        slot: 10
      2:
        type: item
        item:
          material: 356
          quantity: 1
        buyPrice: 15
        sellPrice: -1
        slot: 11
      3:
        type: item
        item:
          material: REDSTONE_COMPARATOR
          quantity: 1
        buyPrice: 30
        sellPrice: -1
        slot: 12
      4:
        type: item
        item:
          material: DROPPER
          quantity: 1
        buyPrice: 100
        sellPrice: -1
        slot: 13
      5:
        type: item
        item:
          material: DISPENSER
          quantity: 1
        buyPrice: 100
        sellPrice: -1
        slot: 14
      7:
        type: item
        item:
          material: 33
          quantity: 1
        buyPrice: 15
        sellPrice: -1
        slot: 15
      8:
        type: item
        item:
          material: 29
          quantity: 1
        buyPrice: 30
        sellPrice: -1
        slot: 16
      Spacer1:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 0
      Spacer2:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 1
      Spacer3:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 2
      Spacer4:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 3
      Spacer5:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 4
      Spacer6:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 5
      Spacer7:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 6
      Spacer8:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 7
      Spacer9:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 8
      Spacer10:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 9
      Spacer11:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 17
      Spacer12:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 18
      Spacer13:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 19
      Spacer14:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 20
      Spacer15:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 21
      Spacer16:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 23
      Spacer17:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 24
      Spacer18:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 25
      Spacer19:
        type: item
        item:
          material: STAINED_GLASS_PANE
          quantity: 1
          damage: 15
        buyPrice: -1
        sellPrice: -1
        slot: 26
  spawners:
    name: "&e&lSpawners"
    size: 36
    items:
      1:
        type: item
        item:
          material: MOB_SPAWNER
          mob: ZOMBIE
          name: "&eZombie Spawner"
          quantity: 1
        buyPrice: 75000
        sellPrice: -1
        slot: 10
      2:
        type: item
        item:
          material: MOB_SPAWNER
          mob: SKELETON
          name: "&eSkeleton Spawner"
          quantity: 1
        buyPrice: 100000
        sellPrice: -1
        slot: 11
      3:
        type: item
        item:
          material: MOB_SPAWNER
          mob: CREEPER
          name: "&eCreeper Spawner"
          quantity: 1
        buyPrice: 150000
        sellPrice: -1
        slot: 12
      4:
        type: item
        item:
          material: MOB_SPAWNER
          mob: SPIDER
          name: "&eSpider Spawner"
          quantity: 1
        buyPrice: 100000
        sellPrice: -1
        slot: 13
      5:
        type: item
        item:
          material: MOB_SPAWNER
          mob: BLAZE
          name: "&eBlaze Spawner"
          quantity: 1
        buyPrice: 250000
        sellPrice: -1
        slot: 14
      6:
        type: item
        item:
          material: MOB_SPAWNER
          mob: COW
          name: "&eCow Spawner"
          quantity: 1
        buyPrice: 50000
        sellPrice: -1
        slot: 15
      7:
        type: item
        item:
          material: MOB_SPAWNER
          mob: Pig
          name: "&ePig Spawner"
          quantity: 1
        buyPrice: 50000
        sellPrice: -1
        slot: 16
      8:
        type: item
        item:
          spawner: true
          mob: SHEEP
          name: "&eSPAWNER OWCY"
          quantity: 1
        buyPrice: 50000
        sellPrice: -1
        slot: 19
      9:
        type: item
        item:
          material: MOB_SPAWNER
          mob: VillagerGolem
          name: "&eIron Golem Spawner"
          quantity: 1
        buyPrice: 1000000
        sellPrice: -1
        slot: 20

 

Opublikowano

Musisz posiadać plugin SilkSpawners aby kupować spawnery w tym pluginie. Błąd pokazuje że shopgui chce pobrać metodę z pluginu SilkSpawners, którego nie masz.

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...