▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/FrozenShop
FrozenShop

FrozenShop

The ultimate replica of DonutSMP Shop for free

40
0

❄️ FrozenShop

A clean, fully configurable GUI shop plugin for Minecraft servers running 1.21 – 1.21.x.
Economy is powered exclusively by Vault.


📋 Requirements

DependencyTypeNotes
Spigot / Paper 1.21+RequiredServer software
VaultRequiredEconomy bridge
An economy pluginRequiredEssentialsX, CMI, etc.
PlaceholderAPIOptionalEnables %frozenshop_totalspent%

⚙️ Installation

  1. Drop FrozenShop.jar into your /plugins folder
  2. Make sure Vault and an economy plugin are installed
  3. Start the server — default config and shop files generate automatically
  4. Edit plugins/FrozenShop/config.yml and plugins/FrozenShop/shops/*.yml
  5. Run /frozenshop reload to apply changes without restarting

💬 Commands

CommandPermissionDescription
/shopfrozenshop.openOpen the main shop menu
/frozenshop reloadfrozenshop.adminReload all configs live
/frozenshop addcategory <name>frozenshop.adminCreate a new shop category file
/frozenshop removecategory <name>frozenshop.adminDelete a shop category
/frozenshop addhanditem <category> <price>frozenshop.adminAdd the item in your hand to a shop
/toggleshopmessagesfrozenshop.toggleToggle purchase messages on/off per player

🔑 Permissions

PermissionDefaultDescription
frozenshop.openEveryoneOpen the shop
frozenshop.adminOPAll admin commands
frozenshop.toggleEveryoneToggle personal shop messages

🗂️ File Structure

plugins/FrozenShop/
├── config.yml        ← Main menu, confirm menu, sounds, messages
├── saves.yml         ← Auto-generated — player data (do not edit)
└── shops/
    ├── end.yml
    ├── farming.yml
    ├── food.yml
    ├── gear.yml
    └── nether.yml    ← Add your own .yml files here for new categories

🛒 Adding a Shop Item

Open any file inside shops/ and add a block under items::

items:
  my_item:
    price: 500
    slot: 9
    material: DIAMOND
    displayname: '&bShiny Diamond'
    amount: 1
    giveitem: true
    givelore: false
    hide_attributes: false
    command: ''
    lore:
      - '&fBuy Price: &#0bf52b$%price%'

To run a console command instead of giving an item, set giveitem: false and fill command:

    giveitem: false
    command: 'give %player% diamond 1'

⚠️ YAML tip: Every item key under items: must be unique within the same file. Duplicate keys will cause items to silently disappear from the shop.


📄 Placeholders (PlaceholderAPI)

PlaceholderDescription
%frozenshop_totalspent%Total money a player has spent in the shop

🔧 Config Tips

  • confirm-cooldown-ticks — prevents accidental double-purchases (set to 0 to disable)
  • use-actionbars: true — shows purchase messages in the action bar instead of chat
  • play-open-sound: true — plays a sound when the main shop opens
  • All colour codes support legacy & codes and hex &#RRGGBB format

👤 Author

Made by DrFrozen

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:2 недели назад
Обновлён:2 недели назад
Главная