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:
snowleo 2011-05-22 20:30:19 +00:00
parent d5a0cc5cb0
commit c744675063

View File

@ -10,7 +10,10 @@ import java.util.logging.Level;
import java.util.logging.Logger;
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
{
private static final Logger logger = Logger.getLogger("Minecraft");