2a9b475012
Vault: http://dev.bukkit.org/server-mods/vault/ Note: for proper faction bank support, if you're using iCo5 or EssentialsEco, I recommend waiting for Vault 1.2.5 to be released which addresses faction account creation issues related to those.
9 lines
199 B
Java
9 lines
199 B
Java
package com.massivecraft.factions.iface;
|
|
|
|
|
|
public interface EconomyParticipator extends RelationParticipator
|
|
{
|
|
public String getAccountId();
|
|
|
|
public void msg(String str, Object... args);
|
|
} |