Quest Shop 图标

Quest Shop

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.3.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/quest-shop
资源信息

Minecraft 版本: 1.21.1

平台: neoforge

标签: economy game-mechanics utility

资源介绍

QuestShop

QuestShop is a lightweight Minecraft (NeoForge) mod that provides an in-game shop and reward progression system.
It is designed for modpack makers to support controlled item access, team play, and quest progression.

Inspired by FTB Money.

?‍? Author: Holysweet
?‍? Developed by: AquariusSidhe (GitHub: alexanderheuts)
? License: MIT

Purpose

  • Provide a fully customizable shop where players can spend earned coins.
  • Coins can be earned with QuestRewards, or given with commands.
  • Support progression gating — Shop Categories can be (un)locked with commands.

Integrations

QuestShop works on its own, but offers optional integration with:

  • FTB Teams – for shared team progression.
  • FTB Quests – for quest-based rewards or unlocks.

No hard dependencies: packs can include QuestShop standalone or alongside these mods.


Commands

All in-game commands are attached under: /hqs

To open the shop use: /hqs shop


Shop Configuration

All shop content is defined via datapacks.

Shop category
data/yourpack/questshop/shop_categories/building.json
{ "display": "Building", "unlocked_by_default": true, "order": 30 }
  • The filename determines the category ID.
  • One file per category.
  • display - name shown in game.
  • unlocked_by_default - is the category, and its items, unlocked by default
  • order - integer for default ordering, compared to other categories, higher is lower on the list
Shop entry
data/yourpack/questshop/shop_entries/building_basic.json
[
  { 
    "item": "minecraft:cobblestone",
    "amount": 64, 
    "cost": 2,  
    "category": "building" 
  },
  { 
    "item": "minecraft:oak_planks",
    "amount": 64, 
    "cost": 2,  
    "category": "building" 
  }
]
  • Filenames are arbitrary. Used for your own grouping.
  • item - minecraft item ID to sell.
  • amount - the amount you get when purchased.
  • price - cost in the built-in currency.
  • category - category ID the item belongs to.

Folder structure (datapack):

(your_datapack)/
  pack.mcmeta
  data/
    yourpack/
      questshop/
        shop_categories/
          building.json
        shop_entries/
          building_basic.json

See repository for example datapack.

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Snek's Enhanced Vanilla

价格:0 墨喵币
下载量:0

查看详情
Mazda Rx-7 Sky Overlay

价格:0 墨喵币
下载量:0

查看详情
Complete Baby Zombie Remover

价格:0 墨喵币
下载量:0

查看详情
Spawn Plugin

价格:0 墨喵币
下载量:0

查看详情