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

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
itemshop
PluginGPL-3.0-only

itemshop

Sell and buy system with different prices for different people

378
Downloads
1
Followers
2 years ago
Updated
📦
1
Versions
economypaperspigot
Download Latestv1.3.3View on Modrinth

📖About itemshop

Warning! Vault and a Permissions plugin is required! I recommend LuckPerms.

Commands and Syntax

Syntax of the /buy Command

All subcommands explained below require the itemshop.buy permission node.

command syntax description permission node
help Show help for buy
hand [Integer amount (1)] Buy items of the type you're currently holding itemshop.buy.hand
<Material material> [Integer amount (1)] Buy items of the type you specified itemshop.buy.material
multipliers See active multipliers itemshop.multipliers

Syntax of the /cost Command

All subcommands explained below require the itemshop.buy.cost permission node.

command syntax description permission node
help Show help for cost
[Material material (*)] [Integer amount (1)] See the buy cost of a material itemshop.buy.cost
set <Material material> <double cost> or /setcost ... Set the bare buy cost of a material itemshop.buy.cost.set

*: If omitted and the command issuer is a player, material will be the type of the item the player is currently holding.

Syntax of the /sell Command

All subcommands explained below require the itemshop.sell permission node.

command syntax description permission node
`` or help Show help for sell
all|inventory Sell all sellable items in your inventory itemshop.sell.inventory
hand [Integer maxAmount (2147483647)] Sell items of the type you're currently holding itemshop.sell.hand
material <Material material> [Integer maxAmount (2147483647)] Sell items of the type you specified itemshop.sell.material
multipliers See active multipliers itemshop.multipliers
<query> Search results for query

Syntax of the /worth Command

All subcommands explained below require the itemshop.sell.worth permission node.

command syntax description permission node
help Show help for worth
[Material material (*)] [Integer amount (1)] See the sell worth of a material itemshop.sell.worth
set <Material material> <double worth> or /setworth ... Set the bare sell worth of a material itemshop.sell.worth.set

*: If omitted and the command issuer is a player, material will be the type of the item the player is currently holding.

Synax of the /itemshop Command

All subcommands explained below require the itemshop.reload permission node.

command syntax description permission node
Reloads the config file itemshop.reload

Default Configuration Files

Default item-values.yml

# Item values for Itemshop - item-values.yml

# Example: Players can sell stone for 0.8 each and buy it for 1.0 each.
stone:
  sell: 0.8
  buy: 1.0

# Example: Players can sell diorite for 3 but they cannot buy it.
diorite:
  sell: 3.0
  buy:

# Example: Players can buy andesite for 7 each but they cannot sell it.
andesite:
  sell:
  buy: 7.0

# Items not here cannot be sold or bought by default.

Default multipliers.yml

# Multipliers for Itemshop - multipliers.yml

# Example: Players with the permission "itemshop.m.free" will buy everything for free.
# (Item's buy cost is multiplied with "0.0".)
free: # This is the name used in permissions
  name: Communism # This is the name used in human readable texts
  buy: 0.0
  sell: 0.0

# Another example: Player with the permission "itemshop.m.tax" will sell items for 10% less and buy items for 10% more.
# (Item's buy cost is multiplied with "1.1" and sell value is multiplied with "0.9".)
tax:
  name: Tax
  sell: 0.9
  buy: 1.1

# Players without any of these permissions will sell and buy items with the default multiplier of "1.0".
# If you don't add a sell or buy for a modifier it will be assumed to be 1.

Important Note: Using the sell worth set ..., buy cost set ... commands or one of their aliases will remove the comments in the configuration files.

👥 Team & Contributors

emreozcan
emreozcanOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.81.91.101.111.121.131.141.15+3 more

🔗 Links

Modrinth Page