Commit Graph

476 Commits

Author SHA1 Message Date
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
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
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
boozaa
e49f3c2f12 Update Economy_InTime2.java
Remove all '+ +' annotations
2014-01-18 13:09:08 +01: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
48c3c983a3 Add DigiCoin support, thanks @minizbot2012 2014-01-09 17:31:13 -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
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
igwb
8fa0a80ac9 add support for GoldenChestEconomy 2014-01-01 22:01:37 +01: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
e0fa3a2433 fix latest stable version including 'Vault' in the name 2013-12-24 14:09:22 -08:00
Nick Minkler
8f408a635b programmatically set permissions because bukkit doesn't handle load
order startup plugin permissions properly when overriden in
permissions.yml
2013-12-24 14:01:04 -08:00
Nick Minkler
25916757e5 cleanup the update display message, and remove debug line 2013-12-24 13:41:08 -08:00
Nick Minkler
c94c85d16b adjust update messages, pull the actual version into a String for
dumping to screen.
2013-12-24 13:27:46 -08:00
Nick Minkler
c6903d5044 Fix regexp, period needs to be escaped. Use better exception handling. 2013-12-24 13:23:35 -08:00
Nick Minkler
a64a341a35 don't access ConsoleCommandSender until after processes start running,
also fix if permissions get altered while server is running.
2013-12-24 13:19:03 -08:00
Nick Minkler
89dd252bf4 dump the stack trace for the URL connection. 2013-12-24 13:10:30 -08:00
Nick Minkler
47ebb5ba57 dump version found from web for testing. 2013-12-24 12:58:25 -08:00
Nick Minkler
d924557dd9 Add up-to-date message, and dev version message 2013-12-24 12:51:28 -08:00
Nick Minkler
7d6d695861 adjust plugin permissions, vault.update is now for displaying the update
messages, default is OP, all OPs (including console) will now see this
message.  override the permission to false if you don't want console
message, or want to set specific permission on specific players.
vault.admin now controls all commands, not op status.
2013-12-24 12:36:51 -08:00
Nick Minkler
4323fe9b12 Update for new json API via curse 2013-12-24 11:02:05 -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
Nick Minkler
a82a27c4d3 Merge pull request #474 from AE97/chat
TotalPermissions: Add Chat Support
2013-10-04 00:25:20 -07:00
LordRalex
e1203ce3ba TotalPermissions: Add chat support
Signed-off-by: LordRalex <lordralex@gmail.com>
2013-10-02 19:15:35 -05:00
Nick Minkler
25c66d2491 more fixes 2013-09-12 06:42:09 -07:00
Nick Minkler
056824a466 don't use api.getName() here either. 2013-09-11 23:58:30 -07:00
Nick Minkler
cc65c9c32c fix NPE on startup for rscp 2013-09-11 23:56:29 -07:00
Nick Minkler
376e9db6fc cleanup bad formatting, and incorrect event handling. 2013-09-05 07:22:48 -07:00
Nick Minkler
90d5562d82 Merge pull request #461 from SimSonic/master
Another one try to add rscPermissions.
2013-09-05 06:46:54 -07:00
Nick Minkler
930735fb6b require poti at minimum for potions to be found in the itemDB 2013-09-04 22:07:58 -07:00