Commit Graph

219 Commits

Author SHA1 Message Date
Nick Minkler
f6485b8eb0 fix main class handling and handle version differently. API version
controls Major.minor and Vault controls sub-versions.
2014-05-23 16:28:32 -07:00
Nick Minkler
be253c5492 add missing VaultAPI repository if for any reason someone gets the mad
idea of building Vault without first building the API..
2014-05-21 22:43:28 -07:00
Nick Minkler
a1e41b4cc9 dont add leading 0 to version 2014-05-20 06:49:52 -07:00
Nick Minkler
d8eeae7d43 version increase due to API changes 2014-05-17 10:25:03 -07:00
Nick Minkler
ab29c150be update CC3 dependency to latest version. 2014-05-08 19:52:16 -07:00
Nick Minkler
a302f05eda Update Vault for VaultAPI changes 2014-05-08 19:13:05 -07:00
Nick Minkler
9411852e27 add OfflinePlayer methods to Economy. add AbstractEconomy to help with
translation into new methods. Update minor version due to API changes.
2014-05-08 07:10:45 -07:00
Nick Minkler
24f2b98eba update to bukkit 1.7.9-R0.1-SNAPSHOT for building. add placeholder UUID
methods in Permission layer.
2014-05-02 20:39:00 -07:00
gabizou
1d3442c4c1 Mark transitive dependencies as optional
Traditionally, Maven dependencies are marked as optional if they are not required to compile on top of the artifact, in this case, Vault. Usually though, since these dependencies are not marked as optional, the truly Mavenized dependencies (such as CraftConomy 3) will be sometimes included in the project structure, and unless excluded by the dependent plugin depending on Vault, those same dependencies will be leaked down the tree of dependencies.
2014-04-26 16:10:07 -07:00
Nick Minkler
be9dc9c8ef remove SDFEconomy repository as it's not stable. 2014-02-26 18:22:40 -08:00
Nick Minkler
4b2be56ae6 version increase to prevent confusion. 2014-02-21 10:18:37 -08:00
Nick Minkler
4506fa7329 build against CB 1.7.2-R0.3 2014-02-21 10:16:17 -08:00
Nick Minkler
f1b50edff6 Add overpermissions support, fix missing licenses, and correct all the
formatting problems.
Thanks @OverCaste
2014-02-21 10:03:30 -08:00
Nick Minkler
d28828849b forgot to increase version after last release, and remove unnecessary
imports.
2014-01-28 14:49:24 -08:00
Nick Minkler
a61189facd add surefire testing
add search valuation based on number of characters matched
Fix lots of items so they search properly
remove redstone lamp on as it's a technical block
2014-01-21 00:15:46 -08:00
Nick Minkler
8a47066707 InTime2 support is not ready for release, none of the interface methods
exist, and the plugin doesn't even have proper value support at this
time.  Removed until plugin author can make an actual economy that
supports values necessary for interoperability with Vault.
2014-01-18 07:05:59 -08:00
David Mitchell
940a916667 InTime2 Support
Updated to latest Vault and update to correct version of InTime2
2014-01-17 10:37:26 -05:00
Nick Minkler
73b6813df3 add sources 2014-01-14 14:45:40 -08:00
Nick Minkler
39ef3da9d7 missed trailing alligator 2014-01-14 14:41:04 -08:00
Nick Minkler
2c7bed91e6 cleanup javadoc generation, we still use the ant task 2014-01-14 14:39:45 -08:00
Nick Minkler
48c3c983a3 Add DigiCoin support, thanks @minizbot2012 2014-01-09 17:31:13 -08:00
Nick Minkler
0f738be238 update maven-javadoc-plugin to use 2.9.1 2014-01-09 06:38:32 -08:00
Matthew Nickson
8d83cc6576 Add support for KPerms
Add support for KPerms (http://dev.bukkit.org/bukkit-plugins/kperms)
2014-01-05 20:27:43 +13:00
Nick Minkler
c860fb7321 Merge pull request #488 from igwb/master
add support for GoldenChestEconomy
2014-01-01 14:57:35 -08:00
igwb
8fa0a80ac9 add support for GoldenChestEconomy 2014-01-01 22:01:37 +01:00
Nick Minkler
56b9ade1cd push to repo 2013-12-30 15:32:28 -08:00
Nick Minkler
5124e559b7 update PEX lib to latest 2013-12-28 16:36:29 -08:00
Nick Minkler
8d52c31ea1 version increase for developing toward next release. 2013-12-24 14:19:54 -08:00
Nick Minkler
8ff13422b6 version increase for development toward next release 2013-12-22 09:56:26 -08:00
Nick Minkler
2f7c7c3f8b version increase for release 2013-12-22 09:53:53 -08:00
Nick Minkler
93c468f273 update repo libs 2013-12-22 09:52:41 -08:00
Matt Low
2785006c8b Added 1.7's blocks and items
Signed-off-by: Matt Low <matt-low@darqy.net>
2013-12-19 12:05:07 -07:00
Nick Minkler
1e6db1c87a Merge pull request #478 from teamalpha5441/master
Added TAEcon support
2013-12-02 11:57:38 -08:00
teamalpha5441
c4a3d43380 Added TAEcon support 2013-11-28 01:46:49 +01:00
Chris Ward
ed13b977be Use TotalPermissions from file - fixes compiling. 2013-11-07 00:27:26 +11:00
LordRalex
e1203ce3ba TotalPermissions: Add chat support
Signed-off-by: LordRalex <lordralex@gmail.com>
2013-10-02 19:15:35 -05:00
SimSonic
39f58a6c79 Added rscPermissions support. 2013-09-04 12:02:56 +07:00
Nick Minkler
04b24a00c0 fix minefaconomy library 2013-08-04 13:45:23 -07:00
Coniin
14480d651f support Minefaconomy 0.2
added needed Files for Minefaconomy Support,
and chenges to pom.xml
2013-08-04 17:33:17 +02:00
Matthias Söhnholz
fc21c36c7e fix DroxPerms interaction with primary group
This adds an option that tries to guess if the Main-group of a Player
should be changed. This feature is disabled by default to not break
backward-compatibility.
To activate this, the following needs to be added to the DroxPerms
config file:

Vault:
  useOnlySubgroups: false

remove unused DroxPerms jar
2013-07-23 10:09:06 +02:00
Nick Minkler
2cb37ef0af @Grinch - kind of broke the pom, artifact shouldn't change. 2013-07-19 07:05:22 -07:00
Nick Minkler
aab4fb5f3a Merge pull request #438 from BleedObsidian/master
Add MiConomy support
2013-07-17 18:34:31 -07:00
BleedObsidian
14ea165d5c Add support for MiConomy
Add support for MiConomy

Fixed formmating
2013-07-18 01:01:02 +01:00
Nick Minkler
ee44bb02dd fixup the pom a bit more. 2013-07-16 15:22:05 -07:00
Steven Downer
9883e53968 Update plugin.yml
Signed-off-by: Steven Downer <grinch@outlook.com>
2013-07-16 09:29:48 -05:00
Nick Minkler
8b9f4ab472 version ++ 2013-07-11 20:59:19 -07:00
Nick Minkler
72727eb462 update pom for 1.6.2 2013-07-11 20:45:08 -07:00
Nick Minkler
d76a91380d update libs 2013-07-02 11:57:35 -07:00
LordRalex
b77b7beb6e TotalPermissions: Add basic hook 2013-06-27 15:32:35 -04:00
William Lebel
7ba9bca2a4 Craftconomy 3.1.4 update. 2013-06-15 01:20:19 -04:00
Nick Minkler
e90d3f937b compile against bukkit 1.5.2 2013-05-24 07:18:27 -07:00
Nick Minkler
e9773ca281 update pom for bukkit version 2013-04-27 11:46:32 -07:00
ZerothAngel
ee441a8246 zPermissions: Fix setting of world-specific permissions.
Give admins some degree of control over what's considered the "primary group."
  Decrease service priority.
2013-04-22 22:37:15 -07:00
Nick Minkler
0b244f0b6b version increase 2013-04-13 15:11:11 -07:00
ZerothAngel
387ce324e0 Add zPermissions Chat implementation (requires zPermissions 0.9.18+) 2013-04-02 10:27:49 -07:00
William Lebel
ea1c41233f Support for the new features in Craftconomy3 API. 2013-03-26 21:59:21 -07:00
Matt Low
48fede6057 why did you get left out?! 2013-03-25 14:58:58 -06:00
Nick Minkler
5d91e44c9c added updated bPerms2 library to test building against. 2013-03-08 13:54:53 -08:00
Nick Minkler
3172daef72 version increase 2013-03-01 16:25:20 -08:00
William Lebel
de7a6e8a1e Multiworld support for Craftconomy3. Bumped the version to 3.1.2 & added a default goal to Vault.
Also did some formatting.

Signed-off-by: William Lebel <lebelwilliam@gmail.com>
2013-02-28 20:49:53 -05:00
Nick Minkler
016dae60b5 version increase 2013-02-13 10:30:22 -08:00
Nick Minkler
20159ae028 fix all the errors. 2013-02-07 23:48:05 -08:00
Nick Minkler
bc9ec51fad wrong scope 2013-02-06 16:43:09 -08:00
Nick Minkler
f2e3e2b3e4 compile against Priveleges repository version. 2013-02-06 16:41:55 -08:00
William Lebel
79bbee126d Updated Craftconomy hook to latest API changes. Made the pom.xml downloads from the repository. 2013-02-05 14:22:40 -05:00
Sleaker
f76441fdf4 build against latest beta. Added missing 1.4.6 items. 2013-01-20 14:09:39 -08:00
Sleaker
b81be20069 update pom.xml for new CB version 2013-01-19 10:59:31 -08:00
Sleaker
f6cee62506 Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2012-12-26 16:22:43 -08:00
Sleaker
48e66f2e34 update for new timertask scheduling. cancel all tasks when the plugin is
shutdown.
2012-12-26 16:22:32 -08:00
Omwah
97331d95be Add changes necessary for supporting SDFEconomy 2012-12-22 14:40:59 -08:00
Stephanie Gardner
84299c15bb The rest of the files for an XPBank hook 2012-12-17 11:02:29 -05:00
Sleaker
43cdabaeeb update pom 2012-12-13 07:32:31 -08:00
Sleaker
a970099eaa version up 2012-12-12 23:43:26 -08:00
Sleaker
2c7ebf8500 version increase 2012-12-10 07:17:18 -08:00
Sleaker
b89459a6ba fix pom 2012-12-10 06:45:55 -08:00
Sleaker
3f72dfbffc Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2012-12-10 01:04:15 -08:00
Sleaker
1edb6d2bb1 build against latest CB 2012-12-10 01:03:57 -08:00
Jeffrey Wardian
397ad340c7 Fixed Privileges implementation. 2012-12-01 19:00:40 -08:00
Sleaker
0caff7662f version increase for development toward next release 2012-11-19 20:54:59 -08:00
Sleaker
245a0c8cff updated to CB 1.4.2 beta. added 1.4 items to item class. 2012-11-10 17:34:42 -08:00
William Lebel
2d5c702ca9 Fixing the pom.xml to be able to be used with Sonar. 2012-10-26 18:14:51 -04:00
Sleaker
b90b6d6ce5 build against latest CB. 2012-10-17 19:45:02 -07:00
Sleaker
78fb12fb94 path fix for CommandsEX.jar 2012-10-16 16:28:00 -07:00
mung3r
2c87954d4f added missing entry for CommandsEX in pom.xml 2012-10-16 16:13:11 -07:00
Sleaker
e15bc63c50 version+ for dev toward next. 2012-09-30 20:18:09 -07:00
Sleaker
9016e29762 Fixed not updating the pom or including the proper license header. 2012-09-24 06:12:40 -07:00
Sleaker
e39061d851 fix pom 2012-09-21 15:35:55 -07:00
William Lebel
fa8d51fa24 Craftconomy3 update
Signed-off-by: William Lebel <lebelwilliam@gmail.com>
2012-09-21 18:20:29 -04:00
flobi
718cb88564 GoldIsMoney update 2012-09-02 21:10:42 -04:00
Sleaker
48b762dc70 indentation fixes 2012-08-29 10:33:53 -07:00
Sleaker
3c3a15096d fix version of mChat in pom.xml 2012-08-26 09:23:19 -07:00
Sleaker
3a491211bf Version++ for work toward next release 2012-08-25 08:56:29 -07:00
Sleaker
757d3bf21d version increase. 2012-08-13 12:17:46 -07:00
William Lebel
e95cac855c Added Craftconomy3 support 2012-08-13 15:04:04 -04:00
mung3r
efb90167bb updated bukkit to rb in pom.xml 2012-08-08 23:46:49 -07:00
Sleaker
0404360071 updated some more libs 2012-08-08 06:42:50 -07:00
Sleaker
1414610edd update to 1.19.3 for PEX 2012-08-08 06:33:41 -07:00
Tristen Allen
c8b8be0ac2 Updated DroxPerms to 0.4.0
Couple changes here - DroxPerms 0.4.0 has methods
for getting a list of groups, so now DroxPerms is 100% Vault
compatible. *woo*
2012-08-04 15:35:31 -04:00
Sleaker
feff3044df fix pom.xml for Gringotts merge.
Started working on new Wood step/stair for 1.3.1
2012-08-03 10:01:23 -07:00
mung3r
95dfcb0205 point craftbukkit snapshot until 1.3 rb 2012-08-03 07:29:21 -07:00