Initial commit
This commit is contained in:
17
src/main/resources/plugin.yml
Normal file
17
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: InfiniteHomes
|
||||
version: 1.0
|
||||
main: com.user404_.infinitehomes.InfiniteHomes
|
||||
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>
|
||||
home:
|
||||
description: Teleport to a home with the given name.
|
||||
usage: /home <name>
|
||||
homecount:
|
||||
description: Set the global home limit (OP only).
|
||||
usage: /homecount <number>
|
||||
Reference in New Issue
Block a user