jaqobb / rewardable-activities

Spigot plugin that rewards players when they do certain activities
MIT License
1 stars 3 forks source link

Not getting any money #2

Closed ghost closed 3 years ago

ghost commented 3 years ago

Running paperspigot, latest version on 1.16.4

Using lightEconomy, when I kill a mob the command works fine, but I don't actually gain money from doing anything. As far as I'm aware there aren't any errors

jaqobb commented 3 years ago

Hey, can you check your console logs? There should be a debug regarding the economy provider that will be used for depositing balance. If there was none found, Vault most likely doesn't support it.

ghost commented 3 years ago
[16:43:17 INFO]: [RewardableActivities] Enabling RewardableActivities v1.7.0
[16:43:17 INFO]: [RewardableActivities] Starting metrics...
[16:43:17 INFO]: [RewardableActivities] Starting updater...
[16:43:17 INFO]: [RewardableActivities] Economy has been successfully setup.
[16:43:17 INFO]: [RewardableActivities] Economy provider: lightEconomy
[16:43:17 INFO]: [RewardableActivities] Registering listeners...

Yeah it picks up the economy just fine