Veltjs / Velt

A plugin which allows you to run JS (and node-compatible scripts) on Spigot
https://velt.js.org
Apache License 2.0
13 stars 3 forks source link

BossBar helper #13

Closed MrScopes closed 3 years ago

MrScopes commented 3 years ago

this pr adds bossbar to velt/helpers

MrScopes commented 3 years ago

Rename namespacekey method to namespaceKey Make getBossBar, getBossBars, and createBossBar also part of helpers

it's already a part of helpers?

Cormanz commented 3 years ago

I mean helpers directly.

MrScopes commented 3 years ago

I mean helpers directly.

as in remove the crafting interface?

Cormanz commented 3 years ago

Nah, I just mean add the bossbar methods directly to helpers as well as an alias.

Cormanz commented 3 years ago

Alternatively bossbar.create and bossbar.get would be better since it doesn't mean you have to repeat the bossbar name twice