Earthcomputer / clientcommands

Adds useful client-side commands
Other
1.04k stars 117 forks source link

Suggestion: Add the `cbossbar` command #281

Open James103 opened 3 years ago

James103 commented 3 years ago

Currently, there is no way to create or modify client-side bossbars that I know of, which may be useful (in conjunction with scripts) for things like displaying the client-side day counter, a progress bar, or something like that. To fix this, I would like to suggest a /cbossbar command, which works exactly like the /bossbar command, except with the following differences:

Earthcomputer commented 3 years ago

Hmm, if this is a feature that is primarily intended for scripts, might be better to have it implemented as a script function. That said, given the direction the scripting API has taken recently, I would prefer if the feature was added to jsmacros than clientcommands scripting.

xpple commented 3 years ago

Same for #282?

Earthcomputer commented 3 years ago

Hmm, perhaps

James103 commented 3 years ago

Hmm, if this is a feature that is primarily intended for scripts, might be better to have it implemented as a script function. That said, given the direction the scripting API has taken recently, I would prefer if the feature was added to jsmacros than clientcommands scripting.

Then, should this issue be moved to the client commands scripting repository?