Command from my other plugin is clashing against EternalCore command.
You can disable command in commands.yml
file.
rtp:
name: []
enabled: false
aliases: []
permissions: []
subCommands: []
I want to format text in chat. I want to style it, color it, etc.
You can use MiniMessage formatting. Check out the MiniMessage Viewer.
message: "<gradient:#ff00ee:#f79459>Example message</gradient>"
I want to create in game title with timer, but it keeps flickering on users screen.
You can use times
key in configuration file.
teleportTimerFormat:
actionbar: "<green>► <white>Teleporting in <green>{TIME}"
chat: "<green>► <white>Teleporting in <green>{TIME}"
title: "<white>Teleporting..."
subtitle: "<green>{TIME}"
times: "1s 2s 1s" # No flickering