Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
feat(commands) regestired commands in plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anhgelus committed Nov 4, 2022
1 parent d2a9a0f commit 7056f77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'world.anhgelus'
version = '0.4.3-alpha.1'
version = '0.4.3-alpha.2'

repositories {
mavenCentral()
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ prefix: Manhunt
depend: [ GameLibrary ]
authors: [ "Anhgelus Morhtuuzh" ]
description: A plugin aiming to add useful utilities for a manhunt game
commands:
game:
description: Game management commands
usage: Not working
manhunt:
description: Manhunt commands
usage: Not working

0 comments on commit 7056f77

Please sign in to comment.