GTNewHorizons / ServerUtilities

GNU Lesser General Public License v3.0
27 stars 12 forks source link

Make sidebar position entirely customizable #58

Closed Lyfts closed 5 months ago

Lyfts commented 5 months ago

I've been asked a few times to make the sidebars position customizable, but adding a config option for that seems boring. Instead I made the sidebar drag-able (When holding CTRL) so players can put it wherever their heart desire. It's entirely optional and the buttons are still able to be locked to the side of the inventory as per usual. draggable

It can be configured to draw the buttons horizontally, vertically and in the normal grouped up fashion.

Just in case the player manages to lose the buttons somewhere their position can be reset in the sidebar config menu (reachable without buttons by doing /client_config). I did try real hard to keep them inside the screen at all times so hopefully it won't be necessary.