Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
qShadowTrader
PluginLicenseRef-All-Rights-Reserved

qShadowTrader

qShadowTrader adds a secret merchant that randomly appears near players and offers limited rare items for a short time. Designed to create a dynamic black market and unique server economy

15
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions
adventureeconomygame-mechanicspaperspigot
Download Latestv1.0.0View on Modrinth

📖About qShadowTrader

Support me on Ko-fi

qShadowTrader


Main Features

  • Random trader spawn near a valid player.
  • Configurable spawn intervals, chance, and distance.
  • Spawn restrictions by world (blocked-worlds) and optional allow-list (allowed-worlds).
  • Configurable offers in trades.yml:
    • regular items (material, amount),
    • custom items (item.*: name/lore/model-data/enchantments/flags/unbreakable).
  • Global purchase limits per offer (limit) displayed in lore.
  • Command execution on purchase ([console] / [player]).
  • Double-click purchase protection.
  • Chat notifications for trader spawn/despawn.
  • Player cooldown persistence in data.yml.

Trader Lifecycle

  1. The plugin waits a random interval between spawn.interval-min and spawn.interval-max.
  2. On each cycle, it rolls spawn.chance.
  3. A random valid player is selected:
    • online and alive,
    • not in creative/spectator,
    • world is not in spawn.blocked-worlds,
    • if allowed-worlds is set, world must be in that list,
    • player-cooldown must be satisfied.
  4. Trader spawns at a safe location near that player (spawn-distance).
  5. Offers are generated from trades.yml using weighted chance values.
  6. Trader despawns after lifetime or when all active offers are bought out (if despawn-when-empty: true).

Commands

  • /shadowtrader spawn — spawn near self (if executed by player) or random valid target (from console).
  • /shadowtrader spawn random — force random spawn using valid target rules.
  • /shadowtrader spawn <player> — spawn near a specific player (with all validations).
  • /shadowtrader despawn — remove current active trader.
  • /shadowtrader reload — reload plugin configs.
  • /shadowtrader info — show trader status.
  • Alias: /st

Permissions

  • qshadowtrader.use
  • qshadowtrader.admin
  • qshadowtrader.spawn
  • qshadowtrader.reload

Configuration (config.yml)

Key sections:

  • spawn — auto-spawn logic (intervals, chance, worlds).
  • player-cooldown — cooldown before same player can be selected again.
  • spawn-distance — min/max distance from target player.
  • messages — chat messages.
  • lifetime — trader lifetime in seconds.
  • despawn-when-empty — despawn when all offers are exhausted.
  • trader — entity behavior/options.
  • menu — GUI settings.
  • protection.double-click-window-ms — anti-double-click window.

Offers (trades.yml)

Each offer is defined under items.<id> and supports:

  • material / amount (short format), or
  • item.* (advanced custom item format),
  • limit — max purchases for the current trader session,
  • chance — generation weight,
  • lore — offer description shown in GUI,
  • commands — commands to run on purchase.

Offer Lore Placeholders

  • %CURR_LIMIT% — current purchased amount
  • %MAX_LIMIT% — max limit for this offer

Command Prefixes

  • [console] command — execute as console
  • [player] command — execute as player
  • no prefix — executes as console

Supported placeholders in commands: <player>, %player%


Offer Example

totem:
  material: TOTEM_OF_UNDYING
  amount: 1
  limit: 1
  chance: 10
  lore:
    - ""
    - "&7Price: &62500"
    - "&7Limit: %CURR_LIMIT%/%MAX_LIMIT%"
    - ""
  commands:
    - "[console] eco remove <player> 2500"

Notes

  • Trader is protected from damage/combustion.
  • Offer limits reset on each new trader spawn.
  • If auto-spawn does not work, check spawn.enabled, world filters (allowed/blocked), and whether there are valid online players.

👥 Team & Contributors

qustan
qustanOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.161.16.11.16.21.16.31.16.41.16.51.171.17.1+20 more

🔗 Links

Modrinth Page