Sprache

ProfilesManagerCore

ProfilesManagerCore

Modrinth

ProfilsManagerCore is a Bukkit based minecraft plugin allowing players to have multiple game profiles on the same server, goodbye second account and welcome to Profiles!

662 Downloads 9 Follower aktualisiert 37mo ago
neueste v2.2.3-SNAPSHOT Modrinth
Bukkit Paper Purpur Spigot 1.12.2 – 1.16.5 LibraryManagementUtility


ProfilesManagerCore

License


CodeFactor

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.

PlayerStats class

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.

Versionen

Release
2.2.3-SNAPSHOT
bukkit, paper, purpur · 1.12.2, 1.16.5 · 37mo ago
**Full Changelog**: https://github.com/Sorax5/ProfilesManager/compare/v2.1.1...v2.2.3 fix ProfilesLoadedEvent call.
159
Release
2.2.2-SNAPSHOT
bukkit, paper, purpur · 1.12.2 · 38mo ago
**Full Changelog**: https://github.com/Sorax5/ProfilesManager/compare/v2.1.1...V2.2.2 Refactoring of the source code. Creation of the ProfilesManagerCommands…
67
Release
2.1.1-SNAPSHOT
bukkit, spigot · 1.12.2 · 39mo ago
The loading of user profiles has been fixed. It was an error that affected mainly the addon of the plugin.
123
Release
V2.1
bukkit, paper, purpur · 1.12.2 · 41mo ago
It works with all versions of minecrafts
144
Release
V2.0
bukkit, paper, purpur · 1.12.2 · 43mo ago
Rework of the system. Addon may be broke by the new API ## What's Changed * Refactoring Code by @Sorax5 in…
82
Release
v1.0
paper · 1.12.2 · 45mo ago
Pre-release of the plugin, if you need to use the api go through MAVEN or GRADLE. The plugin works, it's just that some commands are not very nice to use. The…
89

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

Herunterladen ProfilesManagerCore

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.