Skip to content

Plugin Utilities

DeflatedPickle edited this page Jun 30, 2020 · 1 revision

Events

Rawky makes use of easy-events for events. Rawky's core provides a set of events you can listen to in order to execute code at a specific time, though you can also create your own events. Due to this, some plugins have their own events you can listen to by adding them as a dependency.

Toasts

Rawky uses tosuto for toast notifications. These can be used by plugins to provide notifications the user should see.