Commit Graph

143 Commits

Author SHA1 Message Date
Magnus Ulf Jørgensen
9cb33fd9a5 Automatic registration of engines, commands and more 2017-05-28 18:30:20 +02:00
Magnus Ulf Jørgensen
aacf918058 Clean up activation 2017-05-18 11:22:58 +02:00
Olof Larsson
2c58aed1ba Factions Cleanup - Database lazy cleaning 2017-03-25 00:47:01 +01:00
Olof Larsson
4b1068385d Create a (hopefully) proper index solution. 2017-03-24 22:59:44 +01:00
Olof Larsson
59fad9b136 Add Migrator for EnumerationUtil addition. 2017-03-24 15:53:20 +01:00
Olof Larsson
2dfce5ea3a Remove Factions 1.8 update logic. 2017-03-24 14:19:26 +01:00
Olof Larsson
60b4472735 Optimize Imports 2017-03-24 13:05:58 +01:00
Olof Larsson
bf2d666338 Default versionSynchronized to true 2017-03-24 11:51:25 +01:00
ulumulu1510
f91cf135d4 Refactor ChatTag and ChatModifier to use Active. 2017-03-15 09:27:47 +01:00
Magnus Ulf Jørgensen
dc1118e328 Change PowerMixin to newer setup 2017-02-24 19:43:24 +01:00
Magnus Ulf Jørgensen
6e20e810f7 Split up EngineMain 2017-02-24 19:39:56 +01:00
TheComputerGeek2
398154b576 Add edit config command. 2017-02-21 23:22:08 -08:00
Blanclour
2121cbd8dd
Fix Lingering Potion PvP Bug 2016-11-06 15:40:09 +01:00
magnusulf
3ce87426a7
Allow factionless vs factionless PvP 2016-06-17 13:53:24 +02:00
Olof Larsson
e35bc820be
Remove unwanted duplicate postEnable call. 2016-05-18 09:26:53 +02:00
Olof Larsson
7fc22db45a
MassiveCore - Lazy Active by Reflection. Solves unwanted early instance creation. 2016-04-19 12:00:01 +02:00
Olof Larsson
1f5e591ce6 MassiveCore - MassivePlugin and Active 2016-02-25 22:28:09 +01:00
Olof Larsson
d72d8f4043 MassiveCore - Version Synchronized Warnings 2015-10-21 20:28:36 +02:00
Mark Hughes
74b9319a1a WorldGuard Integration 2015-09-07 14:46:05 +02:00
Olof Larsson
a9b80dacfe Remove ID update. Add NPC awareness. 2015-05-16 12:19:36 +02:00
Olof Larsson
c81d7d8794 Remove Maven 2015-01-19 09:58:25 +01:00
Olof Larsson
13a4afdfb4 Maven Attempt 1 2014-09-13 00:50:33 +02:00
Olof Larsson
205169ecc0 Beta Version of the built in Dynmap integration. 2014-08-21 00:38:01 +02:00
Olof Larsson
e43f63cf59 Rename 2014-06-04 14:02:23 +02:00
Olof Larsson
858b4e5fd1 1.7.9 Support 2014-05-14 15:27:27 +02:00
Olof Larsson
b951493ea1 MCore change and disable name change broadcasting per default 2014-01-05 11:55:45 +01:00
Olof Larsson
05aaa8140d This constant could be useful to other plugins. 2013-12-03 17:16:41 +01:00
Olof Larsson
1a63c59c54 This is 2.2.2 2013-11-11 09:31:04 +01:00
Olof Larsson
e0729fbeb0 Add in a new tag {factions_roleprefixforce} 2013-06-27 11:42:02 +02:00
Olof Larsson
677a9f1a86 MCore update, bug fix and some debug output that should be removed not just yet. 2013-06-18 09:07:05 +02:00
Olof Larsson
7c10a6c83f MCore changes 2013-05-03 09:58:43 +02:00
Olof Larsson
f6d601446e Some bugfixes 2013-04-26 08:02:32 +02:00
Olof Larsson
c10b6f5edc Adding in a preprocessor to avoid using the SerializedName annotation. 2013-04-25 09:49:39 +02:00
Olof Larsson
5eed71fc67 Rename Faction Tag to Faction Name. What did tag ever mean? Name makes more sense. 2013-04-24 19:01:17 +02:00
Olof Larsson
9b932cb1c6 Permission node cleanup and removal of the commented out deprecated API. 2013-04-24 16:10:16 +02:00
Olof Larsson
da2cc0f052 Whatever, lets just move the last listener stuff over 2013-04-24 15:37:17 +02:00
Olof Larsson
6846c426c4 Minor touches to player defaults. 2013-04-24 14:31:10 +02:00
Olof Larsson
e0c6e71b91 Removed WorldGuard integration. Can be readded later in a proper manner if anyone need it. Also moved some more Econ stuff to the listener. 2013-04-24 13:26:59 +02:00
Olof Larsson
bd8d945c7b Decoupled LWC integration. This is a good example of what integrations should look like. We are using events only. For this reason the LWC integration could be placed in another plugin and this is good practice. Im not saying we should move the LWC integration to another plugin but its good practice that its possible. 2013-04-24 11:30:00 +02:00
Olof Larsson
cb1926c5c1 Rename task classes to correspond to config values and use minutes as the unit for human readability and thinking. 2013-04-24 08:48:35 +02:00
Olof Larsson
825d937c84 Moved the last stuff away from ConfServer. 2013-04-24 08:39:26 +02:00
Olof Larsson
29e05fd54d Introducing a power Mixin since Bukkit does not allow permissions for offline players and we want to know for offline players. Servers wanting individual power rules can implement and inject this mixin. 2013-04-23 17:01:43 +02:00
Olof Larsson
3c60f75bbd Rethinking power calculation some. 2013-04-23 12:14:36 +02:00
Olof Larsson
90d819ab18 Allergy reaction kicked in. This commit removes the Spout features. I have nothing against spout but if we are going to have them we should do them properly. They should be coded in such a way that they could be in an external plugin alltogether. Also removed netbeans stuff from IDE that should not be in the github repo. 2013-04-22 21:00:00 +02:00
Olof Larsson
19f9834210 Starting to rename fplayer --> uplayer since we will need an mplayer. 2013-04-22 17:59:51 +02:00
Olof Larsson
26fa7e8b95 Minor startup fixes 2013-04-22 15:05:00 +02:00
Olof Larsson
9fc75b1fcf Halfway through adding in universe support 2013-04-22 12:26:13 +02:00
Olof Larsson
b0871b0ee6 Moving prefixes and chat from ConfServer to MConf 2013-04-22 09:51:19 +02:00
Olof Larsson
41bb3f6e05 Moving files around 2013-04-22 09:37:53 +02:00
Olof Larsson
ae61ef4c37 Testing the new money interface 2013-04-19 18:34:21 +02:00