f6aa6f63acRemove some unused zcore files.
Olof Larsson
2013-04-10 10:35:35 +0200
3b61a2be9bUsing MCore DiscUtil is easy enough since it was backported.
Olof Larsson
2013-04-10 10:34:12 +0200
61b526e387First pass at using Txt.
Olof Larsson
2013-04-10 10:32:04 +0200
433d45ae4cAdd MCore as a dependency, remove CraftBukkit and use Bukkit. MCore and Bukkit libs should be manually maintained for now.
Olof Larsson
2013-04-10 10:18:34 +0200
c6ea2016cbInstance and construct pattern for Colls does not seem to work before full mcore migration.
Olof Larsson
2013-04-10 10:10:28 +0200
879e8b4170Taking a look in FCommand.
Olof Larsson
2013-04-10 10:00:40 +0200
ff4b85fcf4Add in comment sepparators like in other MCore based plugins.
Olof Larsson
2013-04-09 12:57:33 +0200
971d2004f2Renaming Permission --> Perm and moving to main package.
Olof Larsson
2013-04-09 12:56:29 +0200
b9eab5aad5Updating version to 2.0.0_dev.
Olof Larsson
2013-04-09 12:55:21 +0200
4e6c12d995New permission factions.claim.radius (granted to all players by default), which is now required in order to specify a radius with the claim command.
Brettflan
2013-01-29 19:21:33 -0600
15024bf880Added missing new permissions, and minor cleanup; switched Rel enum values back to previous values, for the sake of other plugins which might check against the actual enum value (for better compatibility with both 1.6.x and 1.7.x+ versions)
Brettflan
2013-01-26 20:38:04 -0600
16c69d67cdUse the standard Bukkit command handling system.
Olof Larsson
2013-01-03 08:23:46 +0100
e57e9b7105Handle EconomyResponse objects from Vault on all transactions.
Justin Kaeser
2012-12-28 23:46:32 +0100
d9ca9c62cbClosed a possible resource leak, updated README.md to point to DBO instead of Github's deprecated downloads section
Steven Smith
2012-12-28 04:54:13 +0800
efcf97d375Fix for PowerLossEvent Messages
alkarin
2012-12-17 11:43:57 -0600
6eb23a200eFix for PowerLossEvent Messages
alkarin
2012-12-17 11:34:19 -0600
1f5dc830beAdded a new Factions event for power loss named PowerLossEvent. PowerLossEvent happens after each player death
alkarin
2012-12-17 10:10:13 -0600
640c96c828update craftbukkit lib to fix CB dev build breaking EntityChangeBlockEvent, and add "b" to version for recompile
Brettflan
2012-12-05 21:12:51 -0600
2f883455eeLand Reward Task up and running. Conflicts: src/com/massivecraft/factions/Conf.java src/com/massivecraft/factions/listeners/FactionsPlayerListener.java
ÆtherSurfer
2012-11-30 15:02:43 -0500
ca219a1fb2Reward faction members with money every day for every plot they control divided among all the players in the faction
ÆtherSurfer
2012-11-28 00:51:37 -0500
857892738ffix for /f list command throwing an error if an invalid page number was specified (ex. 5 pages available and they run /f list 6)
Brettflan
2012-11-30 19:43:04 -0600
9c7ed3bf38Fix for pistons being able to push blocks into protected territory through water or lava
Brettflan
2012-11-11 13:05:58 -0600
1c8d6919bdNew setting "broadcastDescriptionChanges" (default false) which can be enabled to have faction description changes broadcast to everyone on the server. Previously description changes were always broadcast.
Brettflan
2012-11-09 18:22:39 -0600
95289e1411fix for piston retraction not working if faction doesn't have build rights in its own territory; missed this when fixing the same thing for piston extension recently
Brettflan
2012-11-09 17:47:53 -0600
5c45ea5ee2Fix for command prevention routine treating Wilderness areas as neutral faction territory in 1.7 branch
Brettflan
2012-11-09 07:44:46 -0600
675505e6fdUsing PlayerLoginEvent instead of PlayerPreLoginEvent to fix a warning.
Olof Larsson
2012-11-07 11:39:59 +0100
2f80787eddFix for crop trampling and pressure plates not being protected due to bug introduced in recent performance overhaul
Brettflan
2012-11-06 15:01:37 -0600
b8aaeb1053Fix for slashless commands triggering errors in CraftBukkit on rare occasions due to being run async
Brettflan
2012-11-06 14:23:17 -0600
20b359c11aWither boss second stage will no longer be able to destroy blocks in territory which has explosion protection (explosion faction flag turned off)
Brettflan
2012-11-06 11:58:14 -0600
174320c278updated known badPotionEffects to include wither potion
Brettflan
2012-11-06 11:04:08 -0600
3055e68e86fix for economy check that made sure player/faction could afford specific commands not working correctly; thanks to spaceemotion for pointing out the problem and fix
Brettflan
2012-11-06 11:01:16 -0600
a783dc33cfProtect hanging entities (paintings and item frames) from explosions; thanks to Tahkeh for the method
Brettflan
2012-11-06 10:06:37 -0600
e83ac76b2cAdded anvil and beacon to list of list of protected container materials
Brettflan
2012-11-06 10:00:19 -0600
3e0a68fd6ePerformance overhaul sponsored by rockxz3, using his large server's data for reference to help with testing and tuning. Timing numbers below are based on this data set on my test server. * PlayerMoveEvent performance boost (from 0.047ms to 0.015ms in testing, ~313% as fast): now more thrifty in determining whether player has actually moved between chunks before doing anything else; important since this event triggers extremely quickly * PlayerInteractEvent performance boost (from 0.068ms to 0.034ms in testing, ~200% as fast): now ignores left-clicks for interaction checks, since in CraftBukkit 1.4 left-clicks no longer open doors or activate buttons/levers/etc.; not as important as above, but still triggers quite often as people are digging or interacting with blocks * "/f list" command performance boost (from 234ms to 30ms in testing, ~780% as fast): code was getting information for all factions, narrowed it down to only getting info for displayed page range * "/f show" command performance boost (from 132ms to 28ms in testing, ~470% as fast): tweaked the ally & enemy listing code used
Brettflan
2012-11-06 09:43:27 -0600
d31741fb34Updated old painting events to new hanging events so that item frames are also protected.
Brettflan
2012-10-31 16:16:21 -0500
41cd9484d3Update CraftBukkit lib to 1.4.2 dev build 2421
Brettflan
2012-10-29 19:21:25 -0500
ef56ce9a51Backups are now created of bad factions.json and players.json files if they fail to load due to a JSON parse error; same as we already do for bad conf.json
Brettflan
2012-10-19 01:50:37 -0500
7bbb4fbf44Update to "handleExploitTNTWaterlog" method to not destroy Ender chests or portals; sadly there's still no method provided by Bukkit to get a block's blast resistance, so we have to go by a list of block type IDs which are supposed to be TNT-proof
Brettflan
2012-10-19 00:11:28 -0500
5f33e51faeFix for crash on plugin startup if Worldguard integration is enabled ("worldGuardChecking") but Worldguard plugin isn't loaded on server
Brettflan
2012-10-09 17:37:01 -0500