# ClassCraft Orientation # Using Signs You can easily create signs which are executing commands or teleporting players into another world when they tap on them. ### Features - **COMMAND SIGNS** Signs executing commands when players tap them - **TELEPORT SIGNS** Signs teleporting players in a specific world when they tap them - **USABILITY** Easy to use and learn ### Usage #### Command Signs To create a command sign which executes a specific command when a player touches it, just create a sign like this and touch it. [](https://camo.githubusercontent.com/111d8304e88cf7c33e19ef7598b3aeb6a4002bfb/687474703a2f2f692e696d6775722e636f6d2f3145716964414e2e706e67) Write the sign like that: 1. command 2. anything like a description of the command or leave blank 3. the first part of the command 4. the second part of the command So when you are writing your sign like this, it'll execute the command "help". 1. command 2. this is a test description 3. help 4. nothing (leave blank) And when you're writing your sign like that, it'll also execute the command "help". 1. command 2. this is a test description 3. he 4. lp ### [](https://github.com/survanetwork/AllSigns#-teleport-signs)🌎 Teleport Signs To create a world sign which teleports a player to a specific world when he touches and is showing how many players are in the world, just create a sign like this and touch it. [](https://camo.githubusercontent.com/eb3618b6739db5c15c853614cfc5ce1562e69d33/687474703a2f2f692e696d6775722e636f6d2f55624551424a452e706e67) So write the sign like that: 1. world 2. the name of the world (e.g. lobby) 3. anything like a description of the world or leave blank 4. anything like a description of the world or leave blank # Commands # Worlds Commands for this always beginning with `/worlds` (you can also use `/ws` which is shorter). #### [](https://github.com/survanetwork/Worlds/wiki/Commands#list)List
Command | Permission | Example | Short example | Example description |
---|---|---|---|---|
`/worlds list` | `worlds.list` | `/worlds list` | `/ws ls` | Show the names of all worlds on the server |
Command | Short example | Example description |
---|---|---|
`/worlds create | `/ws cr mycoolworld` | Create a world with the name `mycoolworld` |
`/worlds create | `/ws cr mycoolworld NETHER` | Create a world with the name `mycoolworld` and the type `NETHER` (can be `NORMAL`, `FLAT` or `NETHER`). |
Command | Short example | Example description |
---|---|---|
`/worlds remove | `/ws rm mycoolworld` | Remove the world with the name `mycoolworld` |
`/worlds load | `/ws ld mycoolworld` | Load the world with the name `mycoolworld` |
`/worlds unload | `/ws uld mycoolworld` | Unload the world with the name `mycoolworld` |
`/worlds teleport | `/ws tp mycoolworld` | Teleport into the world with the name `mycoolworld` |
Command | Short example | Example description |
---|---|---|
`/worlds copy | `/ws cp theoldworld anotherworld` | Copy the world `theoldworld` to the world `anotherworld` |
`/worlds rename | `/ws rn theoldworld thenewworld` | Rename the world `theoldworld` to the world `thenewworld` |
Command | Short example | Example description |
---|---|---|
`/worlds set` | `/ws st` | List all flags in a world |
`/worlds set permission | `/ws st permission you.arecool` | Only players with the permission `you.arecool` are allowed to join the world |
`/worlds set gamemode | `/ws st gamemode creative` | Set the gamemode of a world to `creative` (possible values are `survival`, `creative`, `adventure` or `spectator`) |
`/worlds set build | `/ws st build true` | Allow building in this world by setting the value to `true` |
`/worlds set pvp | `/ws st pvp true` | Disable PvP in this world by setting the value to `false` |
`/worlds set damage | `/ws st damage true` | Enable damage in this world by setting the value to `true` |
`/worlds set interact | `/ws st interact false` | Disable interaction (opening chests, ...) in this world by setting the value to `false` |
`/worlds set explode | `/ws st explode false` | Disable explosions in this world by setting the value to `false` |
`/worlds set drop | `/ws st drop true` | Disable dropping items in this world by setting the value to `false` |
`/worlds set hunger | `/ws st hunger true` | Enable hunger in this world by setting the value to `true` |
`/worlds set fly | `/ws st fly true` | Allow flying in this world by setting the value to `true` |
Command | Short example | Example description |
---|---|---|
`/worlds unset permission` | `/ws ust permission` | Remove the permission for this world so everybody can join |
`/worlds unset gamemode` | `/ws ust gamemode` | Remove the gamemode for this world so it's not changed when joining the world |
`/worlds unset build` | `/ws ust build` | Don't allow or forbid building in this world like the plugin wasn't there |
`/worlds unset pvp` | `/ws ust pvp` | Don't allow or forbid PvP in this world like the plugin wasn't there |
`/worlds unset damage` | `/ws ust damage` | Don't allow or forbid damage in this world like the plugin wasn't there |
`/worlds unset interact` | `/ws ust interact` | Don't allow or forbid interaction in this world like the plugin wasn't there |
`/worlds unset explode` | `/ws ust explode` | Don't allow or forbid explosions in this world like the plugin wasn't there |
`/worlds unset drop` | `/ws ust drop` | Don't allow or forbid dropping items in this world like the plugin wasn't there |
`/worlds unset hunger` | `/ws ust hunger` | Don't enable or disable hunger in this world like the plugin wasn't there |
`/worlds unset fly` | `/ws ust fly` | Don't allow or forbid flying in this world like the plugin wasn't there |
Command | Short example | Example description |
---|---|---|
`/worlds defaults` | `/ws df` | List all default flags for worlds |
`/worlds defaults set gamemode | `/ws df st gamemode creative` | Set the default gamemode of worlds to `creative` (possible values are `survival`, `creative`, `adventure` or `spectator`) |
`/worlds defaults set build | `/ws df st build true` | Allow building by default by setting the value to `true` |
`/worlds defaults set pvp | `/ws df st pvp true` | Disable PvP by default by setting the value to `false` |
`/worlds defaults set damage | `/ws df st damage true` | Enable damage by default by setting the value to `true` |
`/worlds defaults set interact | `/ws df st interact false` | Disable interaction (opening chests, ...) by default by setting the value to `false` |
`/worlds defaults set explode | `/ws df st explode false` | Disable explosions by default by setting the value to `false` |
`/worlds defaults set drop | `/ws df st drop true` | Disable dropping items by default by setting the value to `false` |
`/worlds defaults set hunger | `/ws df st hunger true` | Enable hunger by default by setting the value to `true` |
`/worlds defaults set fly | `/ws df st fly true` | Allow flying by default by setting the value to `true` |
Command | Short example | Example description |
---|---|---|
`/worlds defaults unset permission` | `/ws df ust permission` | Remove the permission for this world so everybody can join |
`/worlds defaults unset gamemode` | `/ws df ust gamemode` | Remove the gamemode for this world so it's not changed when joining the world |
`/worlds defaults unset build` | `/ws df ust build` | Don't allow or forbid building in this world like the plugin wasn't there |
`/worlds defaults unset pvp` | `/ws df ust pvp` | Don't allow or forbid PvP in this world like the plugin wasn't there |
`/worlds defaults unset damage` | `/ws df ust damage` | Don't allow or forbid damage in this world like the plugin wasn't there |
`/worlds defaults unset interact` | `/ws df ust interact` | Don't allow or forbid interaction in this world like the plugin wasn't there |
`/worlds defaults unset explode` | `/ws df ust explode` | Don't allow or forbid explosions in this world like the plugin wasn't there |
`/worlds defaults unset drop` | `/ws df ust drop` | Don't allow or forbid dropping items in this world like the plugin wasn't there |
`/worlds defaults unset hunger` | `/ws df ust hunger` | Don't enable or disable hunger in this world like the plugin wasn't there |
`/worlds defaults unset fly` | `/ws df ust fly` | Don't allow or forbid flying in this world like the plugin wasn't there |
**Command** | **Description** |
---|---|
**/mw help** | **Displays list of all MultiWorld commands**
Alias: `/mw ?`
Usage: `/mw help |
**/mw create** | **Generate new world using seed and generator**
Aliases: `/mw new`, `/mw generate`
Usage: `/mw create |
**/mw teleport** | **Teleports you or selected player to world spawn**
Aliases: `/mw tp`, `/tp move`
Usage: `/mw tp |
**/mw list** | **Displays list of all levels** Alias: `/mw ls` Usage: `/mw list` |
**/mw info** | **Displays level information** Alias: `/mw i` Usage: `/mw info` This command can be used only in game |
**/mw delete** | **Remove level**
Aliases: `/mw del`, `/mw dl`, `/mw remove`, `/mw rm`
Usage: `/mw remove |
**/mw update** | **Change spawn, lobby or default level** Aliases: `/mw ue` Usage: `/mw update <spawn |
**/mw load** | **Loads level**
Aliases: `/mw ld`
Usage: `/mw load |
**/mw unload** | **Unloads level**
Aliases: `/mw unld`
Usage: `/mw unload |
**/mw gamerule** | **Manages with level game rules** Aliases: `/gamerule`, `/mw gr`, `/mw gamer`, `/mw grule` Usage: `/gamerule <list |
**/mw manage** | **Opens form world manager** Aliases: `/mw mg`, `/mw mng`, Usage: `/mw manage <list |
**/mw rename** | **Renames world**
Aliases:`/mw rnm`, `/mw re`
Usage:`/mw rename |