a5e2a62eac
Vault: http://dev.bukkit.org/server-mods/vault/ Note: for proper faction bank support in iCo5 and EssentialsEco, I recommend waiting for Vault 1.2.5 to be released which addresses faction account creation issues.
8 lines
197 B
Java
8 lines
197 B
Java
package com.massivecraft.factions.iface;
|
|
|
|
public interface EconomyParticipator extends RelationParticipator
|
|
{
|
|
public String getAccountId();
|
|
|
|
public void msg(String str, Object... args);
|
|
} |