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

[question]How to see a shop UUID? #46

Open OldKingisdie opened 5 years ago

Zerthick commented 5 years ago

Why do you need access to the shop UUID? All the commands which accept it as an argument can be accessed via links in chat.

OldKingisdie commented 5 years ago

Ok~ I hope my player be limited sell his item everyday to protect my economic . So I want use script to control the shop everyday be refresh . And script not a player , It's use console . There is the reason that I need a shop UUID

Zerthick commented 5 years ago

Ah I see, in the next release of playershops I can add in a way to get the shop id in a command. In the meantime you can fetch them out of the database the plugin uses to store it's shops. It's called data.mv and it's located in /config/playershopsrpg You can use the H2 Client to open it.