Commit Graph

878 Commits

Author SHA1 Message Date
sleak
978122915e version++ 2011-12-25 10:38:55 -08:00
Nick Minkler
bea76293e3 Merge pull request #40 from WalkerCrouse/patch-1
Let plugins who load on start-up use Vault
2011-12-24 09:48:06 -08:00
Walker Crouse
205e1ed2a4 Let plugins who load on start-up use Vault 2011-12-24 12:30:06 -05:00
sleak
2b9bb47700 updated MineConomy lib to 1.04 - API changes to MineConomy will break
previous versions. make sure it's up-to-date.
2011-12-23 12:02:40 -08:00
sleak
5307b58b99 fixed BOSE7 implementation it now properly supports Double values and no
longer uses deprecated API. removed BOSE6 jar as it was causing issues
with the BOSE7 API, BOSE6 API is still contained in it.
Added start of Regions interface.
2011-12-22 13:32:38 -08:00
sleak
3a09fe1a73 removed PEX warning. fixed iChat hook saying it had registered with PEX.
Added Towny chat implementation - it only support player prefix/suffix
and group(town) prefixes
2011-12-18 23:40:19 -08:00
sleak
042176eb4e removed getDescription from the updateCheck as it's not
technically thread safe, even though it wont get called during normal
execution ever.
2011-12-18 10:38:09 -08:00
sleak
366c1f5132 version++ 2011-12-16 07:26:47 -08:00
sleak
6693eaae80 update bPerms lib - fix player node addition/removal for 2.0x 2011-12-13 12:37:25 -08:00
sleak
d495694dae added has(sender, node) for quick has check on commandsenders in the API 2011-12-12 21:28:59 -08:00
sleak
61f1a93791 default .has method with player objects will always checks builtin perm
system instead of trying to hook through the permission specific API
2011-12-12 21:24:24 -08:00
sleak
e18782930f library update 2011-12-12 10:07:37 -08:00
sleak
7ca2cdfb77 more fixes to bPerms chat API 2011-12-12 00:09:39 -08:00
sleak
8b904874e4 hopefully fix bPerms chat API implementation 2011-12-11 23:56:08 -08:00
sleak
29681e53d9 prevent http request from pausing server at start - everything is thread
safe so no need to lock main process.
2011-12-11 23:46:43 -08:00
mung3r
e098183c02 Merge pull request #32 from mung3r/master
fixed bug reported by INemesisI with transposed player/group
2011-12-11 16:36:44 -08:00
mung3r
844b3cfec0 fixed bug reported by INemesisI with transposed player/group 2011-12-11 16:35:55 -08:00
sleak
2cea48b6fe some more notification stuffs. Spiffy! 2011-12-09 21:19:09 -08:00
sleak
530a636df7 added vault.admin permission - and an upate check during login 2011-12-09 20:14:28 -08:00
sleak
cfd61c35c2 undo some edits 2011-12-07 23:12:02 -08:00
sleak
038775e2e3 updated pom. hopefully this works 2011-12-07 21:53:42 -08:00
sleak
d159b8ea28 possible issue with using softdepends 2011-12-07 08:46:07 -08:00
sleak
7677cb84bc really fix iChat 2011-12-06 21:27:59 -08:00
sleak
0b039afa87 finish fixing iChat implementation 2011-12-06 11:29:18 -08:00
sleak
aac104d805 added proper soft-depend 2011-12-06 07:09:41 -08:00
sleak
dea0358065 fix iChat thinking it's mChat 2011-12-06 07:06:06 -08:00
Sleaker
442d852ef0 minor formatting. 2011-12-03 11:28:02 -08:00
mung3r
07031f7cd4 Merge pull request #26 from Agnate/master
Added support for EconXP
2011-12-03 10:47:49 -08:00
Paul Dinelle
6969e40b26 Added support for EconXP. 2011-12-03 13:35:49 -05:00
Sleaker
0c784c7797 forgot to attempt the update check 2011-12-03 01:36:39 -08:00
Sleaker
8dd26f430a Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2011-12-03 01:32:30 -08:00
Sleaker
1927dd93cb version checker 2011-12-03 01:30:44 -08:00
mung3r
6aee7d4a95 Merge pull request #23 from mung3r/master
changed version to snapshot for maven pom
2011-11-30 21:46:46 -08:00
mung3r
d4672aa3a0 changed version to "snapshot" 2011-11-30 21:43:42 -08:00
Sleaker
e75d10d30b version++ 2011-11-29 15:00:36 -08:00
Sleaker
17073299f4 made P3 name a bit easier 2011-11-29 14:46:51 -08:00
Sleaker
55e9ddf7c8 fixed up transient permission stuffs and adjusted null world checks in
P3
2011-11-29 14:45:21 -08:00
Sleaker
2d92a152d3 added bankBalance method woops! - fixed bank error message in
MineConomy.
2011-11-29 08:51:44 -08:00
Sleaker
36f6a15fd3 update Bose7 lib to 7.3 2011-11-27 11:54:29 -08:00
Sleaker
38839dfb65 added eWallet econ support 2011-11-27 11:28:23 -08:00
Sleaker
310df669d1 added MineConomy support 2011-11-27 11:14:28 -08:00
Sleaker
7865019cda javadocs! 2011-11-25 16:04:16 -08:00
Nick Minkler
ea4e45bcdd Merge pull request #19 from mung3r/master
added optional ant build target to do a maven install
2011-11-23 17:07:39 -08:00
mung3r
dcbdce7602 decoupled maven install as a main target dependency 2011-11-23 11:31:36 -08:00
mung3r
f4c53f70c9 added ant task to install Vault.jar into local maven repository 2011-11-23 09:34:18 -08:00
Sleaker
1cdc84a0e3 added player-specific permission addition/removal to bPerms API 2011-11-21 10:35:25 -08:00
Sleaker
ab123016ed version++ 2011-11-19 17:16:38 -08:00
Sleaker
6bacfef517 fix iChat package checking 2011-11-19 17:01:31 -08:00
Sleaker
9e04122c9f added very basic iChat support, it loads last as iChat functions as a
Pass-through if any other perms systems are detected with Chat support.
2011-11-19 10:13:12 -08:00
Sleaker
b1cc568653 updated GM support to allow adding/removing permissions on
players/groups - unable to add Group Addition/Removal because of how GM
handles primary groups.
2011-11-18 08:01:12 -08:00