Skip to content

Commit

Permalink
v3.1.4: Fix disableGainingPlaytimeInWorlds reset bug (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCollaert committed Feb 2, 2023
1 parent d3859c2 commit f53e6cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.backtobedrock</groupId>
<artifactId>Rewardslite</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<packaging>jar</packaging>

<name>RewardsLite</name>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.2-R0.1-SNAPSHOT</version>
<version>1.19.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -102,7 +102,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.10.9</version>
<version>2.11.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/resources/reward-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ maximumAmountPending: -1
maximumAmountRedeemed: -1

#In which worlds should playtime not count towards this reward?
disableGainingchePlaytimeInWorlds: [ ]
disableGainingPlaytimeInWorlds: [ ]

#In which worlds should be claiming this reward not be possible?
disableRedeemingInWorlds: [ ]
Expand Down

0 comments on commit f53e6cf

Please sign in to comment.