
ProfilesManagerCore
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!
- Загрузки
- 675
- Подписчики
- 9
- Обновлён
- 11 мая 2023 г.
- Лицензия
- Apache-2.0
Опубликован 15 сентября 2022 г.
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.
Ченджлог
2.2.3-SNAPSHOTРелиз1.12.2, 1.16.5 · 11 мая 2023 г.
Full Changelog: https://github.com/Sorax5/ProfilesManager/compare/v2.1.1...v2.2.3
fix ProfilesLoadedEvent call.
2.2.2-SNAPSHOTРелиз1.12.2 · 29 апреля 2023 г.
Full Changelog: https://github.com/Sorax5/ProfilesManager/compare/v2.1.1...V2.2.2
Refactoring of the source code. Creation of the ProfilesManagerCommands plugin Added the ProfilesPlayerStatistics plugin
No major change in the code except the AddonData class which has been moved in the models.
CraftProfiles now have a unique identifier.
2.1.1-SNAPSHOTРелиз1.12.2 · 26 марта 2023 г.
The loading of user profiles has been fixed. It was an error that affected mainly the addon of the plugin.
V2.1Релиз1.12.2 · 28 января 2023 г.
It works with all versions of minecrafts
V2.0Релиз1.12.2 · 5 декабря 2022 г.
Rework of the system. Addon may be broke by the new API
What's Changed
- Refactoring Code by @Sorax5 in https://github.com/Sorax5/ProfilsManagerCore/pull/3
Full Changelog: https://github.com/Sorax5/ProfilsManagerCore/compare/v1.0...v2.0
v1.0Релиз1.12.2 · 15 сентября 2022 г.
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 plugin uses the Paper 1.12.2 api
Комментарии
Загружаем…