Skip to content

Releases: Tisawesomeness/NameHistorian

NameHistorian 0.3.2

13 May 22:02
Compare
Choose a tag to compare
  • Added Chinese (Simplified) translations thanks to HaHaWTH
  • Added Mojang cache lifetime to config
  • Improved Mojang lookup performance slightly
  • Fixed per-user-translations not working in 1.11 and below

NameHistorian 0.3.1

10 May 02:06
Compare
Choose a tag to compare
  • If Mojang servers say a player doesn't exist, double-check the local database since the Mojang API isn't 100% accurate
  • The namehistorian.mojang_error translation string was changed

NameHistorian 0.3.0

09 May 20:21
Compare
Choose a tag to compare
  • /history can now look up the current username/UUID of a player from Mojang servers
    • This allows looking up offline players by username or looking up players who haven't joined the server at all
    • The name/UUID returned from Mojang servers will be stored in the database
    • Can be turned off in the config
  • /history can now look up offline players by username, even if Mojang lookups are disabled
  • /history now accepts UUIDs without dashes
  • /history now checks if a username/UUID is invalid
  • UUIDs and usernames can now be clicked to copy-paste (requires 1.15+ server)
  • The plugin now fills missing translations in en.properties on load or reload
  • Fixed plugin not running on older versions

NameHistorian 0.2.0

05 May 19:46
Compare
Choose a tag to compare
  • Added message translation support
    • Plugin messages will be translated into the player's language
    • Edit files in the translations directory to customize messages
    • Translation behavior can be configured in config.yml
  • Added /namehistorian reload

NameHistorian 0.1.1

14 Feb 04:53
Compare
Choose a tag to compare
  • Use server's bundled sqlite library to reduce plugin size

NameHistorian 0.1.0

11 Sep 03:43
Compare
Choose a tag to compare
  • Now supports Spigot 1.8 - 1.19
  • Name history for an online player shows the current time for last seen
  • Record the names of all online players on enable/disable

NameHistorian 0.0.1

09 Sep 22:55
Compare
Choose a tag to compare

Initial release with Spigot support.