Listen on low so that other plugins could hook into before

This is necessary if you want to do something like automatic completion
of the sign for group/bank accounts.
This commit is contained in:
Phoenix616 2020-05-03 02:34:57 +01:00
parent 4673a3f00c
commit 9ae6725c5d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import static com.Acrobot.ChestShop.Events.PreShopCreationEvent.CreationOutcome.
*/
public class NameChecker implements Listener {
@EventHandler(priority = EventPriority.LOWEST)
@EventHandler(priority = EventPriority.LOW)
public static void onPreShopCreation(PreShopCreationEvent event) {
handleEvent(event);
}