Commit Graph

517 Commits

Author SHA1 Message Date
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
Nick Minkler 5bb397cff1 fix 'Milk Bucket' selecting 'Bucket' in item searches 2013-09-04 09:20:38 -07:00
SimSonic 39f58a6c79 Added rscPermissions support. 2013-09-04 12:02:56 +07:00
Nick Minkler ac1fd3e2e4 fix chat plugin listeners. 2013-09-03 15:44:59 -07:00
Nick Minkler 15ff2d310b Fix economy listeners to actually check the plugin in the event rather
than checking for the plugin on the server.
2013-09-03 15:39:25 -07:00
Nick Minkler db5249ba18 fixup permission plugin listeners. 2013-09-03 15:19:25 -07:00
Coniin 14480d651f support Minefaconomy 0.2
added needed Files for Minefaconomy Support,
and chenges to pom.xml
2013-08-04 17:33:17 +02:00
Matthias Söhnholz fc21c36c7e fix DroxPerms interaction with primary group
This adds an option that tries to guess if the Main-group of a Player
should be changed. This feature is disabled by default to not break
backward-compatibility.
To activate this, the following needs to be added to the DroxPerms
config file:

Vault:
  useOnlySubgroups: false

remove unused DroxPerms jar
2013-07-23 10:09:06 +02:00
Nick Minkler 33cfe081e2 add 1.6 items. Thanks @rylinaux 2013-07-19 06:41:43 -07:00
BleedObsidian 14ea165d5c Add support for MiConomy
Add support for MiConomy

Fixed formmating
2013-07-18 01:01:02 +01:00
Tyler Blair 8dd7c475f9 Update Plugin Metrics to R7 2013-06-29 10:51:59 -03:00
LordRalex b77b7beb6e TotalPermissions: Add basic hook 2013-06-27 15:32:35 -04:00
Nick Minkler 751224437e Merge pull request #423 from greatman/master
Craftconomy 3.1.4 update
2013-06-15 09:00:34 -07:00
William Lebel 7ba9bca2a4 Craftconomy 3.1.4 update. 2013-06-15 01:20:19 -04:00
Score_Under 60a9cbc9bb Some rudimentary support for getting chat prefix/suffix from Privileges 2013-06-14 19:07:19 +01:00
ZerothAngel d1f1d10225 zPermissions: Ignore world argument when adding/removing players to/from groups.
When setting prefix/suffix/string infos, ensure value is properly quoted.
  Don't cache ConsoleCommandSender, since it appears to be null at load time.
2013-05-27 19:31:55 -07:00
ZerothAngel 5c6fd1ff3a zPermissions: If chat prefix/suffix is unset, return empty string instead of null. 2013-05-06 01:12:41 -07:00
ZerothAngel ee441a8246 zPermissions: Fix setting of world-specific permissions.
Give admins some degree of control over what's considered the "primary group."
  Decrease service priority.
2013-04-22 22:37:15 -07:00
Nick Minkler 1cd1e63e3c no reason to use a set here. 2013-04-22 07:23:16 -07:00
Matt Low 92fafdf1a9 Add missing potatoes, fix gold plate search. 2013-04-08 12:50:40 -06:00
Nick Minkler fc342b7817 add missing stiars, quartz double-slab, and dead bush. 2013-04-04 16:27:47 -07:00
ZerothAngel 387ce324e0 Add zPermissions Chat implementation (requires zPermissions 0.9.18+) 2013-04-02 10:27:49 -07:00
William Lebel ea1c41233f Support for the new features in Craftconomy3 API. 2013-03-26 21:59:21 -07:00
Matt Low 194ef3f318 oops, fixed Chiseled Quartz 2013-03-25 14:55:50 -06:00
Matt Low 9553e21574 Added 1.5 items 2013-03-25 14:48:34 -06:00
Nick Minkler d02e4cb49d fix all the problems with new Xperms2 hook, and update library to match.
Signed-off-by: Nick Minkler <sleaker@gmail.com>
2013-03-19 07:10:00 -07:00
Sebastien Carriere 2e7f2b0e35 Xperms v2.0 support (updated)
updated support for Xperms v2.0 (removes isEnabled() check in listeners)
2013-03-19 09:57:06 -04:00
Sebastien Carriere 8319625977 Xperms v2.0 support
update support for Xperms
2013-03-18 22:54:18 -04:00
Nick Minkler e4176f4a10 fixup the DroxPerms implementation. it has rudimentary group support. 2013-03-16 10:30:01 -07:00
mung3r 73a0c8f5ab added hasGroupSupport to Permission class 2013-03-14 11:32:04 -07:00
Nick Minkler 3281976d37 Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2013-03-13 08:13:38 -07:00
Nick Minkler bc63cb6c59 fix blank name registration on Privs, doesn't affect usability, just
logs.
2013-03-13 08:12:18 -07:00
Jeffrey Wardian 90277dd71e Updated to use API methods. 2013-03-08 16:19:56 -08:00
Nick Minkler 3172daef72 version increase 2013-03-01 16:25:20 -08:00
William Lebel de7a6e8a1e Multiworld support for Craftconomy3. Bumped the version to 3.1.2 & added a default goal to Vault.
Also did some formatting.

