Back up your player's inventories to an SQL Server!
Contact me on my discord server:
https://discord.gg/kmMcVYePmH or leave a comment if you have any inquiries, feedback, or requests regarding the plugin!
UPDATING: If you used version 1.0.0 - 1.0.2 delete the old SQL table, and the old plugin/plugin folder. A complete reinstall is needed as I updated a lot of features and my old method was inefficient. Thank you for your patience and understanding!
Commands: /sqlinv <player> - allows you to view/edit an offline players sql inventory
/sqlechest <player> - allows you to view/edit an offline players ender chest
MySQL:
#Defaults to Server IP
host: '0.0.0.0'
#Default Port is 3306
port: '3306'
#Database Name
database: ''
#Username
username: ''
#Password
password: ''
#Only Enable if your database supports SSL
useSSL: false
#Autosave Settings
Autosave:
enabled: false
#Interval in Minutes
interval: 0
#Choose what data will Sync
PlayerData:
health: true
hunger: true
expLevel: true
#Sync Ender Chest
enderchest: true
ServerInfo:
#Will show when finding last online server
name: ""
To Do: Achievements Syncing to SQL
Syncing Other Playerdata to SQL
Added: Ender Chests Syncing to SQL
Autosave functionality, custom interval available
Health, Hunger, and EXP can be toggled and synced.
Viewing offline players SQL Inventory and Ender Chests
Editing offline players SQL Inventory and Ender Chests
- Online Players will not be viewable/editable, however it will notify you of what server they are on No Files In plugin folder besides config.yml
SSL Capabilities