- Added "Smart" stands to the plugin. This allows a user to define which stands are affected by a parent stand more directly instead of relying on the cube radius method used up to now.
- Added a button to the menu of stands that detects if this stand is a child stand, when it is clicked it will switch the menu to that parent stand view
- Began to work on creating a way to generate menus using a language.xml document instead of the hard-coded method used currently.
- Fixed a NullPointerException that occurred when starting the server without any parents, caused by debug code... Whoops.