Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
Minishop with items in your inventory


AquaticMiniShop is a feature-rich, portable shop and storage solution for Minecraft servers. It allows players to purchase and carry a MiniShop Barrel (for buying items anywhere) and a Mini Ender Chest (for portable personal storage). The plugin includes a Perk Shop where these items and upgrades (expanding the MiniChest size up to 6 rows) can be purchased using in-game currency. It supports Vault, MySQL/SQLite storage, and is fully translatable.


1. Download the AquaticMiniShop-1.0.0.jar.
2. Place it in your server's plugins folder.
3. Restart the server.
4. Configure config.yml and lang/*.yml files as needed in plugins/AquaticMiniShop/.


/minishop | Opens the Perk Shop GUI. | aquaminishop.shop |
/minishopsettings | Opens the Settings GUI to toggle items/glow. | aquaminishop.shop |
/minishopgive <player> [type] | Gives special items to a player. Type options: barrel, ender, or leave empty for both. | aquaminishop.give |
/minishopadmin [player] | Opens the Admin GUI to manage a player's data. | aquaminishop.admin |
/minishopreload | Reloads the configuration and language files. | aquaminishop.admin |

aquaminishop.shop | true | Allows access to /minishop and /minishopsettings. |
aquaminishop.give | op | Allows usage of /minishopgive. |
aquaminishop.admin | op | Allows usage of /minishopadmin and /minishopreload. |
aquaminishop.barrel | true | Allows using the MiniShop Barrel item. |
aquaminishop.miniender | true | Allows using the Mini Ender Chest item. |
aquaminishop.vip | false | Bypass default daily limits (uses daily-limit.vip in config). |

# https://aquaticdev.eu/docs - DOCUMENTATION# Debug mode – if true, more verbose error logging + stacktraces in consoledebug: false
# Default language (en, hu, de, fr, es)language: enavailable-languages: - en - hu - de - fr - es
# Starting balance when Vault is NOT present and the built-in economy is usedstarting-balance: 0.0
# Daily purchase limitsdaily-limit: default: 0 vip: 0
# Permissions – configurable permission nodespermissions: shop: aquaminishop.shop settings: aquaminishop.shop admin: aquaminishop.admin give: aquaminishop.give barrel-use: aquaminishop.barrel miniender-use: aquaminishop.miniender vip: aquaminishop.vip open: minishop.open
# Storage mode: sqlite | mysql | jsonstorage: type: sqlite sqlite: file: data.db mysql: host: localhost port: 3306 database: minishop user: root password: password useSSL: false json: folder: data/json
# Perk prices and MiniChest upgradesperk-shop: gui-title: "&3Perk Shop" require-xp-for-upgrades: true prices: mini-ender: 8000.0 minishop-barrel: 10000.0 minichest-upgrades: - to-rows: 4 price: 20000 required-level: 0 - to-rows: 5 price: 40000 required-level: 30 - to-rows: 6 price: 80000 required-level: 40
# Special itemsspecial-items: hotbar-slots: barrel: 7 mini-ender: 8 barrel: material: BARREL name: "&6MiniShop Barrel" lore: - "&7Right-click to open the &bMiniShop&7." mini-ender: material: ENDER_CHEST name: "&5Mini Ender Chest" lore: - "&7Right-click to open your personal" - "&7MiniChest anywhere."
# MiniShop GUIminishop: gui-title: "&bMiniShop" size: 27 items: - slot: 10 item: material: OAK_LOG amount: 16 name: "&a16x Wood" lore: - "&7Price: &6$500" - "&8Simple building material." price: 500 reward: type: item material: OAK_LOG amount: 16
- slot: 11 item: material: COBBLESTONE amount: 32 name: "&7 32x Cobblestone" lore: - "&7Price: &6$700" - "&8Cheap but useful." price: 700 reward: type: item material: COBBLESTONE amount: 32
- slot: 12 item: material: APPLE amount: 8 name: "&c8x Apple" lore: - "&7Price: &6$600" - "&8Restores some health." price: 600 reward: type: item material: APPLE amount: 8
# Logging + Discord webhooklogging: enabled: true file: "logs/aquatic-minishop.log" events: purchase: true admin-give: true upgrade: true usage: true discord-webhook: enabled: false url: ""

The plugin registers its own PAPI expansion under the name aquaminishop.
Usage: %aquaminishop_<placeholder>%.
______________________________________________________________________________________________________________
SHOWCASE


