ChiefOfGxBxL / Ice-Sickle

ARCHIVED: This project is archived because updates are now being made to the original World Editor (reforged), and because HiveWE is making amazing progress.
MIT License
13 stars 0 forks source link

Plugin logging via event #40

Closed ChiefOfGxBxL closed 6 years ago

ChiefOfGxBxL commented 6 years ago

Create a new log event, which stores an array of log messages for the app or plugins to use

Types

e.g. Plugin.event.send('log', { type: 'info', message: 'the plugin loaded successfully!' } )