Create custom buttons and sidebar items in the server panel with support for URL templates and feature detection.
After installation, you can create custom buttons and sidebar items from the admin panel. Available URL template variables:
{{env.P_SERVER_UUID}} - Full server UUID{{env.P_SERVER_UUID_SHORT}} - Short server UUID{{env.P_SERVER_NAME}} - Server name{{env.P_SERVER_ID}} - Numeric server ID{{env.P_SERVER_ALLOCATION_IP}} - Primary IP{{env.P_SERVER_ALLOCATION_PORT}} - Primary port{{env.P_SERVER_NODE}} - Node name{{env.P_SERVER_OWNER}} - Owner usernamehttps://map.example.com/server/{{env.P_SERVER_NAME}}https://stats.example.com/{{env.P_SERVER_UUID_SHORT}}https://example.com/connect/{{env.P_SERVER_ALLOCATION_IP}}:{{env.P_SERVER_ALLOCATION_PORT}}Made by olivierdti Maintained By Kristopher Reeves (Dr.Reeves)