mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
update for 1.21 because this pull hasnt been merged yet
This commit is contained in:
parent
2c99a45fcd
commit
71272dae59
16
pom.xml
16
pom.xml
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>Jobs</groupId>
|
<groupId>Jobs</groupId>
|
||||||
<artifactId>jobs</artifactId>
|
<artifactId>jobs</artifactId>
|
||||||
@ -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>
|
||||||
@ -232,7 +232,7 @@
|
|||||||
<url>https://repo.bg-software.com/repository/api/</url>
|
<url>https://repo.bg-software.com/repository/api/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- MyPet -->
|
<!-- MyPet -->
|
||||||
<!--<repository> <id>mypet-repo</id> <url>https://repo.mypet-plugin.de/</url>
|
<!--<repository> <id>mypet-repo</id> <url>https://repo.mypet-plugin.de/</url>
|
||||||
</repositor> -->
|
</repositor> -->
|
||||||
</repositories>
|
</repositories>
|
||||||
<!-- Builds Plugin -->
|
<!-- Builds Plugin -->
|
||||||
|
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user