.. |
adapters
|
Add in some ASCII-art and make sure the adapters have premade instances.
|
2013-04-17 15:49:29 +02:00 |
chat
|
Only handle faction tags. No standard ones.
|
2013-04-18 15:31:05 +02:00 |
cmd
|
Pass 1 at adding in better chat formating
|
2013-04-18 14:57:56 +02:00 |
event
|
MCore use CommandSender above Player. Adhere to this standard.
|
2013-04-17 10:41:38 +02:00 |
iface
|
Possible converted FPlayer
|
2013-04-12 08:56:26 +02:00 |
integration
|
Pass 1 at adding in better chat formating
|
2013-04-18 14:57:56 +02:00 |
listeners
|
Adding in chat listener content.
|
2013-04-18 15:18:47 +02:00 |
task
|
Make the recurring tasks non-tps-dependent.
|
2013-04-18 13:36:52 +02:00 |
util
|
Remove LazyLocation and declare that Tasks are not Utils.
|
2013-04-18 12:29:56 +02:00 |
Board.java
|
Let's use UUID instead.
|
2013-04-12 15:10:11 +02:00 |
BoardColl.java
|
MCore Change
|
2013-04-16 09:28:07 +02:00 |
BoardInterface.java
|
Make both Board and BoardColl implement the same BoardInterface.
|
2013-04-11 09:25:26 +02:00 |
ConfServer.java
|
Only handle faction tags. No standard ones.
|
2013-04-18 15:31:05 +02:00 |
Const.java
|
Moved Faction entity to useage of MStore as well.
|
2013-04-12 09:47:43 +02:00 |
Faction.java
|
Starting to clean up FPlayer
|
2013-04-17 15:30:21 +02:00 |
FactionColl.java
|
Make the recurring tasks non-tps-dependent.
|
2013-04-18 13:36:52 +02:00 |
FactionEqualsPredictate.java
|
Optimized indexer but that was not enough. Added back the cached index again but with new technology.
|
2013-04-17 14:44:08 +02:00 |
FactionListComparator.java
|
Removing player index to reduce complexity since I doubt its required. Decouble and nullify faction descriptions.
|
2013-04-17 08:55:08 +02:00 |
Factions.java
|
Only handle faction tags. No standard ones.
|
2013-04-18 15:31:05 +02:00 |
FFlag.java
|
Add in some ASCII-art and make sure the adapters have premade instances.
|
2013-04-17 15:49:29 +02:00 |
FPerm.java
|
Merged block listener into main listener
|
2013-04-17 16:21:25 +02:00 |
FPlayer.java
|
Removing the feature where there is no PVP for a few seconds after login. We do not handle teleportation which could also be a form of suprise-attack. For this reason more complex logic should be implemented in a sepparate plugin. Not in Factions.
|
2013-04-18 12:25:05 +02:00 |
FPlayerColl.java
|
Make the recurring tasks non-tps-dependent.
|
2013-04-18 13:36:52 +02:00 |
Lang.java
|
Starting to clean up FPlayer
|
2013-04-17 15:30:21 +02:00 |
Perm.java
|
More Txt.
|
2013-04-10 10:45:47 +02:00 |
Rel.java
|
Fixing some comments.
|
2013-04-14 21:20:34 +02:00 |
TerritoryAccess.java
|
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 |