Early version of setting up a users txt file

This commit is contained in:
nossr50
2010-12-01 10:59:51 -08:00
parent ce26a1c524
commit 04f46a5527
3 changed files with 65 additions and 0 deletions

View File

@ -90,6 +90,10 @@ public class vMinecraftListener extends PluginListener {
}
return false;
}
public void onLogin(Player player){
vMinecraftUsers.addUser(player);
}
/** Not working yet, I posted the issue to hMod on github though
public boolean onDamage(DamageType type, BaseEntity attacker, BaseEntity defender, int amount) {