Skip to content

Commit

Permalink
v0.82:
Browse files Browse the repository at this point in the history
  - Fix Towny not being in the depend list (instead of the softdepend
list.)
    - Should solve load order issues.
  • Loading branch information
LlmDl committed Oct 30, 2020
1 parent 6be15e6 commit 2044a6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.palmergames.bukkit</groupId>
<artifactId>TownyChat</artifactId>
<packaging>jar</packaging>
<version>0.81</version>
<version>0.82</version>

<licenses>
<license>
Expand Down Expand Up @@ -72,9 +72,9 @@

<dependencies>
<dependency>
<groupId>com.palmergames.bukkit.towny</groupId>
<groupId>com.github.TownyAdvanced</groupId>
<artifactId>Towny</artifactId>
<version>0.96.2.17</version>
<version>0.96.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
5 changes: 4 additions & 1 deletion resources/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,7 @@ v0.80:
- Add townychat.chat.format.* childnodes to plugin.yml so players are explicitly not given them.
- Closes https://github.com/TownyAdvanced/Towny/issues/4351
v0.81:
- Fix double prefix displaying on the message shown when using a channel command for the channel you're already joined to.
- Fix double prefix displaying on the message shown when using a channel command for the channel you're already joined to.
v0.82:
- Fix Towny not being in the depend list (instead of the softdepend list.)
- Should solve load order issues.
4 changes: 2 additions & 2 deletions resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors: [ElgarL, Shade, phrstbrn, LlmDl]
website: http://towny.palmergames.com/towny/townychat/
description: >
TownyChat plugin which hooks into Towny.
softdepend: [Towny, CraftIRC, PlaceholderAPI, dynmap]
depend: [Towny]
softdepend: [CraftIRC, PlaceholderAPI, dynmap]

############################################################
# +------------------------------------------------------+ #
Expand Down

0 comments on commit 2044a6b

Please sign in to comment.