Aller au contenu principal

home_manager

Manage player homes with permissions and cooldowns — misc entry.

Entry Information

PropertyValue
Entry IDhome_manager
TypeMisc
ColorOrange
Iconmdi:home

Fields

FieldTypeDescription
artifactRef<HomeArtifactDefinition>Linked artifact_home entry that stores the player homes
defaultHomesIntDefault number of homes for players without special permissions
permissionLimitsList<PermissionLimit>Permission based limits that override the default home amount
teleportCooldownSecondsLongCooldown in seconds between home teleports
homeCommandStringCommand used to teleport to a home
setHomeCommandStringCommand used to set or overwrite a home
deleteHomeCommandStringCommand used to delete a home
listHomeCommandStringCommand used to list homes
basePermissionString?Permission required to use home commands
homeSavedMessageStringMessage shown when a home is saved
teleportMessageStringMessage shown when teleporting to a home
cooldownMessageStringMessage shown when teleport is on cooldown
limitMessageStringMessage shown when a player exceeds their home limit
removedMessageStringMessage shown when a home is removed
missingHomeMessageStringMessage shown when a player attempts to use a missing home
storageUnavailableMessageStringMessage shown when the home storage artifact is unavailable
listHeaderStringHeader used when listing homes
listEntryStringFormat used for each home entry in the list
homesMenuHomesMenuConfigConfiguration of the homes inventory menu
homeEditorMenuHomeEditorMenuConfigConfiguration of the home editor menu
renamePromptMessageStringMessage shown when a player is asked to provide a new home name
renameCancelledMessageStringMessage shown when a player cancels the rename flow
renameSuccessMessageStringMessage shown when a home is successfully renamed
renameConflictMessageStringMessage shown when renaming a home fails because the name already exists
renameInvalidMessageStringMessage shown when the provided home name is invalid
iconUpdatedMessageStringMessage shown when the home icon has been updated
iconResetMessageStringMessage shown when the home icon is reset to the default
iconMissingItemMessageStringMessage shown when the player must hold an item to update the icon
wikiPlaceholderStringValue returned by the placeholder %tinyessentials_homes_wiki%

Usage Example

- entry: home_manager
name: "Manage player homes with permissions and cooldowns"
artifact: ""
defaultHomes: 0
permissionLimits: []
teleportCooldownSeconds: 0
homeCommand: ""
setHomeCommand: ""
deleteHomeCommand: ""
listHomeCommand: ""
basePermission: ""
homeSavedMessage: ""
teleportMessage: ""
cooldownMessage: ""
limitMessage: ""
removedMessage: ""
missingHomeMessage: ""
storageUnavailableMessage: ""
listHeader: ""
listEntry: ""
homesMenu: ""
homeEditorMenu: ""
renamePromptMessage: ""
renameCancelledMessage: ""
renameSuccessMessage: ""
renameConflictMessage: ""
renameInvalidMessage: ""
iconUpdatedMessage: ""
iconResetMessage: ""
iconMissingItemMessage: ""
wikiPlaceholder: ""