项目作者: op65n

项目描述 :
Dynamic shop Minecraft 1.16.x plugin with advanced capabilities, based on the real economy.
高级语言: Java
项目地址: git://github.com/op65n/DynamicShop.git
创建时间: 2020-11-06T16:04:10Z
项目社区:https://github.com/op65n/DynamicShop

开源协议:GNU General Public License v3.0

下载


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:

  1. DynamicShop
  2. ├── messages.toml
  3. ├── configuration.toml
  4. ├── categories
  5. ├── blocks.toml
  6. ├── drops.toml
  7. ├── food.toml
  8. ├── miscellaneous.toml
  9. └── ores.toml
  10. ├── gui
  11. ├── buy_page.toml
  12. ├── main_page.toml
  13. ├── sell_page.toml
  14. └── store_page.toml
  15. └── 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.