Description:
This plugin helps convert BRC plugin data into readable json.
Requirements:
Features:
Screenshots:
This plugin was requested and tested by LoVeC119. Click the spoiler below to see some example tables:
Default Configuration:
Click the spoiler below to see the default configuration file.
Support:
If you need a feature added or are having issues, please join my discord by clicking the image below:
Extra Information:
Please DO NOT leave bugs or error logs as reviews.
This plugin helps convert BRC plugin data into readable json.
Requirements:
- Java 21
- Spigot or Paper 1.21.7
- ShopGUIPlus v1.107.0 or higher.
- PlayerShopGUIPlus v1.39.0 or higher.
- BlueSlimeCore v2.9.7 or higher.
- A fully functioning MySQL database previously linked to PlayerShopGUIPlus.
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.
Please send me suggestions for new features or feature changes.
Screenshots:
This plugin was requested and tested by LoVeC119. Click the spoiler below to see some example tables:
Spoiler: Example Tables
PSG+ Converted Table:
PSG+ Purchase History Table:
PSG+ Add Item History Table:
SG+ Transaction History Table:
PSG+ Purchase History Table:
PSG+ Add Item History Table:
SG+ Transaction History Table:
Default Configuration:
Click the spoiler below to see the default configuration file.
Spoiler: Default Configuration File
# DO NOT CHANGE THIS VALUE
generated-by-version : "1.4.2"
# Toggle option for debug mode. Only set this to true if requested by SirBlobman
debug-mode : false
# How often (in ticks) will data be sent to the database?
# Default: 6,000 ticks ~= 5 minutes
data-sync-period : 6000
# Connection settings for the MySQL Database
database:
host : "localhost"
port : 3306
database : "minecraft"
username : "root"
password : ""
tables :
# The original table that is made by PlayerShopGUIPlus
psgp-original : "psgp_original"
# The converted data from the original table
psgp-converted : "psgp_converted"
# Log for when players buy items from other players
psgp-purchase-history : "psgp_purchase_history"
# Log for when players add items to their shop
psgp-creation : "psgp_creation_history"
# Log for when players buy items from the admin shop (ShopGUIPlus)
sgp-transaction-history : "sgp_transaction_history"
Code (YAML):
# DO NOT CHANGE THIS VALUE
generated-by-version : "1.4.2"
# Toggle option for debug mode. Only set this to true if requested by SirBlobman
debug-mode : false
# How often (in ticks) will data be sent to the database?
# Default: 6,000 ticks ~= 5 minutes
data-sync-period : 6000
# Connection settings for the MySQL Database
database:
host : "localhost"
port : 3306
database : "minecraft"
username : "root"
password : ""
tables :
# The original table that is made by PlayerShopGUIPlus
psgp-original : "psgp_original"
# The converted data from the original table
psgp-converted : "psgp_converted"
# Log for when players buy items from other players
psgp-purchase-history : "psgp_purchase_history"
# Log for when players add items to their shop
psgp-creation : "psgp_creation_history"
# Log for when players buy items from the admin shop (ShopGUIPlus)
sgp-transaction-history : "sgp_transaction_history"
Support:
If you need a feature added or are having issues, please join my discord by clicking the image below:
Extra Information:
Please DO NOT leave bugs or error logs as reviews.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
BRC Data Helper is a free Minecraft Java mod. Downloaded 1,299 times (via Spigot). Download it and open it directly in the game.