Better chat integration with other plugins. In fact the whole chat system has been reprogrammed. Fix ascii compass typo. Fix claim at the border of enemy territory bug. New faction chat. Some refactoring

This commit is contained in:
Olof Larsson
2011-02-12 18:05:05 +01:00
parent d554bc18ec
commit da89ff4ecd
15 changed files with 416 additions and 328 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ public class AsciiCompass {
public enum Point {
N('N'),
NE('/'),
E('W'),
E('E'),
SE('\\'),
S('S'),
SW('/'),