[FREE] Brew EXP
Discover our free API that seamlessly integrates skill systems into both RSG and VORP, unifying them within a single script.
Brew EXP: Enhanced Skill and Experience API
Brew EXP is a flexible, cross-framework API designed to manage and enhance experience and skill systems. Whether you’re working with VORP or another framework, this API provides easy integration and customization options for your server-side skill systems.
It’s fully open-source, giving you full access to the code, so you can refine and extend the API to meet your needs. Enable seamless support for skills across frameworks and get started with a simple configuration.
Features
- Easy integration with any framework
- Supports VORP skills data
- Fully open-source and customizable
- Server-side only
GitHub Repository
You can find the source code and contribute to the project on GitHub.
Exports
getMissingExp()
Calculates and returns the amount of experience needed for the user to reach the next skill level.
getSkillLevel()
Retrieves the current level of a specified skill for the user.
getSkillExp()
Returns the current experience points accumulated for a specific skill.
addSkillExp()
Adds a specified amount of experience to a skill, leveling up the skill if the maximum experience for the current level is reached.
removeSkillExp()
Removes a specified amount of experience from a skill, potentially decreasing the skill level if the experience drops to zero.
setSkillLevel()
Sets a skill to a specified level, with an option to reset the experience points to zero.
getSkill()
Retrieves all data associated with a specific skill for the user.
getSkills()
Returns all skills and their respective values for the user.
getSkillConfig()
Fetches the configuration settings for a specified skill category.
getSkillLabel()
Returns the label or name associated with the current level of a specified skill.