1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Plugin attempted to register popupmessage

Discussion in 'Development' started by CupidonSauce173, Jul 27, 2018.

  1. hikingjungle

    hikingjungle Baby Zombie

    Messages:
    123
    GitHub:
    hikingjungle
    you could replace the trapped chest texture with the shulker box texture with a texture pack
     
  2. CupidonSauce173

    CupidonSauce173 Zombie

    Messages:
    298
    GitHub:
    cupidonsauce173
    Ye
     
  3. Muqsit

    Muqsit Chicken

    Messages:
    1,548
    GitHub:
    muqsit
    That error happens when you're registering events before the plugin gets enabled, you're probably registering events in the onLoad() method. You should consider registering events during onEnable() instead.

    I know your code doesn't show any events being registered, but that's the only case where that error is thrown.
     
    corytortoise likes this.
  4. CupidonSauce173

    CupidonSauce173 Zombie

    Messages:
    298
    GitHub:
    cupidonsauce173
    Okay I will look thank you.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.