Item Lore Animation

Discussion in 'Plugin Development' started by Maeyrl, Jun 3, 2014.

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

    Maeyrl

  2. Maeyrl That code should be in a method, and not in onEnable. If you use a method you can call the code to do its work.
     
  3. Offline

    Maeyrl

    I am a novice at coding in Bukkit at the moment. Can you please do it for me? driver-e
     
  4. Offline

    renaud444

    Spoon feeding code is frowned upon :/
     
  5. Maeyrl Even tho this is spoonfeeding code, people learn off it, so here ya go:
    Code:java
    1. public static void loreFrames(){
    2. //your code
    3. }

    You do not put this in onEnable.
    And to run the method, simply do:
    Code:java
    1. loreFrames();

    Hope I helped.
     
    TorkatoR likes this.
  6. Offline

    monkeymanboy

    Didn't someone else make this for you on plugin requests?
     
  7. Offline

    Garris0n

Thread Status:
Not open for further replies.

Share This Page