Plugin Communication?

Discussion in 'Plugin Development' started by MackuliN, Jan 31, 2016.

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

    MackuliN

    I have two plugin on my Bukkit 1.8.8 server and I want to call a variable that tells how much money a player has from Plugin 1 and use it in Plugin 2.
    Plugin 1 is 'CurrencyCore' ( v 0.9.0 ) and Plugin 2 is 'Chest Commands GUI' ( v 3.1.2 ). Both are integrated into Vault
    I new to Bukkit servers and plugin programming but im not new to programming in no way.
    Like most situations i come across in programming its probably something stupidly simple but it also may not be.
    But if anyone can help me on this please do.
    thanks,
    MackuliN
     
  2. Offline

    wesley27

    @MackuliN You need to use the API of vault or your economy plugin. In plugin 2, using the API of vault or the economy plugin, you should be able to get the balance of a player.
     
    Zombie_Striker likes this.
Thread Status:
Not open for further replies.

Share This Page