Commit Graph

81 Commits

Author SHA1 Message Date
Nick Minkler 1be47ae55b cleanup minecraft logger usage. fixes Issue #748 2019-04-28 12:52:14 -07:00
OverCaste a65df215c6 Added the required _chat suffix, shuffled some stuff around. 2015-06-20 22:35:29 -05:00
OverCaste 05c5c36f47 Fixed formatting, and other stuff like licenses. I guess those changed out from under me. 2015-06-20 22:25:56 -05:00
OverCaste eddd072f80 Updated OverPermissions support to v2.0.0 2015-06-20 20:11:42 -05:00
Nick Minkler b0bc1407e8 fix incorrect import in PEX chat connector causing load failures. 2015-01-13 08:29:38 -08:00
Nick Minkler 170d34df48 Revert "Merge pull request #579 from Spyboticsguy/master"
This reverts commit c3e4a56b79, reversing
changes made to bef6642de6.
2014-11-30 10:53:34 -08:00
Nick Minkler 832972e6dc update PermissionsBukkit 2014-11-30 10:53:14 -08:00
Tristen Allen e1c9c6d48e Get the UUID of the player name, not the plugin. 2014-07-13 23:17:49 -04:00
Tristen Allen 74be09bd41 Update DroxPerms' UUID support
DroxPerms' API now supports UUIDs. barring a pull request to DP

(I will have sent such a pull request to DP before sending this one.)
2014-07-09 22:38:54 -04:00
Nick Minkler 28d39b7ece don't use overrides on non-abstract methods 2014-06-25 22:55:35 -07:00
Nick Minkler dbab5cabaa remove zPermissions as they support Vault directly. 2014-06-25 22:12:53 -07:00
Nick Minkler cb4f2055a5 add changes to Chat_PermissionsEx for uuid support. 2014-06-25 22:07:22 -07:00
Nick Minkler f1b50edff6 Add overpermissions support, fix missing licenses, and correct all the
formatting problems.
Thanks @OverCaste
2014-02-21 10:03:30 -08: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
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
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 387ce324e0 Add zPermissions Chat implementation (requires zPermissions 0.9.18+) 2013-04-02 10:27:49 -07:00
mung3r 95f105a2e7 fixed problems with last commit for bPerms2 update 2013-01-03 12:15:31 -08:00
Sleaker 2551f28e48 coding style. 2012-10-26 17:00:21 -07:00
Sleaker 9e6a0364be fix missing initial hook. 2012-08-26 09:02:38 -07:00
Scott Chi 70b75bfa2a Update mChatSuite code to latest RB. 2012-08-25 13:14:57 -04:00
mung3r 49aef0d7d9 fixed potential infinite loops 2012-08-07 12:14:07 -07:00
Sleaker e6805897ca fix the description on the readme 2012-07-31 06:45:00 -07:00
Sleaker 23330bfd33 mchatSuite listeners still using old mChat info. 2012-07-08 18:48:23 -07:00
Lewis Fox c1f5eb9070 Fixed More Constructors
Now ALL wrappers use Plugin
2012-06-30 13:08:31 -05:00
Sleaker 595e343b59 remove Towny support, breaks too often due to frequency of changes, and
users don't understand how it works.
2012-06-11 21:02:53 -07:00
Sleaker 4205aa5709 added support for DroxPerms - thanks Spyboticsguy 2012-06-10 09:44:59 -07:00
Sleaker 8ad9a85b4b Breaking change, building against towny dev rather than release version. 2012-04-21 09:20:27 -07:00
Sleaker e9691f794b updated towny hooks for latest version. 2012-04-17 07:12:39 -07:00
MiracleM4n d79c9a8bf0 Another mChatSuite Dev build Update, Fixed an entry in your POM as well 2012-04-10 03:09:16 -04:00
Sleaker 43f5d906db update to latest mChatDev. 2012-04-09 17:59:11 -07:00
Sleaker d9e3eecc24 fix missing chat methods in P3 support that were removed when P2 was
causing package name/API issues.
2012-03-28 15:11:50 -07:00
Sleaker 3e148ea58a hook vPerms in the P3 interface by checking alternative plugin names,
should work as long as they don't change package names.
2012-03-28 15:01:14 -07:00
Sleaker c62879809c fix Chat hooks thinking they are Permissions still. 2012-03-25 22:03:23 -07:00
Sleaker c14172c721 updated mChatSuite support for latest dev version 2012-03-24 21:29:33 -07:00
Sleaker 5e4afbaa69 fixup mChatSuite support for latest build 2012-02-29 00:06:12 -08:00
Sleaker 88cf4a6a47 added mChatSuite support, varargified packageExists to make it cleaner. 2012-02-21 01:22:16 -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 4305efde92 added McMoney support - updated all licensing information to be current 2012-02-19 00:22:02 -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