Advertisement
MrJonton01

Hive Code

May 20th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.48 KB | None | 0 0
  1. {
  2.    Hive HIV = server.getServer("hive");
  3.    Player other = otherPlayer(other);
  4.    Player i = thisPlayer(me);
  5.    if(other().say(HIV + "is cool"))
  6.      if(i.isNear)
  7.      {
  8.         i.kill(other);
  9.         i.say(other + " likes " + HIV + " . So i must kill " + other);
  10.         other.setRekt(true);
  11.      }
  12.      else if(!i.isNear)
  13.      {
  14.         other.set.hasLuck(true);
  15.      }
  16.    else if(!other().say(HIV + "is cool"));
  17.    {
  18.       other.sendMessage("So it's nice !");
  19.    }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement