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
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
Nick Minkler
4ae1bd67b7
Merge pull request #492 from lightniinja/master
...
Add support for KPerms
2014-01-06 11:39:44 -08:00
Matthew Nickson
9edd6d6817
Add imports
...
add imports instead of using package name infront of classes.
2014-01-07 08:26:34 +13: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
6317963da4
Merge pull request #491 from igwb/master
...
fix GoldenChestEconomoy incorrectly rounding
2014-01-04 11:07:33 -08:00
igwb
c44f36f605
fix GoldenChestEconomoy incorrectly rounding
2014-01-04 16:39:24 +01:00
Nick Minkler
c6ef520833
fix GoldenChestEconomy attempting to register as GoldIsMoney on startup.
...
Start tagging some item methods as Deprecated.
2014-01-02 14:47:26 -08: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
0f1b2dad3f
Add World support to PEX addgroup/removegroup for world-specific groups.
...
Resolves issue #462
2013-12-28 16:51:21 -08:00
Nick Minkler
5124e559b7
update PEX lib to latest
2013-12-28 16:36:29 -08:00