PROFILER
Version: 1.3
Github | Discord(Coming Soon)
What is Profiler?
Profiler is a library that keeps your player data organized in one place
instead of having multiple files for different plugins for each player.
Profiler can achieve this by taking advantage of our profile system.
Our profile system allows developers to create and manipulate
sections(or "profiles") of the players configuration file, all while being completely
managed by Profiler, and running concurrent with other plugins.
What are profiles?
Profiles are sections of the players configuration file
that are created and modified by plugins
Can i use a profile created by another plugin?
Yes, this is what makes Profiler so great,
Any plugin can read any profile which means
that plugins can work together within profiles.
Where is data stored?
Player data can be stored locally(/Profiles/Clients/)
and/or on a Mysql database.
(Head over to this Paste for the .sql)
What type of plugins can use Profiler?
Any plugin that wishes to set and/or get any
data associated with the player, such as:
* Economy (Balance, etc)
* Combat (Kills, Deaths, etc)
* Logging (Chat, Logins, etc)
* Admin (Muted/Banned, reason, Last IP, etc)
* Many more
Plugins that use Profiler?
* EZKD - By TheosWare
How do i use the API?
Head over to 'How to use the API' on our GitHub.