Intégration complète de la calculatrice
This commit is contained in:
@@ -31,7 +31,7 @@ public class ChatAnalysisManager implements Listener {
|
||||
onPlayerJoin(new PlayerJoinEvent(p, "")); // simule l'évènement d'arrivé d'un joueur, pour le rajouter
|
||||
}
|
||||
|
||||
@EventHandler(priority=EventPriority.HIGH,ignoreCancelled=true)
|
||||
@EventHandler(priority=EventPriority.HIGHEST,ignoreCancelled=true)
|
||||
public void onAsyncPlayerChat(AsyncPlayerChatEvent event)
|
||||
{
|
||||
try {
|
||||
@@ -39,7 +39,7 @@ public class ChatAnalysisManager implements Listener {
|
||||
} catch (NullPointerException e) { }
|
||||
}
|
||||
|
||||
@EventHandler(priority=EventPriority.HIGH)
|
||||
@EventHandler(priority=EventPriority.HIGHEST)
|
||||
public void onPlayerCommandPreprocess (PlayerCommandPreprocessEvent event)
|
||||
{
|
||||
try {
|
||||
|
Reference in New Issue
Block a user