Commit Graph

797 Commits

Author SHA1 Message Date
Nick Minkler
d043e6a153 fix missing return statement in command section. fixes Issue #554 2014-06-27 06:34:01 -07:00
Nick Minkler
28d39b7ece don't use overrides on non-abstract methods 2014-06-25 22:55:35 -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
cb4f2055a5 add changes to Chat_PermissionsEx for uuid support. 2014-06-25 22:07:22 -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
1a82dcb40d fix chmod issue 2014-06-24 15:26:31 -07:00
Nick Minkler
0ac2b4aded rename do-publish to do-build 2014-06-24 15:14:01 -07:00
Nick Minkler
ccc4f7c97d cleanup how we do the build, manually run the publish script instead of
letting travis run maven.
2014-06-24 15:04: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
8c20b044df Merge branch 'master' of https://github.com/MilkBowl/Vault/ 2014-06-05 06:22:31 -07:00
Nick Minkler
b02309f933 add a small helper message in vault-convert to let the command user know
what economies vault can see as loaded when the command is run.
2014-06-05 06:22:21 -07:00
Nick Minkler
057293232b Update README.md 2014-05-28 13:45:53 +00:00
Nick Minkler
b3783bb262 Move console log for update check to before we run the update checker.
version increase for development to next version.
2014-05-23 22:41:35 -07:00
Nick Minkler
b9deb22737 forgot the superperms message too. 2014-05-23 22:32:41 -07:00
Nick Minkler
111cea97a7 fix duplicate [Vault] in messages 2014-05-23 22:30:05 -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
a535f8bc56 update gitignore 2014-05-08 19:21:58 -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
a45186c3ef fix javadocs 2014-05-02 22:17:27 -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
Nick Minkler
b75d0ef290 Merge pull request #532 from gabizou/master
Mark transitive dependencies as optional
2014-04-26 17:56:38 -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
0b306d01ec add itemstack test 2014-02-26 18:12:43 -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
4640fc2e9d Add a couple more missing items/blocks. Fix Material test so it ignores
technical blocks, and deprecated blocks.
2014-02-21 10:13:46 -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
b7c7ca4cce just report that there was an issue checking when the http connection
fails instead of reporting the full stack trace.
2014-02-01 20:54:28 -08:00
Nick Minkler
9065713a6a add missing material test to make sure we register all bukkit materials
atleast once.
Add missing Golden Carrot
2014-01-29 22:43:05 -08:00
Nick Minkler
ed2401d9ac forgot to identify the plugin in the messager 2014-01-28 17:34:04 -08:00
Nick Minkler
7c7a091661 adjust update message formatting 2014-01-28 17:26:13 -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
07ece8d5f6 added config.yml as requested. 2014-01-28 12:20:52 -08:00
Nick Minkler
762489b779 reduce log verbosity. 2014-01-28 12:06:24 -08:00
Nick Minkler
5b6ce6ce6a add some more documentation on the Items search methods. 2014-01-21 00:37:56 -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
8d1f0f6bd2 add getItemList method to grab an unmodifiablelist of registered
iteminfos.
2014-01-20 20:19:40 -08:00
Nick Minkler
43a5493628 Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2014-01-20 15:16:19 -08:00
Nick Minkler
5d286c9e69 loop over all search attributes in case there are cases with more
matches.
2014-01-20 15:15:57 -08:00
Nick Minkler
de026e71fa Merge pull request #503 from gabizou/master
Add thew various Monster Spawn Egg blocks, fix itemByName lookup strings...
2014-01-20 14:41:40 -08:00