- Adds teleport delay option with these config options:
delay: # Delay after running the command to teleporting
enabled: false
time-in-seconds: 5
cancel-on-move: true
buffer: 0.5
- Adds
homes.delay.bypass
permissions - Adds CONSOLE-ONLY command
importhomes
- please look at The README for information on how to use this. - Adds bed home option, with this config:
bed-home: #set a home when interacting with a bed
enabled: false
- Adds
homes.bed
permission - Adds various locale messages
Tested on 1.21.3
Add 'lockout' functionality. Tested on 1.21.3
Adds this section to the config.yml:
# Should people be prevented from using homes they set before their permissions were adjusted to be lower? (i.e. they
# had permission to set 5 homes before, and now they only have permission to set 3)
lockout:
enabled: false
home: true
homelist: false
deletehome: false #dunno why you'd enable this unless you want people to be completely locked out but okay
Adds this line in the locale.yml, under 'errors'
cannot-use-command: "<red>You currently have more than <dark_red><bold><value></bold></dark_red> homes. In order to use <gray><command></gray> you must first delete some homes.</red>"
Players that have homes.count.bypass
will not be affected by this setting