feat: ✨ add informer plugin to show info
Data and information plugin. Expose methods in mcData with acceptable ux. Also central place for all kinds of debug features.
This commit is contained in:
@@ -97,6 +97,7 @@ bot.once("spawn", () => {
|
||||
command: require('./plugins/command'),
|
||||
eater: require('./plugins/eater'),
|
||||
inventory: require('./plugins/inventory'),
|
||||
informer: require('./plugins/informer'),
|
||||
finder: require('./plugins/finder'),
|
||||
sleeper: require('./plugins/sleeper'),
|
||||
armor: require('./plugins/armor'),
|
||||
|
||||
Reference in New Issue
Block a user