Minecraft PC IP: play.cubecraft.net

DrHam

Forum Professional
Sep 15, 2015
3,615
4,166
558
Kepler-452b
Hello, I'm posting this little thing that may help some people (when you touch water it kills you):
Code:
@EventHandler
public void onPlayerMove(PlayerMoveEvent e) {
    Material m = e.getPlayer().getLocation().getBlock().getType();
    if (m == Material.STATIONARY_WATER || m == Material
       p.setHealt(0,0);

I'll make explanation later
 
Members Online

Team online

Latest posts

Latest profile posts

AliWarrior wrote on liilianaa's profile.
Thanks for the follow!
AliWarrior wrote on LemonyBreak459!'s profile.
Thanks for the follow!
AliWarrior wrote on qJxny's profile.
Thanks for the follow!
AliWarrior wrote on yurisatori0312's profile.
Thanks for the follow!
Top Bottom