Skip to content

Commit eeada75

Browse files
committed
bump JpsCore to 1.11.0
1 parent dde0356 commit eeada75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@
164164
<dependency>
165165
<groupId>gg.jps</groupId>
166166
<artifactId>JpsCore</artifactId>
167-
<version>1.10.7</version>
167+
<version>1.11.0</version>
168168
<scope>system</scope>
169-
<systemPath>${project.basedir}/lib/jpscore-1.10.7.jar</systemPath>
169+
<systemPath>${project.basedir}/lib/jpscore-1.11.0.jar</systemPath>
170170
</dependency>
171171
</dependencies>
172172
</project>

src/main/java/com/github/elic0de/thejpspit/hook/economy/JpsCoreHook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void takeMoney(PitPlayer player, BigDecimal amount){
5050
public void giveMoney(PitPlayer player, BigDecimal amount){
5151
api.giveBySystem(
5252
PlayerUuidStr.instance(player.getPlayer()), PluginName.instance(TheJpsPit.getInstance().getName()),
53-
new MoneyJp(amount), PassBookNote.instance("PITで付与"), false
53+
new MoneyJp(amount), PassBookNote.instance("PITで付与"), IJpsBankApi.AddableToDailyEarnAmount.YES
5454
);
5555
player.getBoard().updateCoins();
5656
}

0 commit comments

Comments
 (0)