Commit Graph

  • 95bdac3d86 Fix for command payment and land claiming/unclaiming payments not checking if faction banks are actually enabled, but instead only checking the individual bank-related settings; Fix for command costs being charged incorrectly based on "land costs" setting Brettflan 2011-11-11 13:10:18 -0600
  • e390c67bde formatting Brettflan 2011-11-06 15:29:14 -0600
  • dedb282498 Fix for minor NPE causes by null player when updating Spout-based appearances also updated Spout lib Brettflan 2011-11-06 15:27:18 -0600
  • c43d34af79 Fix the nofaction wilderness invuln bug. Olof Larsson 2011-11-06 09:20:03 +0100
  • da15de2b52 moderator -> officer rename in messages in the officer command. Olof Larsson 2011-11-06 09:12:38 +0100
  • 9c678965be The special factions must be closed. Olof Larsson 2011-11-05 11:15:37 +0100
  • d614dec781 Fix for faction chat referring to all speakers as "you" Fix for faction account being null from Register and triggering NPE with some economy plugins Updated Register lib Brettflan 2011-10-27 08:48:14 -0500
  • 7ab784f02e Another reason to be saved Olof Larsson 2011-10-26 14:50:34 +0200
  • f76311c492 Claiming now works again :P Olof Larsson 2011-10-25 22:18:54 +0200
  • 72db45e45e Updated readme, Fixed admin bypass command and corresponding permissions, Swapped colors for ally and truce, added new faction permissions, improved explosion protection and implemented firespread protection, fixed painbuild check order, flags can only be changed by server admins now and implemented type adapters for some enumerations for future changes to be non breaking. That it \:D / Olof Larsson 2011-10-25 21:18:08 +0200
  • 57c4b70dad Merge with master Olof Larsson 2011-10-25 17:52:14 +0200
  • ee59a904a0 Removed line from help Olof Larsson 2011-10-25 17:49:52 +0200
  • cc6f2ed8cb Release 1.6.0 Brettflan 2011-10-25 05:14:05 -0500
  • d44ccda211 autoclaim will now cancel beforehand if player isn't able to claim land for the specified faction Brettflan 2011-10-25 01:27:58 -0500
  • 451d9570e4 The friendlyfire flag now works Olof Larsson 2011-10-24 14:54:37 +0200
  • 8eec55e37e asdf Olof Larsson 2011-10-24 13:02:48 +0200
  • 5f437b1862 Changed permission view. Bank withdraw permission in the works Olof Larsson 2011-10-24 11:56:41 +0200
  • 99e8acd79f Streamlined the faction arg descriptores Olof Larsson 2011-10-24 11:11:53 +0200
  • 0c46809952 Some refactoring and better messages Olof Larsson 2011-10-24 11:07:06 +0200
  • bb5a676430 Changes to the ascii map and minor tweaking Olof Larsson 2011-10-24 09:28:08 +0200
  • 1ec7842ed4 Removed the strange usage of selective saving and implemented a good simple one. Olof Larsson 2011-10-24 03:15:08 +0200
  • 074be07510 Some dead code elimination Olof Larsson 2011-10-24 03:02:25 +0200
  • 46161f61db Started to implement special faction behavior Olof Larsson 2011-10-24 02:33:30 +0200
  • e3821a8d4e REMOVED owned plots Olof Larsson 2011-10-24 01:37:51 +0200
  • 958a1e0d9f Working permdelta parser Olof Larsson 2011-10-23 23:38:26 +0200
  • 371261a07f Working on the faction perms as well now Olof Larsson 2011-10-23 23:17:02 +0200
  • 21783ef9d4 Woop Olof Larsson 2011-10-23 22:08:57 +0200
  • ac6870b770 Merge with master Olof Larsson 2011-10-23 20:53:56 +0200
  • 98c5230655 Wheeerp Olof Larsson 2011-10-23 20:50:49 +0200
  • 136b69b07f Swapping money commands back to using EconomyParticipator instead of Faction/FPlayer Brettflan 2011-10-23 13:14:51 -0500
  • f8f3704cd4 Additional logging, with new conf.json settings to enable/disable logging of specific events: "logFactionCreate": true, - log faction creation "logFactionDisband": true, - log factions being disbanded, by command or by circumstance "logFactionJoin": true, - log player joining a faction "logFactionKick": true, - log player being kicked from a faction "logFactionLeave": true, - log player leaving a faction "logLandClaims": true, - log land being claimed (including safe zone and war zone) "logLandUnclaims": true, - log land being unclaimed (including safe zone and war zone) "logMoneyTransactions": true, - log money being deposited, withdrawn, and otherwise transferred in relation to faction banks Brettflan 2011-10-23 12:50:02 -0500
  • 842844969b Merged Relation and Role into one enum Olof Larsson 2011-10-23 17:55:53 +0200
  • 46cae5a664 Updating help info a bit Brettflan 2011-10-23 10:41:47 -0500
  • e6ff84ad9a Merge branch 'master' into seven Olof Larsson 2011-10-23 17:31:30 +0200
  • d280f9409d In the middle of refactoring to merged role and relation as one enum Olof Larsson 2011-10-23 17:30:41 +0200
  • 83f690c9c5 Fix for unclaimall command not working if Economy was disabled Brettflan 2011-10-23 10:04:36 -0500
  • 9710ec911e Further improved safe zone and war zone auto-rename process courtesy of Olof Brettflan 2011-10-23 09:36:37 -0500
  • 2e34079a8e Fix for nonworking war zone and safe zone renaming Brettflan 2011-10-23 09:11:37 -0500
  • 3e8faad156 Updated Spout features to improve consistency (of code, and of displayed information) Brettflan 2011-10-23 09:03:28 -0500
  • a9b1aad956 Existing safe zones and war zones are now renamed to remove the extra " " if they have it, mainly for better /f claim compatibility but also to comply with the modified default names Brettflan 2011-10-23 08:12:09 -0500
  • 4f7fd6dd96 Possibly solved the faction creation issue. Changed the best id match to something more reasonable Olof Larsson 2011-10-23 12:07:20 +0200
  • 32624e0339 Fixing a string format error and possibly solving a money rights issue Olof Larsson 2011-10-23 02:43:25 +0200
  • 2ac96f4278 Added a permanent power command Olof Larsson 2011-10-22 18:12:15 +0200
  • 7ebed6db9c Improving the faction tag matching Olof Larsson 2011-10-22 17:42:13 +0200
  • 75cd9b5e18 Indentation fixes and comment cleanup Olof Larsson 2011-10-22 17:18:44 +0200
  • a78a4dff98 Managed to get rid of some commands. This needs to be rethought even more though. Olof Larsson 2011-10-22 17:03:49 +0200
  • 45d6a6628a Claim command refactoring in progress. Olof Larsson 2011-10-22 16:00:24 +0200
  • 5bf38ab0aa Adding match mode for id search to MassiveCraftCore and improving the faction argument readers. Olof Larsson 2011-10-22 14:39:01 +0200
  • e6d45a6aa2 Spout overlay support is missing for the new relation coloring. Otherwise done. Olof Larsson 2011-10-21 20:08:54 +0200
  • 89b53a577a Missed one Olof Larsson 2011-10-21 19:23:05 +0200
  • 46f5849f9f Moving over to the use of describeTo. Olof Larsson 2011-10-21 19:20:33 +0200
  • 51161bbb55 Adding a couple of admin bypass commands. Olof Larsson 2011-10-21 18:20:31 +0200
  • f42fb8e8bf Removing some old code and try to read colors in the listeners. Olof Larsson 2011-10-21 18:14:04 +0200
  • 38e128010c Fix for /f permanent and /f peaceful commands giving an NPE if run from console Fix for rare NPE when Spout territory info update is run and affected player disconnects at precisely that moment Clarified "cannot attack neutral faction" messages to indicate enemy status is needed Updated Bukkit lib to correspond with CB 1337 Brettflan 2011-10-20 18:08:55 -0500
  • ee654b761e Release 1.5.9 beta (non-stable release) Brettflan 2011-10-16 09:41:41 -0500
  • e3284a5ee1 Fix for /f money command not being shown in help, and some other minor cleanup Brettflan 2011-10-16 09:11:29 -0500
  • 0b04c95990 Merge branch 'master' of github.com:MassiveCraft/Factions Brettflan 2011-10-16 08:26:09 -0500
  • 1c02b35193 Fix for "allianceChatFormat" not actually being used, updated default format for it Brettflan 2011-10-16 08:25:56 -0500
  • aad9819ae9 herp Olof Larsson 2011-10-16 12:12:49 +0200
  • 3d33088f47 Merge branch 'master' of github.com:MassiveCraft/Factions Olof Larsson 2011-10-16 11:58:21 +0200
  • f5450886f1 Fix for Bukkit "unknown command" error when using console commands handling for extra commas in "baseCommandAliases" in conf.json adding null values Brettflan 2011-10-16 04:02:29 -0500
  • 61bd37c99b A bit of command help menu cleanup Brettflan 2011-10-15 12:46:44 -0500
  • 3981ca4dde Added fence gates to default "territoryProtectedMaterials" list. Existing users should run these commands to add it to an existing config, if desired: /f config territoryProtectedMaterials FENCE_GATE /f config territoryProtectedMaterialsWhenOffline FENCE_GATE Brettflan 2011-10-15 12:46:09 -0500
  • 3de70b6db8 Changes to the default configuration Olof Larsson 2011-10-14 23:45:39 +0200
  • 04074bc2b4 Minor changes Olof Larsson 2011-10-14 15:40:03 +0200
  • 00f6f4ab05 Support for the CAPI plugin. Olof Larsson 2011-10-14 15:03:23 +0200
  • 3967579884 Merge branch 'master' of github.com:MassiveCraft/Factions Olof Larsson 2011-10-13 22:49:52 +0200
  • 618c5fceed Fixed a bug with the smoke effect for the faction home and one NPE. Olof Larsson 2011-10-13 22:49:41 +0200
  • 358186764d Territory owner list was not being shown to people who aren't running the Spoutcraft client, when Spout was hooked... fixed Brettflan 2011-10-13 14:30:47 -0500
  • d7a2a88f95 Merge branch 'master' of github.com:MassiveCraft/Factions Brettflan 2011-10-13 14:10:04 -0500
  • 1a38007d64 With Spout, the territory indicator now also has an ownership indicator below it (but only if the current territory has any owners set), and a larger centered territory notice below which goes away after a couple of seconds. These effectively replace the related chat notices if enabled. Also, updated libs. Brettflan 2011-10-13 14:09:47 -0500
  • 88fe43d600 Using PEX 1.15 and only as superpermsmanager to allow for use of the parent permission. Also changed the handling of money on faction leave as last player. Olof Larsson 2011-10-13 19:47:37 +0200
  • 98260c75de Bugfixes and awesome probably complete money commands. Olof Larsson 2011-10-13 16:07:07 +0200
  • 0888e027ad Econ messages improved. All money commands is now under the money parent command. Olof Larsson 2011-10-13 14:41:07 +0200
  • 0039370f05 Some effect for the f home teleport command Olof Larsson 2011-10-13 12:17:23 +0200
  • 73ea2b75e0 Spout name-over-head modification seems to bug out for players viewing themselves, their name ends up over the head of some other mob in the world... so, it now skips doing that when viewer = viewed. Capes thankfully don't have the same problem, though a caped creeper might actually look pretty cool. Brettflan 2011-10-13 04:23:00 -0500
  • 4ec086e4fa Fix for faction creation sometimes causing an NPE; hopefully a fix for the cause of the null value as well, from an ID clash in the entity collection of factions Fix for disband command causing an NPE if run from the console Additionally, disband command use is now logged Brettflan 2011-10-13 04:10:29 -0500
  • cace4aa955 Fix for faction not being disbanded properly when last player leaves Fix for some NoClassDefFoundErrors when Register plugin isn't present and certain economy functions are used Brettflan 2011-10-12 23:44:59 -0500
  • 329cef6465 Fix for messed up ownership protection handling in regards to ally/enemy status In the process, removed the separate painting handling and made it use the standard block place/destroy checking routine, and otherwise cleaned up the related code a bit Brettflan 2011-10-12 22:31:18 -0500
  • f575ad6bc0 Factions are not removed properly... this needs to be sorted out before release Olof Larsson 2011-10-12 21:54:38 +0200
  • f25daa228a Some of the bugs are fixed. Olof Larsson 2011-10-12 18:48:47 +0200
  • 2566edfd8c Merged some changes Olof Larsson 2011-10-12 17:28:00 +0200
  • b202acb685 Almost finished money refactoring Olof Larsson 2011-10-12 17:25:01 +0200
  • 0326a6e938 Fixed ownerlist command (though not sure just why it was failing as written, I need to investigate further), working on restructuring and fixing ownership handling for block placement/destruction/interaction/usage. Will finish that up in the next day or two. Brettflan 2011-10-11 20:14:59 -0500
  • d37a4d6ff7 Merge branch 'master' of github.com:MassiveCraft/Factions Brettflan 2011-10-11 09:44:12 -0500
  • aec533b4a1 updated Bukkit lib to correspond to CB 1318 Brettflan 2011-10-11 09:43:40 -0500
  • b0e31eb837 Supressed warnings in eclipse Olof Larsson 2011-10-11 13:03:33 +0200
  • 6ab7e10d1f Merge branch 'master' of github.com:MassiveCraft/Factions Olof Larsson 2011-10-11 13:01:12 +0200
  • d07639e7ee Added a register event convenience method Olof Larsson 2011-10-11 13:00:53 +0200
  • 1d8e06796f fix for /f config not working due to extra blank required parameter Brettflan 2011-10-10 21:46:59 -0500
  • f5190db257 Moved some Spout code out to a separate listener, for slightly better organization and more importantly to prevent NoClassDefFoundErrors on servers not running Spout The text scale (size) can now be set for the territory display using conf.json setting "spoutTerritoryDisplaySize" (default 1.0), and "spoutTerritoryDisplayShowDescription" (default true) can be disabled to have only the faction tag/name displayed and not the description as well Brettflan 2011-10-10 21:09:58 -0500
  • 7d85a478a8 Update to allow the project to compile in Netbeans, as per: http://stackoverflow.com/questions/314572/bug-in-eclipse-compiler-or-in-javac Also added license files, for building into JAR file Brettflan 2011-10-10 20:48:23 -0500
  • 7b5124529a Added some extra blocked commands Olof Larsson 2011-10-10 22:45:15 +0200
  • 80d132af70 Added forgotten type adapters. Olof Larsson 2011-10-10 14:21:22 +0200
  • 1d44aa0c9c Renamed sendMessageParsed to msg Olof Larsson 2011-10-10 13:40:24 +0200
  • aceeea8b0e Fixed better color handling system Olof Larsson 2011-10-10 13:31:25 +0200
  • e402797c54 Removing the small ugly language file Olof Larsson 2011-10-10 01:59:36 +0200
  • 27c45bf7f3 Fixed who command and detatched the argument reading a bit. Olof Larsson 2011-10-10 01:43:21 +0200
  • 3cc7766fa7 Some bugs fixed. Olof Larsson 2011-10-10 01:21:05 +0200
  • a5c8e2de49 glerp Olof Larsson 2011-10-09 21:57:43 +0200