28 lines
818 B
YAML
28 lines
818 B
YAML
name: InfiniteHomes
|
|
version: 1.1
|
|
main: com.user404_.infinitehomes.InfiniteHomes
|
|
website: https://www.spigotmc.org/resources/infinitehomes-unlimited-or-configurable-homes-system.128492/
|
|
api-version: 1.21
|
|
commands:
|
|
sethome:
|
|
description: Set a home with the given name.
|
|
usage: /sethome <name>
|
|
delhome:
|
|
description: Delete a home with the given name.
|
|
usage: /delhome <name>
|
|
aliases: [deletehome]
|
|
home:
|
|
description: Teleport to a home with the given name.
|
|
usage: /home <name>
|
|
aliases: [h]
|
|
homes:
|
|
description: List all your homes.
|
|
usage: /homes
|
|
aliases: [listhomes]
|
|
homecount:
|
|
description: Set the global home limit (OP only).
|
|
usage: /homecount <number>
|
|
homecooldown:
|
|
description: Set the global home cooldown (OP only).
|
|
usage: /homecooldown <seconds>
|