Plugins Fixup / Conversion(#511)

* Server: Ripped PluginService From Astreaus-V2

This Removes The Need For Plugin MetaData

* Plugins: Handle Emote Tab Run Buttons

* Add Some Settings Button Plugins

Brightness Buttons
Music Volume Buttons
Walk/Run Buttons
Toggle SplitPrivate-Chat

* Fix Player Still Running With 0 Energy

Fixes Players Continuing To Run For The Rest Of Their Current Movement Task Even If They Run Out Of Energy
This commit is contained in:
Josh Shippam
2021-10-26 04:47:33 +01:00
committed by GitHub
parent 7d64e2298f
commit c2f325b4e7
14 changed files with 163 additions and 333 deletions
@@ -14,7 +14,7 @@ class LogoutButton : ButtonClick() {
}
override fun test(event: ButtonActionEvent): Boolean {
return event.button == 9154;
return event.button == 9154
}
}