Commit Graph

262 Commits

Author SHA1 Message Date
Sleaker
66382e8eed update plugin.yml, version++ 2012-01-02 10:25:50 -08:00
Sleaker
e85083bae6 added a hashBankSupport method to Economy 2012-01-02 10:19:29 -08:00
Sleaker
1a763d7d5e let bPermissions handle any string permission resolution instead of
attempting to deal with null world - he should handle it himself.
2012-01-02 10:15:55 -08:00
Sleaker
66049f852e playerHas(player, perm) now directly checks player.hasPermission()
rather than internal permission implementations.
2012-01-02 10:12:09 -08:00
Sleaker
7a80c18f09 Vault now only checks every 6 hours. 2012-01-02 10:08:48 -08:00
Sleaker
6bf92f9b03 Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2012-01-02 10:02:11 -08:00
Sleaker
e31c241ce4 fix super-perms plugin variable not being set properly. 2012-01-02 10:01:51 -08:00
mung3r
8011d96a42 Merge pull request #51 from mung3r/master
fixed maven javadoc generation
2012-01-02 00:27:37 -08:00
mung3r
fb55c21faa fixed excludePackageNames javadoc node in pom that excluded too much D: 2012-01-02 00:26:19 -08:00
Sleaker
2775f8d0ef added default permission registration + op value just in case... 2012-01-01 21:47:26 -08:00
Sleaker
9aadb00e29 use a copy on write arraylist 2011-12-31 18:14:07 -08:00
Sleaker
0d81ccfee1 added item utility classes 2011-12-31 18:11:35 -08:00
Sleaker
4c0d628b1f enabled zPermissions hooking. 2011-12-31 16:35:31 -08:00
Sleaker
1c6e5184a7 version++ 2011-12-31 16:31:07 -08:00
Sleaker
9406183409 fix CurrencyCore bankBalance method, simplified some code in iCo6 2011-12-31 16:02:21 -08:00
Sleaker
062c0ee12b added basic zPerms support through commands. fixed leftover codebits in
bPerms/PBukkit implementations.
zPerms is currently not enabled yet.
2011-12-31 11:34:14 -08:00
Sleaker
730865102d added zPerms lib to pom 2011-12-31 10:43:02 -08:00
Sleaker
b872ce41d2 added currency core support 2011-12-30 09:03:21 -08:00
Sleaker
aef24c4511 added jdoc target 2011-12-30 07:24:08 -08:00
Sleaker
f4389a956f fix goal 2011-12-29 13:10:05 -08:00
Sleaker
d0eefc013d please work. 2011-12-29 13:06:47 -08:00
Sleaker
1e9a409c42 hopefully this auto-archives jdocs in the web folder. 2011-12-29 12:41:04 -08:00
mung3r
b367f8c06b Merge pull request #46 from mung3r/master
refined javadoc maven goal
2011-12-28 09:52:51 -08:00
mung3r
a41a70e587 Merge remote-tracking branch 'upstream/master'
Conflicts:
	pom.xml
2011-12-28 09:50:22 -08:00
mung3r
b3bb0a40df refined maven javadoc goal 2011-12-28 09:13:07 -08:00
mung3r
07b902c5d6 resync with upstream 2011-12-28 08:57:25 -08:00
mung3r
1237a11ef4 added javadoc goal to maven pom.xml 2011-12-28 08:44:38 -08:00
mung3r
2568e94c8a added javadoc generation to pom.xml 2011-12-28 01:01:16 -08:00
mung3r
136a3b1ede added maven /target to .gitignore 2011-12-28 00:42:27 -08:00
sleak
9ab8dc7903 update gitignore and pom.xml - pom now directly downloads PEX from
tehk's repo
2011-12-27 09:50:34 -08:00
sleak
ec17d7129d removed antlib requirement for build.xml - 2011-12-27 07:15:21 -08:00
mung3r
a201a010cc Merge pull request #42 from mung3r/master
updated pom.xml so that you can do a maven build
2011-12-26 18:40:46 -08:00
mung3r
446c1717e1 updated pom.xml so that you can do a maven build 2011-12-26 18:38:39 -08:00
sleak
2cafce6722 Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2011-12-25 10:39:05 -08:00
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