Minigame Points System

Discussion in 'Plugin Development' started by galaipa, Feb 15, 2015.

Thread Status:
Not open for further replies.
  1. Hi, I want to develop a plugin that gives the players points when they win in a minigame. How could I get the action of winning a game from the minigame plugins?

    I hope someone can help me,
     
  2. Offline

    Code0

    Wait,
    @galaipa so you want to listen for another plugin to tell you what player won the game? Or will you code the minigame plugin by yourself?
     
  3. I want to listen from other minigame plugins.

    Thanks
     
  4. Offline

    Code0

    I honestly don't know how to get info from another plugin. Maybe config files?
    @galaipa
     
  5. @galaipa Check if the Minigame has an API. If so look at the documentation and see if there is a boolean or event to run at the end. If there is just hook into the Minigame and run that method.
     
  6. Thank you, I will search them :)
     
  7. Offline

    AdityaTD

    Well I would recommend coding the MiniGame yourself and then you make a point system in it! :) Ik its hard but worth it!
     
Thread Status:
Not open for further replies.

Share This Page