- If your script is complete / ready to go / ready to share publicly, add "debug: false" to each container. You don't want to spam the debug console of everybody who tries to use it!
- You have lines like
- if <context.cursor_item> == <item[blaze_powder]>:
which are considered a common mistake and is listed at
https://guide.denizenscript.com/guides/ ... aw-objects ... please make the corrections that guide explains.
- You have a take line *before* a wait in an inventory event, a few times. This causes problems as described here:
https://one.denizenscript.com/denizen/l ... n%20events
- You can clear up the "determine cancelled" spam by just cancelling the general event with a farther along priority ("
on player clicks in brew_menu priority:100:
")
- Please use
https://one.denizenscript.com/haste to share scripts.
- Meta bot's script scan comes up mostly clean but has:
Minor Warnings: On line 179, 193: Pointless quotes (arguments quoted but do not contain spaces).
- Most of your choose command usages are better replaced by "yaml_key" tag usage.
Denizen lead developer. On Discord as mcmonkey#6666
.