config.yml: Located in the plugins/CustomReminder directory after the first server start with the plugin loaded. Customize this file to set up your reminders.
Example configuration:
Code (Text):
reminders:
reminder1:
prefix: "&6[Reminder]: &f"
message: "Don't forget to join our Discord!"
clickText: "&eDiscord Channel!" # Configurable click text
hoverText: "&bJoin our community for updates and fun activities!" # Optional hover text
clickAction:
action: OPEN_URL
value: "https://discord.gg/discord"
interval: 10
reminder2:
prefix: "&c[Event]: &f"
message: "Weekly Event starting soon!"
clickText: "&eClick for details!"
hoverText: "" # Hover text can be left empty if not needed
clickAction:
action: OPEN_URL
value: "https://example.com/events"
interval: 30