Added link functionality: Add link: "[link]https://xxxxxxx" in the configuration to send a clickable link that redirects to a webpage.
Code (Text):
# Text component 1
layout5:
permission: cursormenu.button.test.layout4
name: Join Official QQ Group
# X-axis of the text component
x: 2
# Y-axis of the text component
y: -1.0
# Z-axis of the text component
z: 3.5
tilt:
x: 0.0 # Pitch (up/down tilt)
y: 0.0 # Yaw (left/right tilt)
z: 0.0 # Roll (forward/backward tilt)
command: []
link: "[link]https://XXXXX|&cClick to join our official QQ group"
Fixed an issue where, when a player was in a menu and used the /cmenu reload command to reload the configuration, if camera-block-check was enabled, the blocks that were removed would not be restored after exiting the menu.