lightbulbScheduled Tips

Introduction

Tips allow you to send scheduled messages to help players understand your server and features.

Configuration

Go to plugins/UniversalChat/Tips.yml

You'll see:

Enabled: False

Interval: 300 # interval is in seconds
Prefix: "<orange><bold>[!]</bold></orange>" # Leave blank for no prefix

Tips:
  1: "Example 1"
  2: "Example 2"
  3: "Example 3"

Other:
  cfg-version: 1

Toggle scheduled tips with Enabled set to True or false.

Set the amount of seconds in between a tip with "Interval".

Set the prefix of a tip with "Prefix". This can include colors and formatting, as seen in Designing Your Chat

Create tips in a list, in this example, create "4" for the next tip.

Last updated