Skip to content

Releases: Pequla/LittleLink

Version 1.9

26 Sep 21:56
Compare
Choose a tag to compare

The speed update

  • Noticably improved player join speed
  • Changed PlayerLoginEvent to the AsyncPlayerPreLoginEvent
  • Updated dependencies to latest versions

Version 1.8

06 Feb 12:16
Compare
Choose a tag to compare

Role auth bug fix

  • Fixed the bug while reading the role id from the config
  • Updated dependencies to latest versions

Version 1.7

13 Jan 21:30
Compare
Choose a tag to compare

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

17 Sep 08:03
Compare
Choose a tag to compare

Minor update

  • Improved logging
  • Fixed a bug in /lookup command (creates an extra empy line after command output)

Version 1.5

03 Jul 09:38
Compare
Choose a tag to compare

New backend compatibility

  • Updated the plugin to correctly retrieve data from a new API
  • Add command lookup <mc-username>

Version 1.4

15 Jun 09:02
Compare
Choose a tag to compare

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

14 Jun 11:31
Compare
Choose a tag to compare

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

13 Jun 18:45
Compare
Choose a tag to compare

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

15 May 21:23
Compare
Choose a tag to compare

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

15 May 20:51
Compare
Choose a tag to compare

First plugin relese