@red51 How hard would it be to create a GuiDropdown menu in the API?
The way I imagine it, it should be like a small label but with an arrow on the right side, when the player clicks the arrow a scrollable dropdown appears with one value in each row. The values can be predefined by for instance .setRows(int rows) and the text set by .setRowText(int rowNumber, String text)