diff --git a/Commands.md b/Commands.md index 575f65e..22fe77d 100644 --- a/Commands.md +++ b/Commands.md @@ -33,7 +33,7 @@ - [/plot done](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#done) - [/plot continue](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#continue) - [/plot setdescription](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#setdescription) - - [/plot setalias](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#setalias) + - [/plot alias](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#alias) - [/plot sethome](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#sethome) - [/plot toggle](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#toggle) @@ -1155,17 +1155,17 @@ Runs the result task with the parameters (viable, nonViable). `plots.set.biome` *** -## [SETALIAS](https://github.com/IntellectualSites/PlotSquared/tree/master/Core/src/main/java/com/intellectualcrafters/plot/commands/Alias.java) +## [ALIAS](https://github.com/IntellectualSites/PlotSquared/tree/master/Core/src/main/java/com/intellectualcrafters/plot/commands/Alias.java) #### Description `Set the plot name` #### Usage -`/plot alias set ` -`/plot alias remove ` +`/plot alias set ` +`/plot alias remove ` #### Aliases `[ setalias,alias,sa,name,rename,setname,seta ]` #### Permissions -`plots.set.alias` -NEW: `plots.alias.set` and `plots.alias.remove` (The old permission still work!) +`plots.set.alias` +NEW: `plots.alias.set` and `plots.alias.remove` (The old permission still work!) *** ## [SETHOME](https://github.com/IntellectualSites/PlotSquared/tree/master/Core/src/main/java/com/intellectualcrafters/plot/commands/SetHome.java)