Eternalcode LogoEternalCode.pl
  • Home
  • Team
  • Projects
  • Documentation
  • Repository
  • Status
Eternalcode LogoEternalCode.pl
  • Home
  • Team
  • Projects
  • Documentation
  • Repository
  • Status
EternalCore
IntroductionInstallation and UpgradingFAQFeatures, Commands and PermissionsNotificationsHomesPlaceholdersDeveloper API
EternalCombat
IntroductionInstallation and UpgradingFeaturesUsing API
Documentation Editors
Markdown Guide
Contribute
How to Contribute

EternalCore - FAQ

← Installation and UpgradingFeatures, Commands and Permissions →
Eternalcode LogoEternalCode.pl

Providing high-quality Minecraft plugins and development solutions since 2021.

TEAM

  • About us
  • Team
  • Projects

FOLLOW US

  • GitHub
  • Discord
  • YouTube
  • TikTok
  • SpigotMC
  • Modrinth

SEE MORE

  • Repository
  • Documentations
  • Status
  • BStats

© 2021-present EternalCodeTeam. All rights reserved.

❓ Frequently Asked Questions#

⛔ How to disable command in EternalCore?#

Problem:#

Command from my other plugin is clashing against EternalCore command.

Solution:#

You can disable command in commands.yml file.

Example:#

  rtp:
    name: []
    enabled: false
    aliases: []
    permissions: []
    subCommands: []

🎨 How do I format text in chat?#

Problem:#

I want to format text in chat. I want to style it, color it, etc.

Solution:#

You can use MiniMessage formatting. Check out the MiniMessage Viewer.

Example:#

  message: "<gradient:#ff00ee:#f79459>Example message</gradient>"

🏃💨 How do I stop my title from flickering?#

Problem:#

I want to create in game title with timer, but it keeps flickering on users screen.

Solution:#

You can use times key in configuration file.

Example:#

  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