Is there an event called when a book is created?

Discussion in 'Plugin Development' started by EvilPeanut, Feb 3, 2013.

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

    EvilPeanut

    Is there an event called when a book is created?
    I need to change the book text when it is created.
     
  2. Offline

    Mitsosops

    I didnt read it myself but here is a list of events on org.bukkit.event.Event class

    Code:
    http://jd.bukkit.org/doxygen/d1/d22/classorg_1_1bukkit_1_1event_1_1Event.html#a98d4fa1db759bb9e32e02ff9292cd17c
    Edit: After searching it i found this event:
    org.bukkit.event.entity.ItemSpawnEvent
     
Thread Status:
Not open for further replies.

Share This Page