Releases: Pequla/LittleLink
Releases · Pequla/LittleLink
Version 1.9
Version 1.8
Role auth bug fix
- Fixed the bug while reading the role id from the config
- Updated dependencies to latest versions
Version 1.7
Toggle between role and guild based auth
- Added the ability to disable role based auth for a more simpler discord server setup
- Changed the maven repository from github to my own
Version 1.6
Minor update
- Improved logging
- Fixed a bug in
/lookup
command (creates an extra empy line after command output)
Version 1.5
New backend compatibility
- Updated the plugin to correctly retrieve data from a new API
- Add command
lookup <mc-username>
Version 1.4
Event priorty bugfix
Also changed the default role in the configuration to be Media (Level 3)
Maven package
<dependency>
<groupId>com.pequla</groupId>
<artifactId>little-link</artifactId>
<version>1.4</version>
<scope>provided</scope>
</dependency>
Version 1.3
Full 1.19 support
- Upgraded spigot api to 1.19
- Upgraded Jackson to v2.13.3
Maven package
<dependency>
<groupId>com.pequla</groupId>
<artifactId>little-link</artifactId>
<version>1.3</version>
</dependency>
Version 1.2
1.19 support and bugfix
Fixed the issue where sometimes when accessing user cache on leave events the data is not available
Version 1.1
Fixed an issue where the plugin checks if the user can join before native server checks if its banned. Thus making the plugin abort lookup if the player is banned, saving cpu time
Full Changelog: v1.0...v1.1
Version 1.0
First plugin relese