+ Added Auto-claim; Enable it via /region auto, wander around unclaimed chunks, and they will be automatically claimed! Run the command again to disable it. + Added options for entry and leave messages when a player enters or leaves a claimed chunk:
Code (YAML):
enter-leave-chunk-messages: # Three valid options: # 'title': Using titles and sub-titles # 'actionbar': Using action-bar # 'chat': Using normal chat type: 'title'
Check the language file, Homestead will add new messages for each type:
Code (YAML):
enter-chunk-message:
type-title:
title: "&6{region}" subtitle: "&e{region-description}" type-actionbar: "&eYou enter the territory of &6{region} &e| &e{region-description}"# Unused variables: {region-owner} type-chat: "&eYou enter the territory of &6{region} &e| &e{region-description}"# Unused variables: {region-owner} leave-chunk-message:
type-title:
title: "&2Wilderness" subtitle: "&aYou left the territory of &6{region}&a." type-actionbar: "&eYou left the territory of &6{region}." type-chat: "&eYou left the territory of &6{region}."