Home›Java›Mods›BRC Data Helper
BRC Data Helper
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:
Spoiler: Example Tables
PSG+ Converted Table:
[​IMG]
PSG+ Purchase History Table:
[​IMG]
PSG+ Add Item History Table:
[​IMG]
SG+ Transaction History Table:
[​IMG]

Default Configuration:
Click the spoiler below to see the default configuration file.
Spoiler: Default Configuration File
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:
[​IMG]

Extra Information:
Please DO NOT leave bugs or error logs as reviews.

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more