Vault

Vault

7M Downloads

Could you add Support for my Plugin? :)

criztovyl opened this issue · 4 comments

commented

Hy VaultTeam,

could you add Support for my Plugin? Its http://github.com/RubinBank/RubinBank.
Do you need you further informations to implement my Plugin?

Greetings

criztovyl

P.S. its actual not really ready but the economy should be work :D

commented

A) Is it a public plugin that you intend to release?
B) why should I take effort into supporting your plugin when there are multiple other active economies that work just fine?
C) If it's not ready why are you asking for it to be supported now?
D) If it isn't a plugin for public release you can write the hook yourself and run it in your own plugin, it doesn't need to be included in Vault.

commented

On 10/15/2012 02:23 AM, Nick Minkler wrote:

A) Is it a public plugin that you intend to release?
B) why should I take effort into supporting your plugin when there are
multiple other active economies that work just fine?
C) If it's not ready why are you asking for it to be supported now?
D) If it isn't a plugin for public release you can write the hook
yourself and run it in your own plugin, it doesn't need to be included
in Vault.


Reply to this email directly or view it on GitHub
#281 (comment).

A) Yes
B) The Plugin will work with two Items and should be basing on real
in-game items. There is no endless money.
C) The Economy Implementation is ready, but I want implement also other
things which is not ready ;)
D) A) (I don't understand writing a hook :/)

Greetings

commented

Each supported plugin implements this interface:
https://github.com/MilkBowl/Vault/blob/master/src/net/milkbowl/vault/economy/Economy.java.

You can look at the many examples here:
https://github.com/MilkBowl/Vault/tree/master/src/net/milkbowl/vault/economy/plugins]

for all the supported economy plugins built into Vault.

commented

On 10/15/2012 07:29 PM, Rodney Ramos wrote:

Each supported plugin implements this
(interface)[https://github.com/MilkBowl/Vault/blob/master/src/net/milkbowl/vault/economy/Economy.java].

You can look at the many examples
(here)[https://github.com/MilkBowl/Vault/tree/master/src/net/milkbowl/vault/economy/plugins]
for all the supported economy plugins built into Vault.


Reply to this email directly or view it on GitHub
#281 (comment).

Okay thx :)