Disable Essentials ECO, use own ECO instead

Discussion in 'Plugin Development' started by AppleMen, Aug 3, 2014.

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

    AppleMen

    Hello,

    I've made a economy plugin. It works fine :) But.. plugins that uses Vault to get money, are having issues with it. When I do /vault-info, it seems to use Essentials Economy. It has loaded my plugin (WalConomy). But it isn't being used.

    [​IMG]

    Is there a way to set a priority or so?
     
  2. Offline

    Pacothegint

    If you just want to use your plugin for economy you should be able to either find in the essentials config.yml / valt config file a way to disable the essentials economy.
     
  3. Offline

    AppleMen

    Both don't have the option. Vault only has the auto-update-check..
     
  4. Offline

    Pacothegint

    this is the only information i can pull up straight from the essentials config
    When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
    # priority. If a command is in this list, Essentials will try to give ITSELF priority.
     
  5. Offline

    Shevchik

    Vault doesn't know anything about your ecenomy plugin, so don't expect it to hook into your plugin.
     
  6. Offline

    AppleMen

    Is there a way to let Vault know my plugin?
     
  7. Offline

    Shevchik

    Write your own version of vault which know your plugin.
    Or use reflection tricks to make vault know your ecenomy.
    Or request your ecenomy plugin support from vault authors.
     
  8. Offline

    fireblast709

Thread Status:
Not open for further replies.

Share This Page