Xanium1 / GemsEconomy

One of my spigot plugins. Minecraft Economy plugin with multi currency support!
14 stars 30 forks source link

Add compatibility for Essentials #17

Closed iGabyTM closed 2 years ago

iGabyTM commented 3 years ago

I have recently installed GemsEconomy on my server and I shortly realized that most economy related commands of Essentials were overrided by Gems. I personally use Gems for creating extra economies, not to replace Essentials. Commands like balance were replaced by gbalance and moved as alias.

A248 commented 2 years ago

For your own purposes, if you want to use Essentials and GemsEconomy at the same time, you can configure your server's commands.yml file to define aliases. The commands.yml is quite powerful and will let you resolve any conflicts between different plugins' commands easily.

You don't need to change any commands in GemsEconomy.

iGabyTM commented 2 years ago

I mean, the changes won't modify how the plugin works, but rather allow users to use both plugins together without some hacky things or using commands.yml for aliases as you mentioned.