Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooldogepm/dogeworlds
A utility-first tool for worlds management
https://github.com/cooldogepm/dogeworlds
pmmp pocketmine-plugin
Last synced: 4 days ago
JSON representation
A utility-first tool for worlds management
- Host: GitHub
- URL: https://github.com/cooldogepm/dogeworlds
- Owner: cooldogepm
- License: mit
- Archived: true
- Created: 2021-06-15T12:00:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T17:15:48.000Z (about 3 years ago)
- Last Synced: 2024-09-27T10:21:11.383Z (4 months ago)
- Topics: pmmp, pocketmine-plugin
- Language: PHP
- Homepage:
- Size: 508 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.