
Set up the script editor: https://guide.denizenscript.com/guides/ ... ditor.html
so it automatically alerts you to problems like those.
TheroboChicken wrote: ↑October 21st, 2020, 7:03 pmI dont know if i should add more and tidy up or completely remove the predefined tags because vs code keeps screaming about it
definitions:
key on task scripts is required if you intend to pass definitions in (even via inject)island_normal_world
still instead of your INSERTWORLDHERE
debug: false
on that.<server.online_players>
debug: false
set. every:1
is redundant.ColorTag.hue
tag exists, which seems like it should be used here.ColorTag.with_hue
(and several related tags) to make using that here easier.<context.message.to_uppercase.equals_case_sensitive[<context.message>]>
or something like that (generally, regex should be avoided whenever possible).