Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
svilex committed May 23, 2016
1 parent 15e0782 commit bf92507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Command | Description
-----------|-----------
/sw | SW main command, shows the usage (subcommands)
/sw create **[**SWname**]** **[**slots**]** **[**countdown**]** **[**maxGameTime**]** | It's used for creating arenas.<br/>- **SWname** indicates the name of the arena, is used for distinguish arenas, for example on join signs.<br/>- **slots** indicates the number of spawns of the arena<br/>- **countdown** is the time in seconds before the game starts.<br/>- **maxGameTime** is the time in seconds after the countdown, if go over this, the game will finish.
/sw setspawn **[**slot**]** | It's used to set each spawn using the CommandSender position.<br/>- **slot** indicates the number of the slot. Example: an arena with 4 slots need 4 different spawns; to set these 4 spawns you need to run this command 4 times: `/sw setspawn 1`, `/sw setspawn 2`, `/sw setspawn 3`, `/sw setspawn 4`
/sw setspawn **[**slot**]** | It's used to set each spawn using the CommandSender position.<br/>- **slot** indicates the number of the slot. Example: an arena with 4 slots need 4 different spawns; to set these 4 spawns you need to run this command 4 times: `/sw setspawn 1`, `/sw setspawn 2`, `/sw setspawn 3`, `/sw setspawn 4`.<br/>*If you set spawns above glass, it will be broken once the game starts.*
/sw list | Displays the list of loaded arenas with the corresponding world + players playing in them. Example: `TestArena [5/16] => TestWorld` etc.
/sw delete **[**SWname**]** | This command just deletes an arena.<br/>- **SWname** is the name of the arena that you must give to delete it
/sw signdelete **[**SWname**\|**all**]** | Do you want to delete a join sign but you forgot where you placed it? This command can help you.<br/>- **SWname** is the arena name, if gived, all the signs pointing to the given arena will be deleted.<br/>- **all** If used as the arena name like `/sw signdelete all`, all the SW signs wil be deleted.<br/>_Are you thinking this command is useless? You'll change your idea about it when you'll have the need._:laughing:
Expand Down Expand Up @@ -134,4 +134,4 @@ This plugin is licensed under the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.ht
###Stats
This plugin is sending your server **PORT** and **SW_VERSION** to a web server to collect stats.<br/>
Using this plugin you agree to send these info.<br/>
- Click [**here**](http://svile.altervista.org/sw_log.html) for the full list.
- Click [**here**](http://svile.altervista.org/sw_log.html) for the full list.

0 comments on commit bf92507

Please sign in to comment.