Fixed Speed
Added option for menus to be filled with glass
Added option to send a message to the player from the menu
Want to fill a menu with glass add this to your menu code:
Code:fill-menu: enabled: true fill-data: 7 material: "STAINED_GLASS_PANE"
Want to send a message from your menu item to the player? Add this to your item code:
Code:message: enabled: true text: "&eHello &b<player>!"
Examples can be found in the default files: https://wiki.bghddevelopment.com/books/fatehub/page/default-config-files
Please add the following to your settings.yml
Code:#This will prevent from removing player from queue if the target server is whitelisted or player can not join that server. REMOVE_PLAYER_FROM_QUEUE_IF_NOT_CONNECTED_TO_TARGET_SERVER: false
Please note when using placeholders like {queued-servername} make sure that server name is the bungee-name from the settings.yml and LOWERCASE
Changes:
NeutronCore now displays colored rank on scoreboard
/reload has been disabled as people kept doing it and breaking stuff. Please restart the server.
Made it clear which TabAPI you are using on startup
Made more backend changes for future updates
