Another quick question

Discussion in 'Plugin Development' started by guitargun, Nov 19, 2014.

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

    guitargun

    so for my arena plugin I have a deserter penalty that uses a command from my other adminplugin. That plugin uses Playerloginevent. now my question is the order of those login/join events is that:
    playerloginevent -> playerjoinevent. so first the login then the join or is it in another order? also if I need to fill the player's inventory again is the best event the login or the join event?
     
  2. Offline

    Skionz

    Fill the players inventory on the join event. The login event is called when the player first starts to login while the join event is called when the player actually joins the game.
     
    aaomidi likes this.
Thread Status:
Not open for further replies.

Share This Page