Remove spout features, add worldguard and worldedit.

This commit is contained in:
drtshock
2014-04-05 15:42:01 -05:00
parent d9b7cf7058
commit c4f7d6b756
15 changed files with 47 additions and 214 deletions

View File

@@ -342,7 +342,7 @@ public class FPlayer extends PlayerEntity implements EconomyParticipator {
}
/*public String getNameAndTag(Faction faction)
{
{
return this.getRelationColor(faction)+this.getNameAndTag();
}
public String getNameAndTag(FPlayer fplayer)
@@ -351,9 +351,9 @@ public class FPlayer extends PlayerEntity implements EconomyParticipator {
}*/
// TODO: REmovded for refactoring.
/*public String getNameAndRelevant(Faction faction)
{
{
// Which relation?
Relation rel = this.getRelationTo(faction);