diff --git a/TheButtonAutoFlair.jar b/TheButtonAutoFlair.jar index 7a36697..7464bf7 100644 Binary files a/TheButtonAutoFlair.jar and b/TheButtonAutoFlair.jar differ diff --git a/TheButtonAutoFlair/.classpath b/TheButtonAutoFlair/.classpath index c12a94a..73de7ac 100644 --- a/TheButtonAutoFlair/.classpath +++ b/TheButtonAutoFlair/.classpath @@ -28,5 +28,6 @@ + diff --git a/TheButtonAutoFlair/pom.xml b/TheButtonAutoFlair/pom.xml index 76df524..25bc451 100644 --- a/TheButtonAutoFlair/pom.xml +++ b/TheButtonAutoFlair/pom.xml @@ -58,12 +58,4 @@ https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - - org.spigotmc - spigot-api - 1.8.8-R0.1-SNAPSHOT - provided - - \ No newline at end of file diff --git a/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/ChatProcessing.java b/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/ChatProcessing.java index ae1a298..a983d51 100644 --- a/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/ChatProcessing.java +++ b/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/ChatProcessing.java @@ -140,7 +140,7 @@ public class ChatProcessing { if (formattedmessage.matches("(?i).*" + Pattern.quote(p.getName()) + ".*")) { if (PlayerListener.NotificationSound == null) - p.playSound(p.getLocation(), Sound.ORB_PICKUP, 1.0f, + p.playSound(p.getLocation(), Sound.ENTITY_ARROW_HIT_PLAYER, 1.0f, 0.5f); else p.playSound(p.getLocation(), @@ -180,7 +180,7 @@ public class ChatProcessing { + Pattern.quote(nwithoutformatting) + ".*")) { p = Bukkit.getPlayer(PlayerListener.nicknames.get(n)); if (PlayerListener.NotificationSound == null) - p.playSound(p.getLocation(), Sound.ORB_PICKUP, 1.0f, + p.playSound(p.getLocation(), Sound.ENTITY_ARROW_HIT_PLAYER, 1.0f, 0.5f); // 2015.08.12. else p.playSound(p.getLocation(), diff --git a/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/ChatProcessing.class b/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/ChatProcessing.class index 80dc5d8..24bdb6c 100644 Binary files a/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/ChatProcessing.class and b/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/ChatProcessing.class differ