Zerthick / PlayerShopsRPG

A Minecraft Sponge PlayerShop Plugin
https://ore.spongepowered.org/Zerthick/PlayerShopsRPG
GNU General Public License v2.0
7 stars 5 forks source link

Input command 'browse' was not a valid subcommand. #42

Closed Rosychu closed 6 years ago

Rosychu commented 6 years ago

Updated to the latest PlayerShopsRPG with Sponge 7, for version 1.12.2. The usual /shop options only bring up: /shop b, buy s, stock - which is from I suspect, the Total Economy plugin, as they've recently added chest shops - I couldn't see a way to disable it either.

I can get around that by specifying the plugin of course like: /playershopsrpg:shop browse & such

Which works for making/ browsing/ destroying/ adding items to the shop- but not when it comes to interaction with the shop part. As in, I cannot : Buy, Sell, Manage, or do Owner stuff with it.

I'm not sure if this is a bug, or something I'm doing wrong, but is there a way around this? Thank you in advance.

Rosychu commented 6 years ago

We ended up switching economy plugins, and everything is working fine again.

Zerthick commented 6 years ago

Yes, this is due to total economy also having a shop command. You can fix this by using the aliases section of the Sponge global.conf https://docs.spongepowered.org/stable/en/server/getting-started/configuration/sponge-conf.html to set the PlayerShopsRPG command to take precedent

Rosychu commented 6 years ago

Ah, cheers, I didn't know that was a thing! Sorry about it all, thank you very much though, this is helpful.