Skip to content

Commit

Permalink
[ci skip] Rename "Commands" section to "Wiki"
Browse files Browse the repository at this point in the history
Moved the command list to the Wiki for better maintainability. Updated the README with a link to the relevant Wiki page for detailed command information.
  • Loading branch information
NonSwag committed Aug 16, 2024
1 parent 6c42337 commit c8d8fba
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,9 @@ bStat Metrics can be found [here](https://bstats.org/plugin/bukkit/TheNextLvl%20
[Latest version supporting 1.19/1.20.4 (Java 19)](https://github.com/TheNextLvl-net/worlds/releases/tag/v1.1.6)<br>
[Latest version supporting 1.19/1.20.4 (Java 17)](https://github.com/TheNextLvl-net/worlds/releases/tag/v1.1.3)<br>

## Commands

| Command | Description | Permission |
|---------------------------------------------------------------------------------|---------------------------------------------------------------|----------------------------|
| `/world clone <world> <key> [template]` | clone a world | worlds.command.clone |
| `/world create <key> generator <generator> [<dimension>] [<structures>] [<seed>]` | create a world using a custom world generator plugin | worlds.command.create |
| `/world create <key> preset <preset> [<dimension>] [<structures>] [<seed>]` | create a world using a preset | worlds.command.create |
| `/world create <key> type <type> [<dimension>] [<structures>] [<seed>]` | create a world with a specific type | worlds.command.create |
| `/world delete <world> [<flags>]` | immediately delete or schedule a world for deletion | worlds.command.delete |
| `/world import <world> [<key>] [<dimension>] [<generator>]` | import a world from files | worlds.command.import |
| `/world info [<world>]` | display info about a certain world | worlds.command.info |
| `/world link create <source> <destination>` | link to worlds | worlds.command.link.create |
| `/world link list` | display all links | worlds.command.link.list |
| `/world link remove <world> <relative>` | unlink two worlds | worlds.command.link.remove |
| `/world list` | list all loaded worlds | worlds.command.list |
| `/world load <world>` | load a previously imported world | worlds.command.load |
| `/world regenerate <world> [<flags>]` | immediately regenerate or schedule a world for regeneration | worlds.command.regenerate |
| `/world save <world> [flush]` | save a world to disk | worlds.command.save |
| `/world save-all [flush]` | save all worlds to disk | worlds.command.save-all |
| `/world save-off [<world>]` | temporarily disable saving in a specific world | worlds.command.save-off |
| `/world save-on [<world>]` | enable saving in a specific world if previously turned off | worlds.command.save-on |
| `/world setspawn [<position>] [<angle>]` | set the spawn of the world you are in | worlds.command.setspawn |
| `/world spawn` | teleport yourself to the spawn of your current world | worlds.command.spawn |
| `/world teleport <world> [<entities>] [<position>]` | teleport something to a different position in a certain world | worlds.command.teleport |
| `/world unload <world> [<fallback>]` | unload a world | worlds.command.unload |

## World Presets
## Wiki

For further information check out the [Wiki](https://github.com/TheNextLvl-net/worlds/wiki)

## API

Expand Down

0 comments on commit c8d8fba

Please sign in to comment.