Saber-Factions/src/com/massivecraft/factions
Brettflan 639dc16bf5 Compatibility with upcoming CB 1.1-R5 and above: updated Enderman block monitors to use EntityChangeBlockEvent, removed register event convenience methods from MPlugin (no longer working or needed)
Updated Bukkit lib to newest dev version
2012-02-20 16:59:18 -06:00
..
cmd Fix for error when disbanding faction from server console with economy enabled 2012-02-07 14:57:03 -06:00
iface Economy integration is now handled through Vault instead of Register. You will need to download and install the Vault plugin now if you want to use any Economy-related features. If you're not using the Register plugin for anything other than Factions, it should be safe to remove it from your server. 2012-01-16 19:36:32 -06:00
integration (Olof) Using latest CAPI for integration 2012-02-20 16:53:10 -06:00
listeners Compatibility with upcoming CB 1.1-R5 and above: updated Enderman block monitors to use EntityChangeBlockEvent, removed register event convenience methods from MPlugin (no longer working or needed) 2012-02-20 16:59:18 -06:00
struct New command /f powerboost <p|f|player|faction> <name> <#>, which will apply a permanent power bonus/penalty to a specified player or faction. When applied to a player, it will affect their max power and min power. When applied to a faction, it will be applied to current and max power levels. Whether it is a bonus or a penalty depends on whether the number you specify is positive or negative. 2012-01-28 11:58:18 -06:00
util Server admins can now promote or demote any member of any faction to/from faction admin or moderator using the existing /f admin and /f mod commands, which can now also be used from the server console. Two new permissions are added to allow that. A third permission is also added to allow server admins or moderators to join any faction without the need of /f bypass mode. 2012-01-18 06:01:29 -06:00
zcore Compatibility with upcoming CB 1.1-R5 and above: updated Enderman block monitors to use EntityChangeBlockEvent, removed register event convenience methods from MPlugin (no longer working or needed) 2012-02-20 16:59:18 -06:00
Board.java Merge pull request #77 from patrickfreed/1.6.x 2012-01-15 10:07:54 -08:00
Conf.java (by first4ever) Added a "claimedLandsMax" option (default 0, no limit), which prevents normal factions from being able to claim more land once they've reached this limit. 2012-02-02 13:12:54 -06:00
FLocation.java (oloflarsson) Added radius claim 2012-01-15 12:50:13 -06:00
FPlayer.java update default GSON jar version to 2.1 2012-02-19 08:32:47 -06:00
FPlayers.java Workaround fix for half-step placement on existing half-steps not being prevented; it's caused by a CraftBukkit bug: 2012-01-28 03:16:28 -06:00
Faction.java Fix for storing player data in factions.json unnecessarily, and FPlayer add/remove methods are now marked as protected 2012-01-28 12:11:29 -06:00
Factions.java Optimization: Factions (as objects) now maintain a list of FPlayers in the faction for faster lookup 2012-01-13 03:38:25 -06:00
P.java Release 1.6.5b - re-enabled WorldGuard support. It actually was working, who knew? I don't use WorldGuard, and I'd only seen multiple failure reports lately and not a single indication from anyone that the integration was actually working for them, so... 2012-02-03 00:15:35 -06:00