|
@@ -42,6 +42,18 @@ If you have already set up your EssentialsX worth list, you might want to use it
|
|
|
|
|
|
It will convert all prices inside the `plugins/Essentials/worth.yml` file to uShop.
|
|
|
|
|
|
+# Commands
|
|
|
+### User commands
|
|
|
+/sell - opens the shop GUI, can be configured.
|
|
|
+Permission: ushop.use
|
|
|
+
|
|
|
+### Admin commands
|
|
|
+/ushop reload - reloads the config
|
|
|
+/ushop add <price> [flags ...] - sets a custom price for an item with custom lore, displayname, durability and enchants
|
|
|
+/ushop open <player> - opens the shop for other players
|
|
|
+/ushop convert - converts the essentials worth list
|
|
|
+Permission: ushop.admin
|
|
|
+
|
|
|
# Misc
|
|
|
|
|
|
## Open the Shop using a sign
|
|
@@ -67,3 +79,4 @@ command: "sell"
|
|
|
```
|
|
|
|
|
|
|
|
|
+
|