From 7b8f73f0af7c0743ffd6c9c8fd7ab5268a7c65d9 Mon Sep 17 00:00:00 2001 From: Eric Stokes Date: Mon, 16 Jan 2012 19:45:29 -0700 Subject: [PATCH] Bump Allpay version. This adds EconXP support. --- lib/allpay | 2 +- pom.xml | 9 ++++++++- .../com/onarandombox/MultiverseCore/MultiverseCore.java | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lib/allpay b/lib/allpay index 18c55a90..7abba1f0 160000 --- a/lib/allpay +++ b/lib/allpay @@ -1 +1 @@ -Subproject commit 18c55a9070a5e64b2cb0737940290643f324fa7d +Subproject commit 7abba1f0040862e9fabdafb3d44c6cf0b914cc7c diff --git a/pom.xml b/pom.xml index 146295f7..47364a2d 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ - ${project.basedir}/lib/allpay/src + ${project.basedir}/lib/allpay/src/main/java ${project.basedir}/lib/commandhandler/src ${project.basedir}/lib/commandhandler/lib/ShellParser/src @@ -229,6 +229,13 @@ jar compile + + ca.agnate + EconXP + 1.0.0 + jar + compile + diff --git a/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java b/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java index 64f9e747..e10965ae 100644 --- a/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java +++ b/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java @@ -171,7 +171,7 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core { private int pluginCount; private DestinationFactory destFactory; private SpoutInterface spoutInterface = null; - private static final double ALLPAY_VERSION = 3; + private static final double ALLPAY_VERSION = 5; private static final double CH_VERSION = 4; private MVMessaging messaging;