JacobJoergensen / PlayerDataManager-API

This is a PlayerData API that will help with the handle of playerdata on your Minecraft Server. It require Skript and MongoSK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlayerDataManager-API !WIP!

This project is work in progress... (long way..)

DOCS

DATABASE CONNECT

Connect to your MongoDB collection.

DbConnect("<Connection String>", "<Database Name>", "<Collection>")

GET PLAYER DATA

Get a specific player data from the database.

GetPlayerData(player, "<dataset>", true)

UPLOAD PLAYER DATA

Upload a specific player data from the server to the database.

UploadPlayerData(player, "<dataset>", "<value>", true)

About

This is a PlayerData API that will help with the handle of playerdata on your Minecraft Server. It require Skript and MongoSK.