File Details
Gentle Reminders 1.5.0-1.21.2
- R
- Nov 25, 2024
- 7.03 MB
- 10
- 1.21.2
- Fabric
File Name
gentlereminders-1.5.0-1.21.2.jar
Supported Versions
- 1.21.2
Curse Maven Snippet
- Unfortunately have to split the 1.21.2 and 1.21.1/1.21.3 versions as they are now incompatible with each other
- Added a new customization parameter, Display Style
- Is set to "default" by default which will send messages as it always has via Minecraft's built-in Toast system
- Can be changed to "chat" which will instead send the messages via chat
- added to the /gentlereminders get and set commands to see and edit the Display Style in-game
- updated the /gentlereminders help command with Display Style commands
- made custom DisplayStyleArgument for those commands
- updated the config file to version 4 to accommodate the Display Style and make it editable via the file as well
- implemented a new HUD Handler which decides how to send a message based on the display style parameter
- updated the Message Handler to make the methods have return values rather than directly handle the HUD
- implemented a Tick Handler to determine when to send messages (based on the time between messages parameter) and when to stop showing messages
- implemented a Toast Handler which isn't relevant this update, but will be the backbone to the next update when custom Toast styles are added!
WARNING: Due to the config version updating, your local file will be overwritten if it does not include
configVersion=4. Make sure to back up your file!

