#✅ | server port

1 messages · Page 1 of 1 (latest)

clear gladeBOT
#

Checking the FancyMenu docs for the server port part right now 👀 If there's no direct placeholder, I'll see whether there's a clean workaround for splitting it out.

#

Yep , FancyMenu doesn’t seem to have a dedicated placeholder for just the server port 😅

last_world_server / $$server_ip only give you the server address, and if the address includes a port, it’s bundled in the same text.

Workaround: if the address is like example.com:25565, you can split the string at : and grab the second part as the port.

If the server is shown without a port, then FancyMenu usually won’t have a separate port value to import from that connection.

If you want, I can help you build the exact split_text placeholder for your setup 🛠️