Greater Then/Less Then?

Discussion in 'Plugin Development' started by NNickey, Jun 14, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    NNickey

    How do you make a greater then/less then? \/ \/
    plugin.getServer().getWorld("world").getTime() >= 372000
     
  2. Offline

    Giant

    == < - equals
    <> < - less then/greater then
    >= < - greater then/equals
    <= < - less then/equals
    > < - greater then
    < < - less then
     
  3. Offline

    zachoooo

    Greater than >
    Less than <

    You're supposed to use them in if statements. Right now it looks like you have a greater than or equal to sign.
     
  4. Offline

    NNickey

    It is a if statement.. Thanks!

    How about Not Equal too?
    NVM.. its =~

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  5. Offline

    Giant

    Actually, it would be != :)
     
    zachoooo likes this.
Thread Status:
Not open for further replies.

Share This Page