Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cooldogepm/dogeworlds

A utility-first tool for worlds management
https://github.com/cooldogepm/dogeworlds

pmmp pocketmine-plugin

Last synced: about 21 hours ago
JSON representation

A utility-first tool for worlds management

Awesome Lists containing this project

README

        

# DogeWorlds

A utility-first tool for worlds management

![DogeWorlds](assets/dogeworlds.png)

## Commands

| Command | Description | Usage | Permission |
| ------- | ----------- | ----- | ---------- |
| /dw create | Create a new world with generator and difficulty | `/dw create [difficulty]` | `dogeworlds.subcommand.create` |
| /dw delete | Delete a world | `/dw delete ` | `dogeworlds.subcommand.delete` |
| /dw list | List all loaded and unloaded worlds | `/dw list ` | `dogeworlds.subcommand.list` |
| /dw load | Load an unloaded world | `/dw load ` | `dogeworlds.subcommand.load` |
| /dw rename | Rename a world | `/dw rename ` | `dogeworlds.subcommand.rename` |
| /dw teleport | Teleport players to different worlds | `/dw teleport [player]` | `dogeworlds.subcommand.teleport` |
| /dw unload | Unload a loaded world | `/dw unload [force]` | `dogeworlds.subcommand.unload` |

## World Generators

DogeWorlds supports all the registered world generators within the GeneratorManager and a custom built-in Void
generator.