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: 6 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T02:46:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T18:38:26.930Z (over 1 year 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.7.
- [ShopGUIPlus](https://www.spigotmc.org/resources/6515/) 1.107.0 or higher.
- [PlayerShopGUIPlus](https://www.spigotmc.org/resources/37707/) 1.39.0 or higher.
- [BlueSlimeCore](https://www.spigotmc.org/resources/83189/) 2.9.7 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.