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
DP-GUIShop
PluginLicenseRef-All-Rights-Reserved

DP-GUIShop

simple gui shop plugin

790
Downloads
0
Followers
1 months ago
Updated
📦
5
Versions
economybukkitpaperpurpurspigot
Download Latestv2.4.0View on Modrinth

📖About DP-GUIShop

logo introduce

DP-GUIShop is a Minecraft plugin that allows server admins to easily create and manage in-game shops via an intuitive GUI.
It provides a simple way to configure shop items and prices through menus, eliminating the need to edit files manually.
Players can buy or sell items in these shops using the server’s economy (MoneyAPI via DPP-Core), while admins have control over shop availability and access permissions.


description
  • GUI-Based Configuration – Create and edit shops entirely through in-game menus
  • Shop Enable / Disable – Toggle each shop on or off without deleting its data
  • Pagination Support – Manage large shops using multiple pages (page index starts at 0)
  • Per-Shop Permissions – Restrict access to specific shops using permission nodes
  • Custom Language Support – All messages are configurable via language files

depend-plugin
  • All DP-Plugins require the DPP-Core plugin
  • The plugin will not work if DPP-Core is not installed
  • Download DPP-Core here: Click me!
  • An economy system is required (EssentialsX's economy system)

installation

1️⃣ Place DPP-Core and DP-GUIShop-*.jar into your server’s plugins folder

2️⃣ Start or restart the server
(Config, language, and shop data files will be generated automatically)

3️⃣ If needed, edit config.yml or language files and reload using /shop reload


settings
  • config.yml

    • Plugin prefix
    • Language selection (Lang: en_US, ko_KR, etc.)
  • shops/ folder

    • Stores individual shop data files (auto-managed)

command

❗ Some commands require admin permission (dpgs.admin)

Command List and Examples

Command Permission Description Example
/shop create <name> <size> dpgs.admin Create a shop (size = rows, 2–6) /shop create Store 6
/shop title <name> <title> dpgs.admin Set shop title /shop title Store &aMy Shop
/shop maxpage <name> <maxPage> dpgs.admin Set max page number /shop maxpage Store 3
/shop items <name> dpgs.admin Edit shop items via GUI /shop items Store
/shop price <name> dpgs.admin Set buy/sell prices /shop price Store
/shop enable <name> dpgs.admin Enable a shop /shop enable Store
/shop disable <name> dpgs.admin Disable a shop /shop disable Store
/shop delete <name> dpgs.admin Delete a shop /shop delete Store
/shop permission <name> <node> dpgs.admin Set shop permission /shop permission Store vip.use
/shop removepermission <name> dpgs.admin Remove shop permission /shop removepermission Store
/shop list dpgs.admin List all shops /shop list
/shop reload dpgs.admin Reload plugin config /shop reload
/shop open <name> None Open a shop /shop open Store
/shop limit <name> Opens the purchase limit configuration GUI.
/shop limitenable <name> Enables the purchase limit system for a shop.
/shop limitdisable <name> Disables the purchase limit system for a shop.
/shop limittype <name> <world|perplayer> Sets the limit type (world = shared, perplayer = per player).
/shop limitreset <name> Resets all purchase limit data for a shop immediately.
/shop autoresetenable <name> Enables scheduled auto-reset of purchase limit data.
/shop autoresetdisable <name> Disables scheduled auto-reset.
/shop autoresettime <name> <HH:mm> Sets the daily auto-reset time (default: 00:00).

❗Notes when using commands

  • Shop names support Korean and English, but spaces are not allowed
  • Shop edits (items/prices) are saved automatically when closing the GUI
  • Players must have the required permission if one is set for the shop
  • Admin commands require OP or dpgs.admin permission

api-integration
  • this plugin is using EssentialsX's economy system.

discord
  • https://discord.gg/JnMCqkn2FX
  • For questions, bug reports, or feature suggestions, please join our Discord
  • Feedback and improvement ideas are always welcome!

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+15 more

🔗 Links

Modrinth Page