Jump to content

2 Screenshots

  • 18.4k
  • 234
  • 6.17 kB

About Random Tips

Send Gametip messages on a timed interval to online players

Features :

  • Simple configuration.
  • Sends Gametip messages on a configurable timed interval and duration (seconds).
  • Can use a permission to ignore a player to get the messages.
  • API support for other plugins to use its simplified queue system.

Permissions :

  • randomtips.exclude : To exclude the player from getting the Gametips sent by this plugin

Configuration :

  • Show Messages is set to false by default so it will not run the standard messages on plugin install.
  • If you don't want to use a prefix , then you can leave it empty.
  • Warning tips (RED) have a max lifetime of 5 seconds

 

{
  "Show Messages": true,
  "Prefix": "[YourServer] ",
  "Interval (seconds)": 600,
  "Global Tip Duration (seconds)": 5.0,
  "Show as warning (max 5 sec)": false,
  "Messages": [
    "Join our Discord ,Click <color=orange>[view webpage]</color> button.",
    "We run several cool Plugins !",
    "Grab one of our kits using /kit .",
    "<color=red>Color</color> code is supported"
  ]
}

API :

void TIP(BasePlayer player, string message, float dur , bool warning)

example call

RandomTips?.Call("TIP", player, "Your text here", 6f ,true);

1997472344_discordbanner.png.a420428b0e99570e8fa9252aba8af1fd.png

  • Like 1
  • Love 1

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.4k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.