Page 1 of 1

Smellyboard - customizable informational sidebar

Posted: December 26th, 2019, 4:35 am
by smellyonionman
My sidebar plugin is finally ready for production! I hope you enjoy it.

Smellyboard comes with a handful of presets, such as a slime chunk finder and a redstone power probe. You can add any lines you like as "custom" entries in the config file, which is generated in the /plugins/Smellycraft/ folder.

All details are present on the GitHub wiki at https://smellycraft.com/denizen/smellyboard. As with my other plugins, please ensure sc_common.dsc or suitable alternative(s) are also installed.

Raw script: https://raw.githubusercontent.com/smell ... yboard.dsc
Common files: https://raw.githubusercontent.com/smell ... common.dsc

Please post all issues on GitHub.

Re: Smellyboard - customizable informational sidebar

Posted: December 26th, 2019, 6:38 am
by mcmonkey
That script ( https://one.denizenscript.com/haste/63146 ) contains a basic monkeybot-caught error:
+++ I encountered 1 potential problem with that script.
+++ (1) WARNING: Line 83: Uneven number of <tag-marks>, are you missing a < or > ?
Additionally, your "common files" script ( https://one.denizenscript.com/haste/63144 ) contains several basic monkeybot-caught errors:
+++ I encountered 3 potential problems with that script.
+++ (1) ERROR: Invalid YAML! Error message: (Line: 249, Col: 7, Idx: 10805) - (Line: 249, Col: 13, Idx: 10811): Duplicate key
+++ (2) WARNING: Line 66: Uneven number of <tag-marks>, are you missing a < or > ?
+++ (3) WARNING: Line 74: Uneven number of <tag-marks>, are you missing a < or > ?

Re: Smellyboard - customizable informational sidebar

Posted: December 26th, 2019, 9:40 am
by smellyonionman
Oh thanks, I forgot about monkeybot. The dupe was a dupe and it looks like I missed a space, I'll check it out.