SkyWars Project
Comments
Write in the comments or AnkleteethOne in a private message that you want that we added , and what errors you have found.
Creating games
- 1) Build your map
- 2) Place a BEACON block to difine a spawn point
- 3) Make a schematic out of it with World Edit
- 4) Place schematic in the plugins/SkyWars2/schematics directory
Requirements
- WorldEdit - http://dev.bukkit.org/bukkit-plugins/worldedit/
- Multiverse-core - http://dev.bukkit.org/bukkit-plugins/multiverse-core/
- Vault - http://dev.bukkit.org/bukkit-plugins/vault/
- Permissions plugin compatible with Vault
Optional requirements
- Essentials - http://dev.bukkit.org/bukkit-plugins/essentials/
- WhatIsIt (v1.0.6+) - http://dev.bukkit.org/bukkit-plugins/whatisit/
Commands
Admin
| Command | Permission | Description |
|---|---|---|
| /sw setlobby | skywars.setlobby | Sets the lobby location |
| /sw lobby | skywars.lobby | Teleports you to the lobby location |
| /sw setportal | skywars.setportal | Sets a new portal at your current location |
| /sw cancel | skywars.cancel | Force stops a currently running game of the given ID |
| /sw report | skywars.report | Generates and submits a report. |
| /sw forcestart | skywars.forcestart | Force starts a game with the people in the queue. |
| /sw testkit | skywars.testkit | Replaces your inventory with a kit. |
Permissions
| Permission | Defaults to | Function |
|---|---|---|
| skywars.join | Everyone | /sw join |
| skywars.leave | Everyone | /sw leave |
| skywars.version | Everyone | /sw version |
| skywars.status | Everyone | /sw status |
| skywars.top | Everyone | /sw top |
| skywars.rank | Everyone | /sw rank |
| skywars.rank.other | Everyone | /sw rank <name> |
| skywars.kit | OP Only | /sw kit |
| skywars.lobby | OP Only | /sw lobby |
| skywars.testkit | OP Only | /sw testkit |
| skywars.setportal | OP Only | /sw setportal |
| skywars.cancel | OP Only | /sw cancel |
| skywars.report | OP Only | /sw report |
| skywars.setup | OP Only | /sw setup |
| skywars.forcestart | OP Only | /sw forcestart |
Comments