TheDarthFather / DynamicShop

Dynamic shop Minecraft 1.16.x plugin with advanced capabilities, based on the real economy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamicShop (Coming soon!)

Dynamic shop Minecraft 1.16.x plugin with advanced capabilities, based on the real economy. Cover Art

Version: 1.0.0-R0.1-Alpha
Native API: Paper-1.16.4-R0.1-SNAPSHOT
Source code: github.com/op65n/DynamicShop
Wiki: op65n.tech/wiki
Developer: SebbaIndustries

Special thanks to (Minecraft IGN): zaraamelie & TeamsInsane for helping with the project.

License: GPL v3 GitHub issues Java CI with Gradle

How To (Server Owners)

This is a plugin build on PaperAPI, you can run it on Spigot but use Paper for best experience.

Download DynamicShop here: TODO setup download site

Installation:

  • Place DynamicShop-VERSION.jar (DynamicShop-v0.1.6.jar) file into plugins folder
  • Start the server, plugin will generate DynamicShop directory with files:
    • README.md
    • configuration.toml
    • messages.js
  • Stop the server after everything has been loaded
  • Open and configure the plugin to your needs.
  • Start the server and enjoy the plugin!

Message configuration:
All messages are stored in messages.js, you can change them to your liking.

Features

Directory structure:

DynamicShop
├── messages.toml
├── configuration.toml
│
├── categories
│   ├── blocks.toml
│   ├── drops.toml
│   ├── food.toml
│   ├── miscellaneous.toml
│   └── ores.toml
│
├── gui
│   ├── buy_page.toml
│   ├── main_page.toml
│   ├── sell_page.toml
│   └── store_page.toml
│
└── statistics

Commands & permissions

/shop

  • permission: N/A
  • description: Opens GUI for the shop, players can browse/sell/buy items from it. /shop is primary command for the plugin.

/buy <amount> <item>

  • permission: N/A
  • description: Buy items directly from the shop without the GUI.

/sell <amount> <item>

  • permission: N/A
  • description: Sell items directly to the shop without the GUI.

/price <amount> <item>

  • permission: N/A
  • description: Check price of items directly from the shop without the GUI.

/adminshop

  • permission: N/A
  • description: TODO: add description.

About

Dynamic shop Minecraft 1.16.x plugin with advanced capabilities, based on the real economy.

License:GNU General Public License v3.0


Languages

Language:Java 98.6%Language:Shell 1.4%