Skip to content

Releases: Druzai/DeathQuotes

3.4

31 Aug 11:49
Compare
Choose a tag to compare

Changes:

  • For versions 1.16.5 and 1.17.1 fixed deathquotes.txt not being found in jar

3.3

02 Jul 01:00
Compare
Choose a tag to compare
3.3

Changes:

  • For versions 1.18+ mod now uses Xoroshiro128++ PRNG (implemented by Mojang) instead of default Java LCG - java.util.Random
    • This provides getting more random quotes
  • Optimized method String.isBlank on 1.16.5
  • Added getting default encodings for currently running systems and parsing of the file deathquotes.txt with old encodings such as windows-1252

3.2 (Added Fabric support)

29 Jun 02:35
Compare
Choose a tag to compare

Changes:

  • Added Fabric support (Fabric API mod is needed)
    • Also tested on Quilt (Quilted Fabric API mod is needed)
  • Backported all changes to 1.16.5
  • Added option in mod config to display death quotes based on the value of gamerule showDeathMessages or display regardless of it

3.1

24 Jan 18:36
Compare
Choose a tag to compare
3.1

Changes:

  • Fixed wrong event firing if another mod cancelled player's death

3.0 (Mod port)

11 Jan 10:24
Compare
Choose a tag to compare

Wanted to use this mod on version 1.18.2, but couldn't find it for that version. So I ported mod to newer versions with some enhancements.
Credits for the mod go to the original authors on curseforge.

Ported mod to recent versions:

  • 1.17.1
  • 1.18.2
  • 1.19.2
  • 1.19.3

Changes:

  • File deathquotes.txt now loaded and saved using UTF-8 encoding
    • As fallback encodings: ASCII (ISO646-US) and UTF-16 are also checked
  • Added config file creation in path ./config/deathquotes-common.toml
  • Added command to reload file deathquotes.txt in game - /deathquotes reloadQuotes (only available for server operators or when cheats are enabled)
  • Added a method to prevent quotes from repeating so often and options for it in config file
  • Added options to replace certain symbols with player name and next line symbol (also configurable)
  • Added options to change format of send quotes:
    • Enable/disable quotation marks
    • Enable/disable italics
    • Enable/disable processing of http(s) links (when enabled - they're clickable and look like a link)