Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paroxity/paroxityvault
ParoxityVault - Eliminating the need for multiple databases for different plugins.
https://github.com/paroxity/paroxityvault
libasynql mysql paroxity paroxityteam plugin pmmp pocketmine pocketmine-plugin sqlite
Last synced: about 2 months ago
JSON representation
ParoxityVault - Eliminating the need for multiple databases for different plugins.
- Host: GitHub
- URL: https://github.com/paroxity/paroxityvault
- Owner: Paroxity
- License: gpl-3.0
- Archived: true
- Created: 2021-03-20T08:04:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T10:56:47.000Z (over 3 years ago)
- Last Synced: 2024-09-26T10:20:34.815Z (about 2 months ago)
- Topics: libasynql, mysql, paroxity, paroxityteam, plugin, pmmp, pocketmine, pocketmine-plugin, sqlite
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParoxityVault
| HitCount | License | Poggit | Release |
|:--:|:--:|:--:|:--:|
|[![HitCount](http://hits.dwyl.io/Paroxity/ParoxityVault.svg)](http://hits.dwyl.io/Paroxity/ParoxityVault)|[![GitHub license](https://img.shields.io/github/license/Paroxity/ParoxityVault.svg)](https://github.com/Paroxity/ParoxityVault/blob/master/LICENSE)|[![Poggit-CI](https://poggit.pmmp.io/ci.shield/Paroxity/ParoxityVault/ParoxityVault)](https://poggit.pmmp.io/ci/Paroxity/ParoxityVault/ParoxityVault)|[![](https://poggit.pmmp.io/shield.state/ParoxityVault)](https://poggit.pmmp.io/p/ParoxityVault)|### Eliminating the need for having multiple databases for different plugins. Now have a single database which all other plugins could use.
### Features:
- MySQL and SQLite support.
- Single database.
- Simple API.
- Easy management.
- Out of box support for storing and accessing player info like uuid, xuid, display name, ip, name, first join, last join, more...
- Out of box support for whenever player changes their display name.
- Easy to use.
### How to setup?- Download the latest [release](https://poggit.pmmp.io/p/ParoxityVault) or the latest [dev build](https://poggit.pmmp.io/ci/Paroxity/ParoxityVault) from poggit.
- Put the plugin in your plugins folder.
- Start and then stop the server.
- Edit the `config.yml` to suit your needs.
- Restart and enjoy.