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
Gabriel Harris-Rouquette
c90bc3104d
Add thew various Monster Spawn Egg blocks, fix itemByName lookup strings in the Monster egg.
2014-01-20 14:30:38 -08:00
Nick Minkler
2260216731
Add missing items, Grassless Dirt, Nether Brick Slab, Acacia Step, Dark
...
Oak Step, Mossy Cobblestone Wall, Slightly Damaged Anvil, Very Damaged
Anvil. thanks @gabizuo for finding these.
2014-01-20 13:03:30 -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
Nick Minkler
97d512348d
Merge pull request #502 from boozaa/patch-1
...
Update Economy_InTime2.java
2014-01-18 05:33:19 -08:00
boozaa
e49f3c2f12
Update Economy_InTime2.java
...
Remove all '+ +' annotations
2014-01-18 13:09:08 +01:00
Nick Minkler
114c24c64e
Merge pull request #500 from Dmitchell94/master
...
InTime2 Support
2014-01-17 16:30:56 -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