- Ядро
-
- Paper
- Magma
- Forge
- Fabric
- Поддерживаемые версии
-
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
- 1.18.x
- 1.19.x
- 1.20.x
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 !
[*]Folia
[*]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 !
[*]Folia
The plugin has a very complete configuration system for inventories, here is an example of configuration.
YAML:
# You have the plugin documentation here
# https://zauctionhouse.groupez.xyz/
# First you have the name of the invetaire that will be displayed.
name: "&7Auction &8(&f%page%&8/&f%maxPage%&8)"
# Here you have the size of the inventory, which must be a multiple of 9
size: 54
# 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
- 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.
- Custom configuration (here):