Skip to content

Commit

Permalink
spigot: remove commands from plugin.yml, fix registration on spigot s…
Browse files Browse the repository at this point in the history
…ervers
  • Loading branch information
WiIIiam278 committed Sep 30, 2023
1 parent 09c6045 commit ce30d6e
Showing 1 changed file with 1 addition and 65 deletions.
66 changes: 1 addition & 65 deletions bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,68 +18,4 @@ libraries:
- 'com.mysql:mysql-connector-j:${mysql_driver_version}'
- 'org.mariadb.jdbc:mariadb-java-client:${mariadb_driver_version}'
- 'org.xerial:sqlite-jdbc:${sqlite_driver_version}'
- 'com.h2database:h2:${h2_driver_version}'

commands:
home:
usage: /<command> <name>
sethome:
usage: /<command> <name>
homelist:
usage: /<command> [player] [page]
aliases: [ homes ]
delhome:
usage: /<command> <name>
edithome:
usage: /<command> <name> [rename|description|relocate|privacy] [args]
phome:
usage: /<command> [<owner_name>.<home_name>]
aliases: [ publichome ]
phomelist:
usage: /<command> [page]
aliases: [ publichomelist, phomes ]
warp:
usage: /<command> <name>
setwarp:
usage: /<command> <name>
warplist:
usage: /<command> [page]
aliases: [ warps ]
delwarp:
usage: /<command> <name>
editwarp:
usage: /<command> <name> [rename|description|relocate] [args]
tp:
usage: /<command> <target> [destination]
aliases: [ tpo ]
tphere:
usage: /<command> <player>
aliases: [ tpohere ]
tpa:
usage: /<command> <player>
tpahere:
usage: /<command> <player>
tpaccept:
usage: /<command> [player]
aliases: [ tpyes ]
tpdecline:
usage: /<command> [player]
aliases: [ tpdeny, tpno ]
rtp:
usage: /<command> [player] [world]
tpignore:
usage: /<command>
tpoffline:
usage: /<command> <player>
tpall:
usage: /<command>
tpaall:
usage: /<command>
spawn:
usage: /<command>
setspawn:
usage: /<command>
back:
usage: /<command>
huskhomes:
usage: /<command> [about|help|reload|import|update]
- 'com.h2database:h2:${h2_driver_version}'

0 comments on commit ce30d6e

Please sign in to comment.