#✅ | Tips Screen

1 messages · Page 1 of 1 (latest)

zinc matrixBOT
#

I’m checking the documented way to do random tips on the loading screen right now 🙂 If Drippy doesn’t have a built-in tip system, I’ll point you to the FancyMenu workaround and keep it simple.

#

Yep, you can do that 🙂 But the documented way is through FancyMenu, not a special Drippy-only tip feature.

Best approach

  1. Create a text file with one tip per line, for example:
Try lowering your render distance if the game feels slow.
You can press F3 for debug info.
Resource packs can change the whole vibe of the game.
Some mods may conflict with custom loading screens.
  1. Save it in:
    /config/fancymenu/assets/

  2. In your loading screen text, use FancyMenu’s randomtext placeholder to pick a random line from that file.

Example idea

{"placeholder":"randomtext","values":{"source":"/config/fancymenu/assets/tips.txt","interval":"10"}}

So in short:

  • Drippy does not have a dedicated random tips system
  • FancyMenu’s randomtext placeholder is the supported workaround

If you want, I can also help you make a nice-looking tip panel text layout for the loading screen with a title like “Tip of the day” and a random line under it 😊

zinc matrixBOT
#
Thread Marked as Solved

This support thread has been automatically marked as solved because there were no new messages for at least 24 hours.

The AI helper is now disabled. If you still need help, please create a new support thread.