Browse Source

Update 'plugins/ushop.md'

MasterCake 5 years ago
parent
commit
68ef974cee
1 changed files with 8 additions and 5 deletions
  1. 8 5
      plugins/ushop.md

+ 8 - 5
plugins/ushop.md

@@ -44,14 +44,17 @@ It will convert all prices inside the `plugins/Essentials/worth.yml` file to uSh
 
 # Commands
 ### User commands
-/sell - opens the shop GUI, can be configured.
+`/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
+`/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