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 - Homes

Last updated: 10/20/2018

← NotificationsPlaceholders →
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.

🏠 EternalCore Homes#

EternalCore Homes is a feature that allows players to set their own homes and teleport to them.

🔒 Homes limit per permission#

It is possible to configure the maximum number of homes for a given permission.

# Homes Section
homes:
  # Max homes per permission
  maxHomes:
    eternalcore.home.default: 1 # <- all players with this permission will have 1 limit home
    eternalcore.home.vip: 2 # <- all players with this permission will have 2 limit home
    eternalcore.home.premium: 3 # <- all players with this permission will have 3 limit home
    # If you want to add more permissions, just add them to the list with eternalcore.home.<unique name>
    # ^^^ Replace <unique name> with a unique name example: eternalcore.home.legend
    eternalcore.home.legend: 4