
ProfilesManagerCore
ProfilsManagerCore is a Bukkit based minecraft plugin allowing players to have multiple game profiles on the same server, goodbye second account and…
⬇ Download on Modrinth


ProfilesManagerCore
ProfilesManager is a Bukkit/Spigot/Paper minecraft plugin allowing players to have multiple game profiles on the same server, goodbye second account and welcome to Profiles! Only this plugin is useless it's an API so it requires addons to be useful.
BStats
Official Addon
ProfilesPlayerStatistics
https://modrinth.com/plugin/profilsplayerstatistics
ProfilesManagerCommands
https://modrinth.com/plugin/profilesmanagercommands
API
Maven Artifact Package
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Sorax5</groupId>
<artifactId>ProfilesManager</artifactId>
<version>Tag</version>
</dependency>
Gradle Artifact Package
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Sorax5:ProfilesManager:Tag'
}
Exemple
Create an Addon
The addons allow you to save information according to the profiles, you have two functions that allow you to save and load the information of the addon if needed.
Register your Addon
You must specify to the API the class that implements the abstract class AddonData, otherwise the information of your addon will not be saved because the API does not recognize your addon.
@Override
public void onLoad(){
// PlayerStats.class is your AddonData
UsersManager.getInstance().registerClass(PlayerStats.class);
}
JavaDocs
Work in progress
Used By
Authors
Artwork
the logo was made by game-icons.net under the CC BY 3.0 license.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.12.2, 1.16.5
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as ProfilesManagerCore-2.2.3-SNAPSHOT-all.jar — drop this file into the mods folder
- Download size: 292 KB
- Download link checked 1 Sept 2026 — working
These come from our own check of the pack file, not from the source page.