Commit Graph

331 Commits

Author SHA1 Message Date
Sleaker
a02f73cd6c update what CB we build against. 2012-02-19 18:54:23 -08:00
Sleaker
2cc2dee7eb use GM methods for prefix/suffix so we return group values if no player
value exists.
2012-02-19 09:11:58 -08:00
Sleaker
3cb2a172f7 minor adjustments to grabbing handlers in GM 2012-02-19 09:03:38 -08:00
Sleaker
0019b7456c probably need to push the library too 2012-02-19 00:24:10 -08:00
Sleaker
4305efde92 added McMoney support - updated all licensing information to be current 2012-02-19 00:22:02 -08:00
Sleaker
4ae740f00f readme update. fix example. 2012-02-18 18:58:49 -08:00
Sleaker
8ce3c77129 fix bPerms2 Chat - InfoReader package was removed without any
notification.  solves chat no hooking properly in latest bPerms.
2012-02-18 17:04:43 -08:00
Sleaker
c30a2a573f forgot some more bPerms2 typos :o 2012-02-18 16:57:16 -08:00
Sleaker
89b3e50beb fix bPermissions2 calling itself bPermissions when it hooks. 2012-02-18 16:42:33 -08:00
Sleaker
d47c0776b6 fix pbukkit getPrimaryGroup when the player has no groups. 2012-02-18 11:24:37 -08:00
Sleaker
264f769aad changed how we check versions so we don't display update to people
running development versions.
2012-02-18 11:16:13 -08:00
Nick Minkler
0afb78399a Merge pull request #101 from craftycreeper/wherehasallthestonegone
Add ItemInfo entry for Stone
2012-02-13 19:11:39 -08:00
craftycreeper
1bba7e9be7 Add inexplicably-missing ItemInfo entry for Stone 2012-02-13 19:58:39 -05:00
Nick Minkler
4b30d51ad5 Merge pull request #95 from robxu9/patch-1
Update pom.xml. Warning: PermissionsEx is using an unstable 1.20-SNAPSHO...
2012-02-10 16:44:08 -08:00
Robert Xu
c76e275569 Update pom.xml. Warning: PermissionsEx is using an unstable 1.20-SNAPSHOT version (their repo isn't available for older versions anymore :c) 2012-02-10 18:20:48 -05:00
Nick Minkler
fec77b467f Merge pull request #94 from craftycreeper/more-iteminfo
More ItemInfo additions/fixes
2012-02-10 07:19:19 -08:00
craftycreeper
30c56ab96e More ItemInfo additions/fixes:
* Add spawn eggs (all types)
* Add a generic potion item (resolves to Water Bottle but is a good fallback if the id doesn't match one of the other ones, which in my testing since my previous pull appears to happen occasionally.
* Tweaks to Lapis Lazuli Block and Water Bottle to avoid conflicts, add extra alias to Web
2012-02-10 01:42:48 -05:00
Nick Minkler
eb93abf4f9 Merge pull request #93 from khobbits/master
GM Cleanup
2012-02-09 07:15:35 -08:00
KHobbits
1e8c1e3a22 Allow setting prefix/suffix in GM
Use GM info interfaces
Standardize formatting
2012-02-09 12:41:37 +00:00
KHobbits
56444b162d GM - Get inherited results, not just attached. 2012-02-09 12:15:15 +00:00
Sleaker
19c95185be more updates to GM Chat interface 2012-02-09 01:32:10 -08:00
Sleaker
af3a3f955d some more work to GM chat handling, now allows for player
setting/getting of info vars.
2012-02-08 22:45:38 -08:00
Sleaker
7c23cb38d3 update GM hooking. 2012-02-08 22:04:42 -08:00
Sleaker
a56e4808b9 craftConomy 2.1 support - re-adds banks 2012-02-08 21:53:10 -08:00
Sleaker
c6ee3ef964 updates 2012-02-08 17:40:21 -08:00
Sleaker
307d06455a names are final 2012-02-08 14:26:00 -08:00
Sleaker
10c73ea59e Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2012-02-08 13:03:45 -08:00
Sleaker
463c7104a7 Revert "make sure we don't go negative for Essentials eco"
This reverts commit 76d12af873.
2012-02-08 13:03:35 -08:00
Nick Minkler
532bee2930 Merge pull request #92 from khobbits/master
GM behaviour changes.
2012-02-08 13:00:03 -08:00
KHobbits
9173aa6814 GroupManager Modifications
Look up the right group name in inGroup
Since world is a required param in GM, lets catch some nulls
Use a little intelligence when promoting users.
2012-02-08 20:10:19 +00:00
Sleaker
5a452a3f4e Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2012-02-08 10:18:43 -08:00
Sleaker
72c3324125 no more internal checks for playerHas/has for PEX if it doesn't work
with superperms then stop saying it does.
2012-02-08 10:18:32 -08:00
Nick Minkler
43a844e285 Merge pull request #91 from craftycreeper/potion-iteminfo
Add ItemInfo for all brewable potions. Fix for #90.
2012-02-07 20:50:33 -08:00
craftycreeper
364c7a5da0 Add ItemInfo for all brewable potions. Fix for #9. 2012-02-07 22:23:16 -05:00
Sleaker
35ffb91f2f use per-player prefix for getPrefix on player objects even though GM has
no per-player suffix/prefix.
2012-02-07 12:25:43 -08:00
Sleaker
992031dd2b fix metrics thinking ping is a firstRun and vice-versa 2012-02-07 11:53:39 -08:00
Sleaker
958a8c102f fix not setting p3 plugin properly for chat support when the plugin is
loaded later on.
2012-02-05 19:26:22 -08:00
Sleaker
4e93a060e6 fix P3 player has permission check. 2012-02-05 01:12:47 -08:00
Sleaker
171c8c9ad3 warn servers that P3 is no longer supported. 2012-02-02 07:32:33 -08:00
Sleaker
730e881c75 booleans aren't numbers 2012-02-01 08:05:04 -08:00
Sleaker
4b7f9cdc99 readme update 2012-02-01 07:52:53 -08:00
Sleaker
7a6a33dfed don't use bperms plugin name when trying to find a player's groups :-/ 2012-02-01 07:42:01 -08:00
Sleaker
d3ef74bd8e attempt to load bPerms2 again, this is for testing purposes. 2012-02-01 07:20:39 -08:00
Sleaker
fb33f6af6d trigger firstrun metric still. 2012-02-01 07:11:58 -08:00
Sleaker
53613cd0f9 issue was wrong import the whole time 2012-01-31 17:45:29 -08:00
Sleaker
0a677273c6 schedule the metrics to start after the server is finished loading up 2012-01-31 17:37:42 -08:00
Sleaker
cf7bc4079f add null checks 2012-01-31 16:40:25 -08:00
Sleaker
7328977f21 added custom plotters for determining econ/perm/chat plugin metrics. 2012-01-31 16:11:03 -08:00
Sleaker
0b4595b821 1.2.8 2012-01-31 14:25:41 -08:00
Sleaker
ed56cf30db always run metrics on the seperate thread. 2012-01-31 14:12:31 -08:00