Commit Graph

878 Commits

Author SHA1 Message Date
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
Nick Minkler
8d52c31ea1 version increase for developing toward next release. 2013-12-24 14:19:54 -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
041885e986 Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2013-12-24 11:02:34 -08:00
Nick Minkler
4323fe9b12 Update for new json API via curse 2013-12-24 11:02:05 -08:00
Nick Minkler
507870ddb7 Update readme to show full list of supported plugins
Alphebatized the list to make it an easier read.
2013-12-22 10:13:31 -08:00
Nick Minkler
8ff13422b6 version increase for development toward next release 2013-12-22 09:56:26 -08:00
Nick Minkler
2f7c7c3f8b version increase for release 2013-12-22 09:53:53 -08:00
Nick Minkler
93c468f273 update repo libs 2013-12-22 09:52:41 -08:00
Nick Minkler
fecf83e7ab Merge pull request #485 from Darqy/master
Added 1.7's blocks and items.
2013-12-20 11:41:41 -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
f96cd882df Merge pull request #477 from chrisgward/patch-1
Use TotalPermissions from file - fixes compiling.
2013-11-06 06:31:49 -08:00
Chris Ward
ed13b977be Use TotalPermissions from file - fixes compiling. 2013-11-07 00:27:26 +11: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
Nick Minkler
04b24a00c0 fix minefaconomy library 2013-08-04 13:45:23 -07:00
Nick Minkler
e6868be0ed Merge pull request #450 from Coniin/master
support Minefaconomy 0.2
2013-08-04 08:42:30 -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
Nick Minkler
fe0d8b76cb Merge pull request #443 from hydrox/fixDroxPermsPrimaryGroupProblem
Fix DroxPerms interaction with primary group
2013-07-23 06:33:45 -07: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
2cb37ef0af @Grinch - kind of broke the pom, artifact shouldn't change. 2013-07-19 07:05:22 -07:00
Nick Minkler
33cfe081e2 add 1.6 items. Thanks @rylinaux 2013-07-19 06:41:43 -07:00
Nick Minkler
aab4fb5f3a Merge pull request #438 from BleedObsidian/master
Add MiConomy support
2013-07-17 18:34:31 -07:00
BleedObsidian
14ea165d5c Add support for MiConomy
Add support for MiConomy

Fixed formmating
2013-07-18 01:01:02 +01:00
Nick Minkler
ee44bb02dd fixup the pom a bit more. 2013-07-16 15:22:05 -07:00