Skip to content

Commit

Permalink
fix depend issue
Browse files Browse the repository at this point in the history
  • Loading branch information
honnisha committed Jul 7, 2022
1 parent 62af91a commit f08770c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>honny</groupId>
<artifactId>HonnyCompass</artifactId>
<version>1.1</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>HonnyCompass</name>
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ honnycompass.reload

## Preview:
![preview](https://github.com/honnisha/HonnyCompass/blob/main/preview/Peek-2022-05-07.23-06.gif?raw=true)

# Bugs
If you encounter a bug, then write about it in the issues section. I'll try to fix it as soon as I have time.
4 changes: 3 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ version: '${project.version}'
main: honny.HonnyCompass
api-version: 1.18

depend:
- BetonQuest

softdepend:
- AuthMe
- BetonQuest

commands:
honnycompass:
Expand Down

0 comments on commit f08770c

Please sign in to comment.