mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Comment about Register plugin inside Essentials Eco api
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1522 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
d5a0cc5cb0
commit
c744675063
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ import java.util.logging.Level;
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instead of using this api directly, we recommend to use the register plugin:
|
||||||
|
* http://bit.ly/RegisterMethod
|
||||||
|
*/
|
||||||
public class Economy
|
public class Economy
|
||||||
{
|
{
|
||||||
private static final Logger logger = Logger.getLogger("Minecraft");
|
private static final Logger logger = Logger.getLogger("Minecraft");
|
||||||
|
|
Loading…
Reference in a new issue