1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-29 05:55:27 +01:00

update for 1.21 because this pull hasnt been merged yet

This commit is contained in:
Jsinco 2024-07-10 06:02:37 -04:00
parent 2c99a45fcd
commit 71272dae59
2 changed files with 9 additions and 9 deletions

10
pom.xml
View File

@ -150,11 +150,11 @@
</exclusions> </exclusions>
</dependency> </dependency>
<!-- CMILib --> <!-- CMILib -->
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>com.github.Zrips</groupId>--> <!-- <groupId>com.github.Zrips</groupId>-->
<!-- <artifactId>CMILib</artifactId>--> <!-- <artifactId>CMILib</artifactId>-->
<!-- <version>1.4.7.4</version>--> <!-- <version>1.4.7.4</version>-->
<!-- </dependency>--> <!-- </dependency>-->
<!-- WildStacker --> <!-- WildStacker -->
<dependency> <dependency>
<groupId>com.bgsoftware</groupId> <groupId>com.bgsoftware</groupId>

View File

@ -16,7 +16,7 @@ import com.gamingmesh.jobs.container.JobsPlayer;
public class JobsPayment1_20Listener implements Listener { public class JobsPayment1_20Listener implements Listener {
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true) @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
public void onEntityBucketed(BlockDropItemEvent event) { public void onBlockDropItem(BlockDropItemEvent event) {
Player player = event.getPlayer(); Player player = event.getPlayer();