https://github.com/venndev/vplayerdatasaver
- A simple plugin PMMP 5 that logs the player's data to a database or YAML file.
https://github.com/venndev/vplayerdatasaver
Last synced: 4 months ago
JSON representation
- A simple plugin PMMP 5 that logs the player's data to a database or YAML file.
- Host: GitHub
- URL: https://github.com/venndev/vplayerdatasaver
- Owner: VennDev
- License: apache-2.0
- Created: 2024-07-10T20:14:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T08:47:09.000Z (almost 2 years ago)
- Last Synced: 2025-08-12T00:48:43.198Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VPlayerDataSaver
- A simple plugin PMMP 5 that logs the player's data to a database or YAML file.
# Virions
- [LibVapmPMMP](https://github.com/VennDev/LibVapmPMMP)
- [VapmDatabasePMMP](https://github.com/VennDev/VapmDatabase)
# Config
```yml
---
database:
host: localhost
port: 3306
database: vplayerdatasaver
table-name: vplayerdatasaver
username: root
password: ''
type: yaml # mysql or sqlite or yaml
# SQL queries to create the table or more...
# The default data is saved in the player's 2 columns xuid and name
# If you want to add more data, you can add it here. Use the following format:
# 'ALTER TABLE `vmskyblock` ADD COLUMN `column_name` TEXT NOT NULL DEFAULT ""'
# This requires a bit of understanding of querying and processing the underlying columns in the database
addition-sql-queries: []
# Data addition to the player's data if YAML is used
# The default data that is saved in the player's 2 columns xuid and name
# If you want to add more data, you can add it here. Use the following format:
# 'column_name: value'
addition-yaml-data: []
...
```
# Credits
- API Designer: [VennDev](https://github.com/VennDev)
- Paypal: pnam5005@gmail.com