Commit Graph

  • a5f4781f7b Avoid some magic values and suppress warnings for the rest. Olof Larsson 2013-09-20 12:50:32 +0200
  • 5a7024db4c Fix deprecated warnings related to int vs double damage. Olof Larsson 2013-09-15 01:08:20 +0200
  • 34681c7340 Remove the implementation specific customData. It's now added to all entities in Mcore. Olof Larsson 2013-09-10 03:34:54 +0200
  • b484b6bb38 Add in a place for people to store their custom data. Olof Larsson 2013-09-10 02:40:16 +0200
  • 43f9f304a6 The enum sets are no longer final constants. Thus we should use camel case instead. Olof Larsson 2013-08-29 10:48:17 +0200
  • 593dc652bb This is 2.1.0 Olof Larsson 2013-08-29 09:32:39 +0200
  • a72bebecb6 Fix power removed twice upon death sometimes with McMMO. Olof Larsson 2013-08-27 10:56:47 +0200
  • 35af6ac0ea Swap format argument order. Fixes #376 Olof Larsson 2013-08-27 07:21:07 +0200
  • 549aaaf494 Adding in offline explosion protection per default. Olof Larsson 2013-08-23 10:45:27 +0200
  • fa0a2fb90a Move enum sets to mconf instead of hardcoding them. This way perhaps other server mods can add in stuff that's useful to them. Olof Larsson 2013-08-23 10:14:23 +0200
  • 844dc6c420 Consider deactivating admin mode each time we check it. Fixes people getting stuck in admin mode that no longer has permissions for it. Olof Larsson 2013-08-23 08:10:44 +0200
  • 04aca214e1 This approach is hopefully better. Olof Larsson 2013-08-22 13:37:08 +0200
  • c5be1754c4 Performance improvement as suggested by md_5, thanks. Olof Larsson 2013-08-21 10:02:40 +0200
  • a71b3a19f3 Add in optional relcolor parsing. Since it rarely may break other advanced chat plugins it can be opted out from in the mconf. Enabled by default. Olof Larsson 2013-08-21 09:51:43 +0200
  • faa61345df Fix a bug pointed out by Riking. Olof Larsson 2013-08-12 06:48:12 +0200
  • df9b10e074 Make world sets case insensitive so people can WrItE HoWeVeR tHeY WaNt. Olof Larsson 2013-08-09 10:06:28 +0200
  • 642f5c00d0 This is 2.0.5 Olof Larsson 2013-08-08 09:44:33 +0200
  • 66cdb21215 Note the possible NPE for further investigation. Olof Larsson 2013-08-08 09:28:39 +0200
  • 32e060c2c3 Handle entity attacks without attackers. Fixes #332. Olof Larsson 2013-08-07 07:52:26 +0200
  • 62dc8c6046 This is 2.0.4 Olof Larsson 2013-08-01 08:47:13 +0200
  • 9aaa6de945 Avoid NPE that could arrise due to NPC plugins etc. Olof Larsson 2013-07-31 14:50:28 +0200
  • 9f5753a682 Merge pull request #295 from AEtherSurfer/fix_chunk_change_event_bug Olof Larsson 2013-07-27 00:47:50 -0700
  • ea5c5ce81e Untested re-added teleport to faction home on death feature. Olof Larsson 2013-07-24 18:29:55 +0200
  • 3c13235365 fix indent ÆtherSurfer 2013-07-20 19:34:18 -0400
  • bbc77790da fix FactionsEventChunkChange bug, tryClaim changes the board in between the time it instantiates this event and it calls getType ÆtherSurfer 2013-07-20 19:29:21 -0400
  • 6f1777cc83 This is 2.0.3 Olof Larsson 2013-07-12 10:36:24 +0200
  • c11977fd70 This is 2.0.2 Olof Larsson 2013-07-02 15:32:24 +0200
  • 428f1a18e7 This is 2.0.2_dev Olof Larsson 2013-07-02 10:44:03 +0200
  • e5e87c9359 Ooops. Missed out the recipient limits when re-deobfuscating. Olof Larsson 2013-06-28 07:44:00 +0200
  • edb9d50dbf This is 2.0.1 Olof Larsson 2013-06-27 13:01:14 +0200
  • e0729fbeb0 Add in a new tag {factions_roleprefixforce} Olof Larsson 2013-06-27 11:42:02 +0200
  • 1952cd2999 Update HeroChat integration to version #214 Olof Larsson 2013-06-27 11:03:08 +0200
  • 6339861819 Fix bug where data migration from 1.8 would fail. Olof Larsson 2013-06-27 10:06:15 +0200
  • 765e187bd1 This is 2.0.0 Olof Larsson 2013-06-22 17:45:34 +0200
  • 2172ef79c8 Removing debug code thats no longer required. Olof Larsson 2013-06-20 09:59:36 +0200
  • a85e0eccdf and again ... Olof Larsson 2013-06-18 10:24:20 +0200
  • 2dd0c8e4a9 And again ... Olof Larsson 2013-06-18 10:13:31 +0200
  • 25984f19de More reorder Olof Larsson 2013-06-18 09:59:26 +0200
  • f3dc53a854 minor tweak to plugin.yml Olof Larsson 2013-06-18 09:38:34 +0200
  • 42937a497d Reorder commands. Olof Larsson 2013-06-18 09:34:46 +0200
  • 677a9f1a86 MCore update, bug fix and some debug output that should be removed not just yet. Olof Larsson 2013-06-18 09:07:05 +0200
  • 66991fba02 Fix a bug where you could not claim a startingpoint for your base in another world Olof Larsson 2013-05-29 14:31:09 +0200
  • 34d2dcb97b Ugly NPE evasion. Solves the issue probably but why did it turn null even in the first place? Olof Larsson 2013-05-28 09:10:24 +0200
  • ac95004450 Fix permision to withdraw money and chunk border/connected checking. Olof Larsson 2013-05-17 08:37:32 +0200
  • a79577a355 Another modification to the claim rights checking Olof Larsson 2013-05-17 08:10:46 +0200
  • 81d79775f8 Attempt 1 at fixing the claim permission bug. Olof Larsson 2013-05-13 07:21:11 +0200
  • 509e7c1711 Remove useless super() call Olof Larsson 2013-05-13 07:06:55 +0200
  • aec60b0bea Wrong MConf value in FListenerExploit Kane York 2013-05-09 09:29:35 -0600
  • 7c10a6c83f MCore changes Olof Larsson 2013-05-03 09:58:43 +0200
  • cf03bd5b8a Fixing one permission check bug and adding some debug output in hope to find that bug. Olof Larsson 2013-04-29 16:29:10 +0200
  • 709c1fe80d Work on TerritoryAccess and permissions. Olof Larsson 2013-04-29 12:48:11 +0200
  • 3a6bca872f Allow people with permission to manage access to deny themselves access. How else should these people feel confident they can setup the access correctly? Personally my reaction was to try to deny myself and I was confused when I couldnt. Olof Larsson 2013-04-29 10:42:33 +0200
  • cea9a85f2b Fix an nPE Olof Larsson 2013-04-29 10:35:35 +0200
  • 1d951fb5cf Let's allow the allowed people Olof Larsson 2013-04-29 10:26:15 +0200
  • 66b4eb4b92 Pass 1 at reworking the Territory Access system. Olof Larsson 2013-04-29 10:23:39 +0200
  • 03684c78f1 Testing out the new PSFormat called HumanSpace. Olof Larsson 2013-04-26 20:22:12 +0200
  • 3d50e84360 Improvements to info commands. Olof Larsson 2013-04-26 17:54:06 +0200
  • 1609a7cfea Renaming show --> faction and power --> player Olof Larsson 2013-04-26 14:01:28 +0200
  • 7cbc99bdd6 Remove the interact spam check. I think it was only useful back in the old days where the denied messages where broadcasted to other players and not only yourself. Olof Larsson 2013-04-26 11:07:29 +0200
  • 7ce0100e73 Minor changes to npe detection and denied commands Olof Larsson 2013-04-26 11:06:07 +0200
  • 7626aed06a Fixing a few bugs, and adding in some debug output for unsolved ones. Olof Larsson 2013-04-26 10:32:02 +0200
  • f6d601446e Some bugfixes Olof Larsson 2013-04-26 08:02:32 +0200
  • 684974b336 Minor tweaks to default config values Olof Larsson 2013-04-25 20:21:23 +0200
  • 99f6087536 Typo-fix Olof Larsson 2013-04-25 17:22:22 +0200
  • 71bf3e9f72 Adding in the pow command again. It should be noted that the whole information display system needs a rewrite. Perhaps one command for player and a few for faction? Olof Larsson 2013-04-25 17:17:23 +0200
  • 21c7742dcb Added missing enabled requirement for sethome. Olof Larsson 2013-04-25 17:00:22 +0200
  • fffdf07178 More minor tweaks Olof Larsson 2013-04-25 16:54:55 +0200
  • ea06c468fc Fix some more small bugs Olof Larsson 2013-04-25 16:02:37 +0200
  • c6757fae60 Removing some f and adding some u. Olof Larsson 2013-04-25 14:15:25 +0200
  • a05a7570a2 Add a plugin description to plugin.yml Olof Larsson 2013-04-25 14:11:32 +0200
  • 7a99005f7b Tweaking requirements, removing declaim aliases and shortening the author list by using minecraft name only. Olof Larsson 2013-04-25 13:53:22 +0200
  • 5047439756 More universe disabled checks. Olof Larsson 2013-04-25 13:25:15 +0200
  • ac2c7c705c Just started adding in the universe toggle. Olof Larsson 2013-04-25 12:18:39 +0200
  • 8fd088e291 A few minor bugfixes and tweaks. Olof Larsson 2013-04-25 12:04:01 +0200
  • 18e6c778b9 Fixing a couple of NPE Olof Larsson 2013-04-25 11:00:17 +0200
  • 0fd21575e4 Adding in Faction creation timestamp. You can now see how old the faction is. Olof Larsson 2013-04-25 10:51:11 +0200
  • 0ed104279f Change order in UPlayer.detachId to avoid NPE. Olof Larsson 2013-04-25 10:27:39 +0200
  • 09a23353a7 Drop old special factions upon migration. Olof Larsson 2013-04-25 09:59:25 +0200
  • 638ba4ca7f Thanks @Brettflan, Adding HOPPER and DROPPER to the material constant. Olof Larsson 2013-04-25 09:54:20 +0200
  • c10b6f5edc Adding in a preprocessor to avoid using the SerializedName annotation. Olof Larsson 2013-04-25 09:49:39 +0200
  • 8e59017cb1 Working on the setter pattern some more. The inited check is now built into the entity changed method. Olof Larsson 2013-04-25 08:34:10 +0200
  • 26af25f1c5 Improve the UPlayer setters to follow a standardized format and avoid triggering the changed method on nochange. Olof Larsson 2013-04-25 08:01:26 +0200
  • 8070cc5579 Readd the powerboost for players and the proper maximum power per faction calculation. Olof Larsson 2013-04-25 07:53:21 +0200
  • 8382d39409 Thanks @LiLChris, a cosmetic change. Olof Larsson 2013-04-25 07:32:33 +0200
  • e32a741b3b Renaming sender vars in the command system to more proper names. Olof Larsson 2013-04-25 07:29:19 +0200
  • 882bdf4c88 Thanks @AEtherSurfer, changed the order of faction and radius in the claim command and added a maximum radius. Olof Larsson 2013-04-24 20:17:20 +0200
  • ce1c69d0ca These libs were no longer in use Olof Larsson 2013-04-24 19:06:04 +0200
  • aea6c38eaf Nah lets not create a built in badword list. Its not doable due to the scunthorpe problem. Olof Larsson 2013-04-24 19:04:53 +0200
  • 5eed71fc67 Rename Faction Tag to Faction Name. What did tag ever mean? Name makes more sense. Olof Larsson 2013-04-24 19:01:17 +0200
  • 82e380cd3d these changes fixes a few startup errors related to non-attached factions lacking universe. Olof Larsson 2013-04-24 18:22:52 +0200
  • 80eb506499 Fixing one typo and a minor bug. Olof Larsson 2013-04-24 16:50:19 +0200
  • 0992c403b5 minor stuff Olof Larsson 2013-04-24 16:40:35 +0200
  • 7e33bd0bf1 Add an intermediate Colls class for that shared universe-get logic. Olof Larsson 2013-04-24 16:27:47 +0200
  • 643d6ba3c7 Adding TRAPPED_CHEST to the set of container materials Olof Larsson 2013-04-24 16:12:55 +0200
  • 9b932cb1c6 Permission node cleanup and removal of the commented out deprecated API. Olof Larsson 2013-04-24 16:10:16 +0200
  • da2cc0f052 Whatever, lets just move the last listener stuff over Olof Larsson 2013-04-24 15:35:46 +0200
  • 8fce53b4fc Recruits should per default not be allowed to build Olof Larsson 2013-04-24 15:30:08 +0200
  • 521218cd6d Chunk change logic is now good enough. Moving it to the MainListener. Olof Larsson 2013-04-24 15:19:49 +0200
  • aa989db8f7 Working on auto claim Olof Larsson 2013-04-24 15:14:15 +0200
  • f6da2d397b Specifying meanings for null in Faction fields and removing the getAccountId method alltogether. Olof Larsson 2013-04-24 14:42:52 +0200