Welcome to Minecraft Forums!

Minecraft Forums is dedicated to all things Minecraft - whether you want to showcase your creations, find players, or simply seek help, everyone is welcome.
zAuctionHouseV3

šŸ’ LeakšŸ’  zAuctionHouseV3 3.2.1.7

  • Author Kritzz
  • Creation date
  • You have reached your maxium allowed downloads limit.
Minecraft Versions
1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20
Source
https://www.spigotmc.org/resources/63010/
Documentation
https://zauctionhouse.groupez.dev/
[IMG]

[IMG]

[IMG]
[IMG]

[IMG]
[IMG]

[IMG]
[IMG]

[IMG]
[IMG]

[IMG]
[IMG]

Features
  • Discord bot: download here
  • Configurable message
  • Configurable inventories
  • Configurable categories
  • MySQL, PgSQL, MariaDB and JSON storage
  • System to convert data from other plugins
  • Soutien Ć  l'Ć©cononie : Vault, PlayerPoint, TokenManager ; MySQL Token, Level, Item, Custom
  • Permission to limit the number of items for sale
  • Log system
  • Items blacklist
  • A complete API
  • System to get your money back only when the player is logged in.
  • Sorting system
  • Transaction History
  • Support for HeadDatabase and EpicHead
  • Inventory selling system
  • Support de Citizen
  • Player blacklist (Allows to banish a player from the plugin, he won't be able to buy or sell anymore)
  • Support de palceholderAPI
  • Ingame configuration
  • Search system
  • Barrel and Shulker content viewer
  • Tax (global or for specifics items)
  • Min and Max price per items
  • Custom model data
  • Custom blaclist system
  • zTranslator - Translate items name to your language !
The plugin has a very complete configuration system for inventories, here is an example of configuration.

Code:
# You have here the type of inventory, you have all the list of inventories here:
# https://zauctionhouse.groupez.xyz/inventories/inventories
type: AUCTION

# You have here the list of buttons
# You can find the list of buttons here:  https://zauctionhouse.groupez.xyz/inventories/buttons
items:
 # Will display an item that has no action on the different slots
  slots:
    type: NONE_SLOT
    isPermanent: true
    item:
      material: GRAY_STAINED_GLASS_PANE
      name: "&e"
    slots:
     - 0
      - 1
      - 2
      - 3
      - 4
      - 5
      - 6
      - 7
      - 8
      - 9
      - 18
      - 27
      - 17
      - 26
      - 35
      - 36
      - 44
  # Go open the "expire" inventory
  expireItems:
    type: INVENTORY
    slot: 45
    isPermanent: true
    inventory: "expire"
    item:
      material: CHEST
      name: "&fExpire items"
      lore:
       - "&fĀ» &7You have &b%zauctionhouse_expired_item% &7expired items"
 
  # Go open the "buying" inventory
  buyItem:
    type: INVENTORY
    slot: 46
    isPermanent: true
    inventory: "buying"
    item:
      material: ENDER_CHEST
      name: "&fBought items"
      lore:
       - "&fĀ» &7You have &b%zauctionhouse_buying_item% &7bought items"
  # Allows you to go to the next page
  next:
    type: NEXT
    isPermanent: true
    slot: 50
    item:
      material: ARROW
      name: "&fNext"
  # Allows you to go to the previous page
  previous:
    type: PREVIOUS
    isPermanent: true
    slot: 48
    item:
      material: ARROW
      name: "&fPrevious"
  # You will be able to change the sort type and display the information of the plugin
  informations:
    type: CHANGE_SORT
    slot: 49
    isPermanent: true
    item:
      material: NETHER_STAR
      name: "&fInformations"
      lore:
       - "&7&m-------------------------------------"
        - "&f&lĀ» &7Welcome to the auction house"
        - "&f&lĀ» &7it's a market where all the players"
        - "&f&lĀ» &7can sell or buy items."
        - ""
        - "&f&lĀ» &7To be able to sell items you must do"
        - "&f&lĀ» &a/ah sell &7<&aprice&7> &8[&7<&fnumber of items&7>&8]"
        - ""
        - "&f&lĀ» &7Number of items available&7: &b%zauctionhouse_counts%"
        - "&f&lĀ» &7Sort type&7: &b%zauctionhouse_sorting%"
        - "&f&lĀ» &7Click to &bchange &7the sort type"
        - "&7&m-------------------------------------"
 
  # Go open the "items" inventory
  playerItems:
    type: INVENTORY
    inventory: "items"
    isPermanent: true
    slot: 52
    item:
      material: SUNFLOWER
      name: "&fYour items"
      lore:
       - "&fĀ» &7You have &b%zauctionhouse_currents_item% &7items"
 
  # Go open the "categories" inventory
  categories:
    type: INVENTORY
    inventory: "categories"
    slot: 53
    isPermanent: true
    item:
      material: CHEST_MINECART
      name: "&fCategories"
 
  # Here you have the list of slots where the items for sale will appear.
  items:
    type: AUCTION_ITEM
    isPermanent: true
    slots:
     - 10
      - 11
      - 12
      - 13
      - 14
      - 15
      - 16
      - 19
      - 20
      - 21
      - 22
      - 23
      - 24
      - 25
      - 28
      - 29
      - 30
      - 31
      - 32
      - 33
      - 34
      - 37
      - 38
      - 39
      - 40
      - 41
      - 42
      - 43

[IMG]
[IMG]
  • Step 1: You must take the file to be converted and place it in the zAuctionHouseV3/convert folder.
  • Step 2: You must then do /ah convert <plugin> with the name of the plugin to be converted.

1690987861568.png
Author
Kritzz
Downloads
20
Views
407
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Kritzz

Latest updates

  1. 3.2.1.7

    Fix bug with old version of minecraft Added cache for placeholder (only for REDIS repository)...
  2. 3.2.1.1

    Fixed loading of some messages Fixed syntax error message Fixed placeholders Added...
  3. 3.2.0.9

    Create new inventory, Sell Confirm. In this inventory you can choose the economy you want before...
Back
Top