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 |
|
Olof Larsson
|
f22ea3300f
|
Move the temporary spout stuff to a temporary listener like we did with Econ.
|
2013-04-19 12:48:29 +02:00 |
|
Olof Larsson
|
61baf70ed1
|
Major messaround with the internal events and payForCommand logic. Not done just yet though.
|
2013-04-19 12:27:39 +02:00 |
|
Olof Larsson
|
d3488311de
|
It makes no sense to charge for purely informational commands does it? If it does we can add them in later again. Also adding in a in progress listener to show how internal events should be used for integration with other plugins
|
2013-04-19 10:07:53 +02:00 |
|
Olof Larsson
|
9e6006e7d6
|
These should in no way be required anymore
|
2013-04-18 15:44:47 +02:00 |
|
Olof Larsson
|
1ee9f2bba3
|
Modernizing the Herochat integration, it may still be outdated with newer Herochat versions though.
|
2013-04-18 15:40:58 +02:00 |
|
Olof Larsson
|
5e481d4120
|
Only handle faction tags. No standard ones.
|
2013-04-18 15:31:05 +02:00 |
|
Olof Larsson
|
e9b2b4ee66
|
Adding in chat listener content.
|
2013-04-18 15:18:47 +02:00 |
|
Olof Larsson
|
170edc5811
|
Pass 1 at adding in better chat formating
|
2013-04-18 14:57:56 +02:00 |
|
Olof Larsson
|
c098171759
|
Decouple and put all exploit fixes in their own listener.
|
2013-04-18 14:02:39 +02:00 |
|
Olof Larsson
|
af094b6647
|
Make the recurring tasks non-tps-dependent.
|
2013-04-18 13:36:52 +02:00 |
|
Olof Larsson
|
bc0a8da76f
|
Remove LazyLocation and declare that Tasks are not Utils.
|
2013-04-18 12:29:56 +02:00 |
|
Olof Larsson
|
3938c92740
|
Merged block listener into main listener
|
2013-04-17 16:21:25 +02:00 |
|
Olof Larsson
|
003afbf108
|
Add in some ASCII-art and make sure the adapters have premade instances.
|
2013-04-17 15:49:29 +02:00 |
|
Olof Larsson
|
109d6059ce
|
Get rid of Essentials integrations, use MCore teleporter for now and PS homes. As for chat I need to rewrite the chat system. Essentials integration can be readded later if needed.
|
2013-04-17 11:47:48 +02:00 |
|
Olof Larsson
|
97a2ed1fd8
|
No More ZCore
|
2013-04-16 11:27:03 +02:00 |
|
Olof Larsson
|
c8d60a8298
|
Remove three commented out rows.
|
2013-04-13 11:28:14 +02:00 |
|
Olof Larsson
|
3036b0a157
|
Moved Faction entity to useage of MStore as well.
|
2013-04-12 09:47:43 +02:00 |
|
Olof Larsson
|
76f3f044ca
|
Possible converted FPlayer
|
2013-04-12 08:56:26 +02:00 |
|