Signed-off-by: William Lebel <lebelwilliam@gmail.com>
2013-02-28 20:49:53 -05:00
Nick Minkler 23fa7f1192 Vault.. now with 100% more world support. Also.. now accepting PRs for
implementation specific world support :D
2013-02-28 16:54:32 -08:00
Nick Minkler 20159ae028 fix all the errors. 2013-02-07 23:48:05 -08:00
Nick Minkler be7551b813 Merge pull request #363 from Sebc722/master
Add support for Xperms
2013-02-07 21:50:31 -08:00
Sebastien Carriere 4227bcc2f1 Add Xperms support
adds Permissions_Xperms.java to allow support for Xperms
2013-02-07 22:57:51 -05:00
Nick Minkler a514f066c8 don't check if economy is enabled in PluginEnableEvent assume it is
being enabled and add the hook.
2013-02-06 16:32:39 -08:00
Nick Minkler 30a9603647 Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2013-02-06 16:25:52 -08:00
Nick Minkler 785d2f5b4b don't check plugin enabled status when hooking a plugin in
PluginEnableEvent
2013-02-06 16:25:43 -08:00
William Lebel 79bbee126d Updated Craftconomy hook to latest API changes. Made the pom.xml downloads from the repository. 2013-02-05 14:22:40 -05:00
Andrzej Pomirski 8af9ae3e56 Fix JavaDocs 2013-01-30 17:57:48 +01:00
Sleaker 7ff0b98b94 revert abstracting the interface. 2013-01-20 14:15:35 -08:00
Sleaker f76441fdf4 build against latest beta. Added missing 1.4.6 items. 2013-01-20 14:09:39 -08:00
Sleaker a2315b26cd resolve merge conflicts with upstream 2013-01-19 10:58:41 -08:00
Sleaker 5fbdd4fa7f BREAKING CHANGE: abstracted the Economy interface. 2013-01-19 10:55:33 -08:00
Stephanie Gardner b4c3a6df9b Update for full bank support.
Nearly finished.
2013-01-09 23:58:53 -05:00
coaster3000 2e3fdfe0e3 Fixed annoying compiler warnings from javadocs (For IDE's that warn about javadoc errors and missing content)
Signed-off-by: coaster3000 <ckrier.3000@gmail.com>
2013-01-06 17:03:23 -05:00
mung3r 95f105a2e7 fixed problems with last commit for bPerms2 update 2013-01-03 12:15:31 -08:00
Ben ab08b3f4ba Update src/net/milkbowl/vault/permission/plugins/Permission_bPermissions2.java
Fix for latest bPermissions refactoring changes.
2013-01-03 17:43:55 +00:00
Yariv Livay 64e9072c96 Implemented getCurrencyNameSingular() and getCurrencyNamePlural() for MineConomy using default currency. 2012-12-31 16:26:34 +02:00
Sleaker f6cee62506 Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2012-12-26 16:22:43 -08:00
Sleaker 48e66f2e34 update for new timertask scheduling. cancel all tasks when the plugin is
shutdown.
2012-12-26 16:22:32 -08:00
Omwah 97331d95be Add changes necessary for supporting SDFEconomy 2012-12-22 14:40:59 -08:00
Stephanie Gardner 84299c15bb The rest of the files for an XPBank hook 2012-12-17 11:02:29 -05:00
Stephanie Gardner 684d8a4bef Hooks XPBank, a new XP economy plugin
Bukkit: http://dev.bukkit.org/server-mods/xpbank/
GitHub: https://github.com/Marenwynn/XPBank
2012-12-17 10:17:23 -05:00
Rodney Ramos 136eaefbe2 Merge pull request #325 from coaster3000/master
Compiler Warnings Fix (JavaDocs)
2012-12-16 13:38:42 -08:00
coaster3000 af7ac43e8c Fixed compiler warnings on return statements of javadocs.
Signed-off-by: coaster3000 <ckrier.3000@gmail.com>
2012-12-16 15:34:22 -05:00