Vault API Help

Discussion in 'Plugin Development' started by BaconStripzMan, Oct 23, 2015.

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

    BaconStripzMan

    Hello!

    I am creating my own custom coded Prison Server and I have a economy system.

    It currently doesn't hook into Vault in any way, shape or form.

    I use it for my own custom /rankup and Sign shops but I need it to hook into Vault and be noticed as a Economy System, like Essentials or iConomy. I need this for ChestShops if it helps.

    Other than the plugin Vault API I don't know how to go about this, could somebody please point me in the right direction.

    Thanks,

    - Bacon
     
  2. Offline

    alex31298

  3. Offline

    BaconStripzMan

    Thanks for help. But not what I need. This shows me how to use Vault and remove/add money from an EXISTING economy system. I need to setup my plugin to rather, be an economy system.
     
  4. Online

    timtower Administrator Administrator Moderator

    @BaconStripzMan Implement or extend Economy, not sure which one it is.
    Then register it as service provider.
    Think that you need to load before Vault.
     
  5. Offline

    elian1203

    Have you put depend: [Vault] in your plugin.yml?
     
  6. Offline

    teej107

    Good luck!
    Especially if you have to
     
  7. Offline

    BaconStripzMan

    @teej107 @elian1203 I need my money system to be like iConomy or Essentials Money how it works with any other plugin.

    @timtower Could you show how to register it as a service provider?
     
  8. Offline

    teej107

    Then why don't you use one of those?
     
  9. Offline

    BaconStripzMan

    Coding FTW idk
     
  10. Online

    timtower Administrator Administrator Moderator

  11. Offline

    BaconStripzMan

    I might just revert to either making my own version of ChestShop which i probably won't.. or just use another plugin
     
Thread Status:
Not open for further replies.

Share This Page