Commit Graph

201 Commits

Author SHA1 Message Date
Rodney Ramos 3bc8968071 merged 1.6 api update in pom.xml 2016-06-24 13:29:45 -07:00
Sleaker 843882cb5b fix typo 2015-10-19 13:53:37 -07:00
Sleaker ff60160fd5 make Priviliges into a system dependency by including it in the repository. 2015-10-19 13:45:55 -07:00
Sleaker dd70187ee7 Update version to pull in fix for banner colors. 2015-08-18 08:47:22 -07:00
Sleaker 528f735dcc Fix pom.xml referencing non-existent krinsoft repo. Increase version for
next release.
2015-08-15 19:07:56 -07:00
OverCaste 05c5c36f47 Fixed formatting, and other stuff like licenses. I guess those changed out from under me. 2015-06-20 22:25:56 -05:00
OverCaste eddd072f80 Updated OverPermissions support to v2.0.0 2015-06-20 20:11:42 -05:00
Nick Minkler 064b8b7e1d update vault with new API build. 2015-03-25 09:41:26 -07:00
Nick Minkler 89939eec12 Update pom.xml for latest CC3 snapshot 2015-02-22 17:28:36 -08:00
Nick Minkler 4f39654fbd Update pom.xml
Fixes cc3 version to look at correct repos.
2015-01-13 09:55:23 -08:00
Nick Minkler 0c3affcee2 Update pom.xml
CC3 snapshot is no longer available.
2015-01-13 09:28:50 -08:00
Nick Minkler 9fdf4b592e Merge branch 'master' of https://github.com/MilkBowl/Vault/ 2015-01-13 08:29:47 -08:00
Nick Minkler b0bc1407e8 fix incorrect import in PEX chat connector causing load failures. 2015-01-13 08:29:38 -08:00
William Lebel a4f1cb6530 Craftconomy 3.2 update 2015-01-03 23:57:34 -05:00
Nick Minkler 18377681e0 fix convert command to take initial balance into account. 2014-12-18 16:27:35 -08:00
Nick Minkler cc0e8d5131 update PEX to 1.23 2014-12-14 13:08:42 -08:00
Nick Minkler 3d9e793881 update to latest VaultAPI version and set minor version back to 0 for
next release.
2014-12-07 22:20:00 -08:00
Nick Minkler c53fb2b2e6 still have to include the bukkit public repository because DroxPerms has
an invalid pom.
2014-12-07 19:40:34 -08:00
Nick Minkler 6a9abee471 update to Bukkit 1.8-R0.1 2014-12-07 13:45:00 -08:00
Nick Minkler bf562d90de set version to 1.4.2 to indicate release version 2014-11-30 13:02:20 -08:00
Nick Minkler 07e03c6fd8 adjust pom. No 1.7.9 snapshot exists, so use release version. Add
VaultAPI repo so we know where to find the VaultAPI jar.
2014-11-30 12:51:20 -08:00
Nick Minkler b1ed9dcd05 update Droxperms to 1.0.0-SNAPSHOT 2014-11-30 10:55:27 -08:00
Nick Minkler 170d34df48 Revert "Merge pull request #579 from Spyboticsguy/master"
This reverts commit c3e4a56b79, reversing
changes made to bef6642de6.
2014-11-30 10:53:34 -08:00
Tristen Allen 74be09bd41 Update DroxPerms' UUID support
DroxPerms' API now supports UUIDs. barring a pull request to DP

(I will have sent such a pull request to DP before sending this one.)
2014-07-09 22:38:54 -04:00
Nick Minkler bef6642de6 remove unnecessary repository 2014-07-03 23:35:30 -07:00
Nick Minkler 5579a00fe1 remove old economy plugins that aren't updated & wont ever be. 2014-06-25 22:24:18 -07:00
Nick Minkler dbab5cabaa remove zPermissions as they support Vault directly. 2014-06-25 22:12:53 -07:00
Nick Minkler 30828d082d update PEX dependency to 1.22, fix deprecated method usage and update to
UUID support for OfflinePlayer object calls. people should not be using
playerNames for checks anylonger as they are deprecated
2014-06-25 19:39:11 -07:00
Nick Minkler fb73dfae01 define snapshot repository 2014-06-24 14:00:49 -07:00
Nick Minkler 0947b7e016 update version to .2-SNAPSHOT for development toward next release. 2014-06-24 12:12:08 -07:00
Nick Minkler e358160cca add travis.yml, scripts, and settings to get auto-building. 2014-06-24 12:03:24 -07:00
Nick Minkler 484bb026cc fix version 2014-05-23 22:15:30 -07:00
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