Solved Giving slowness to players in rain.

Discussion in 'Plugin Development' started by coolmonkeyguy, May 8, 2014.

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

    coolmonkeyguy

  2. Offline

    1Achmed1

    That only works if they have boots....
     
  3. Offline

    coolmonkeyguy

    ya thats what i mean. But when i have boots on it still does nothing. Plugin loads and everything.
     
  4. Offline

    GeorgeeeHD

    when do u actually call this method? u might have to do it in a repeating scheduler in the onEnable
     
  5. Offline

    1Achmed1

    try
    Code:java
    1. if(!player.getInventory().getBoots() == null){}
     
  6. Offline

    coolmonkeyguy

    How would I create a schedular on onEnable?
     
  7. Offline

    NathanWolf

Thread Status:
Not open for further replies.

Share This Page