Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.68 KB

File metadata and controls

34 lines (21 loc) · 1.68 KB

Fun Messages!

Customizable messages displayed at a set interval!

A simple and fun way to entertain your users with random messages. Easily customizable with a single txt file for the messages and some JSON for the interval. Inspired by Minecraft Indev+'s FunMessages.txt implementation for multiplayer.

 

Requirements

     

Usage

Files are located at [HytaleUserData]/saves/[YourSaveName]/mods/xyz.starrymic_FunMessages

  • FunMessages.txt - Holds messages
  • funmessages.config.json - Stores the message interval

/refreshfunmessages - Reloads all messages from FunMessages.txt

Credits

  • Serilum - Made Hybrid, which helped make development a lot easier for me.
  • Zoltus - Made TinyMsg, which saved me from having to format text myself.
  • Indev+ Dev Team - Inspiration for this plugin
  • My dad - Listened to me yap on about this little project.
  • My boyfriend - Also listened to me yap about this.
  • Regex - Used to fix the formatting errors in Serilum's source code, making it more readable.

Anti-Credits

  • Maven - I hate this building system so much. WHY DID IT KEEP FORGETTING WHERE THE SERVER JAR IS??? IT NEVER CHANGED DIRECTORIES. WHY DO YOU HATE ME?????

Source Code

Github Repo