Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirblobman/brc-data-helper
A Spigot plugin that helps convert BRC plugin data into readable json.
https://github.com/sirblobman/brc-data-helper
bukkit bukkit-plugin database minecraft-plugin mysql spigot spigot-plugin
Last synced: about 1 month ago
JSON representation
A Spigot plugin that helps convert BRC plugin data into readable json.
- Host: GitHub
- URL: https://github.com/sirblobman/brc-data-helper
- Owner: SirBlobman
- Created: 2021-06-12T09:52:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T02:46:58.000Z (6 months ago)
- Last Synced: 2024-11-15T16:44:31.374Z (3 months ago)
- Topics: bukkit, bukkit-plugin, database, minecraft-plugin, mysql, spigot, spigot-plugin
- Language: Java
- Homepage: https://www.spigotmc.org/resources/91697/
- Size: 2.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# BRC Data Helper
A plugin that helps out with databases from BRC plugins.
*Please send me suggestions for new features or feature changes.*## Requirements
- Java 21
- A MySQL database previously linked to PlayerShopGUIPlus.
- [Spigot](https://spigotmc.org/) or [Paper](https://papermc.io/download/paper) 1.21
- [ShopGUIPlus](https://www.spigotmc.org/resources/6515/) 1.97.1 or higher.
- [PlayerShopGUIPlus](https://www.spigotmc.org/resources/37707/) 1.33.1 or higher.
- [BlueSlimeCore](https://www.spigotmc.org/resources/83189/) 2.9.6 or higher.## Features
- Convert original PlayerShopGUIPlus database with base64-binary items into a different table as json items.
- Purchase history table that stores information when players buy items from other players.
- Creation history table that stores information when players add items to their own shop.
- Transaction history table for ShopGUIPlus when players sell or buy items.