Configuration
Commands
- /home (name) âš Teleports to your home
- /sethome (name) âš Sets a new home at your location
- /delhome (name) âš Deletes a home by name
- /homes âš Opens home GUI
- /homes reload âš Reloads Home configuration
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/Homes
|- GUI/
|- confirmgui.yml
|- gui.yml
|- config.yml
|- messages.yml
|- homes.db
default-max-homes: 3 # max homes for players (default)
teleport-delay: 5 # teleport countdown
worlds: # worlds where you want to enable/disable home usage (creating a home)
blacklist-enabled: false
blacklisted: []
whitelisted: []
home-name:
max-length: 16 # max length for a home name
allow-numbers: true # if you want to allow numbers in the home name
gui:
home-slots: 5 # how many slots in the home GUI
bed-start-slot: 11
candle-start-slot: 20
fill-empty-slots: false # filler GUI
action-bar:
teleporting: '&fTeleporting in &#BC6EFF{seconds}s'
cancelled: '&#FF1B1BTeleport cancelled because you moved'
sounds:
set-home: BLOCK_NOTE_BLOCK_PLING
teleport: ENTITY_ENDERMAN_TELEPORT
teleport-countdown: ENTITY_ARROW_SHOOT
delete: BLOCK_ANVIL_LAND
| Permission | Description | Default |
|---|---|---|
smp.homes | Allows using /home and /homes commands | true |
smp.homes.set | Allows setting homes with /sethome | true |
smp.homes.delete | Allows deleting homes with /delhome | true |
smp.homes.reload | Allows reloading the Homes configuration | op |
smp.homes.limit.X | Allows setting up to X homes (where X is a number) | false |
smp.homes.slot.X | Unlocks additional GUI slots (where X is 5, 9, 18, 27, 36, 45, 54) | false |
smp.homes.* | Bypasess all commands and lets you have infinite number of homes | op |