https://github.com/survanetwork/worlds
🌎 Easy to use but feature rich World Guard Plugin
https://github.com/survanetwork/worlds
game hacktoberfest managment pocketmine rule teleport world
Last synced: 4 months ago
JSON representation
🌎 Easy to use but feature rich World Guard Plugin
- Host: GitHub
- URL: https://github.com/survanetwork/worlds
- Owner: survanetwork
- License: mit
- Created: 2016-04-02T19:45:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T15:22:14.000Z (over 1 year ago)
- Last Synced: 2024-10-09T23:20:12.499Z (8 months ago)
- Topics: game, hacktoberfest, managment, pocketmine, rule, teleport, world
- Language: PHP
- Homepage: https://plugins.surva.net/#worlds
- Size: 1.47 MB
- Stars: 36
- Watchers: 15
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
Worlds
Easy to use but feature rich World Guard plugin
##
[Description](#-description) | [Features](#-features) | [Usage](#-usage)
| [Contribution](#-contribution) | [License](#%EF%B8%8F-license)## 📙 Description
Worlds is our feature-packed world management plugin. It provides general world management like creating, copying, loading and teleporting to worlds.
We've also added flags which can be used to control in game behaviour like game mode, block breaking/placing, damage, hunger, flying, daylight cycling and many more per-world and as default value.
Using control lists, you can precisely create whitelists and blacklists to add exceptions for specific blocks, items or commands.## 🎁 Features
- **CREATE / REMOVE** Create and remove worlds (also custom world generators, e.g. with [FancyGenerators](https://plugins.surva.net/#fancygenerators) plugin)
- **COPY / RENAME** Copy and rename worlds (including all necessary files)
- **LOAD / UNLOAD** Load and unload worlds
- **TELEPORT** Teleport to worlds
- **CONTROL EVERYTHING** Control nearly every event for each world (it's getting more and more).
- World's game mode
- Permission to join a world
- Block breaking and placing
- PvP
- Damage (everything like attacking, fall damage, ...)
- Explosion
- Item drop
- Hunger
- Fly
- Daylight cycle
- Leaves decay
- Potion
- Executing commands
- You have an idea what to add? Feel free to open an issue.
- **CONTROL LISTS** Create whitelists and blacklists for many events like block placing, interacting with blocks, ...
- **DEFAULT VALUES** Set default values for worlds without settings
- **SOPHISTICATED** Easy to use, fast and mostly bug-free.**NEW** Control lists can be used to create whitelists and blacklists instead of just allowing/disabling a world flag!
**NEW** Add new level generators to use with Worlds using the [FancyGenerators](https://plugins.surva.net/#fancygenerators) plugin!
**Forms GUI** Edit the settings of a world (game mode, building, damage, and so on) using a super-easy form GUI.
## ⛏ Usage
Worlds is really easy to use. Here is the command syntax:```
/worlds list
/worlds create [type]
/worlds
/worlds teleport
/worlds
/worlds set
/worlds set show
/worlds set permission
/worlds set gamemode
/worlds set
/worlds set
/worlds set list
/worlds set list
/worlds unset
/worlds unset
/worlds defaults
/worlds defaults show
/worlds defaults set permission
/worlds defaults set gamemode
/worlds defaults set
/worlds defaults set
/worlds defaults set list
/worlds defaults set list
/worlds defaults unset
```Available world rules are:
| Flag name | available as default rule | control lists | listed by |
|---------------|---------------------------|---------------|--------------|
| permission | ❌ no | ❌ no | |
| gamemode | ✅ yes | ❌ no | |
| build | ✅ yes | ✅ yes | block ID |
| pvp | ✅ yes | ❌ no | |
| damage | ✅ yes | ❌ no | |
| interact | ✅ yes | ✅ yes | block ID |
| explode | ✅ yes | ❌ no | |
| drop | ✅ yes | ✅ yes | item ID |
| hunger | ✅ yes | ❌ no | |
| fly | ✅ yes | ❌ no | |
| daylightcycle | ✅ yes | ❌ no | |
| leavesdecay | ✅ yes | ❌ no | |
| potion | ✅ yes | ✅ yes | item ID |
| command | ✅ yes | ✅ yes | command name |For a full list of commands, their usage and a description what they are for, take a look at the [wiki](https://plugin-docs.surva.net/category/commands).
[Read the full documentation 📖](https://plugin-docs.surva.net/worlds) • [Ask questions on Discord 💬](https://discord.gg/t4Kg4j3829)
## 🙋 Contribution
Feel free to contribute if you have ideas or found an issue.You can:
- [open an issue](https://github.com/survanetwork/Worlds/issues) (problems, bugs or feature requests)
- [create a pull request](https://github.com/survanetwork/Worlds/pulls) (code contributions like fixed bugs or added features)
- [help translating the plugin](https://www.transifex.com/surva/worlds) (help us to translate this plugin into your language on Transifex platform)Please read our **[Contribution Guidelines](CONTRIBUTING.md)** before creating an issue or submitting a pull request.
Many thanks for their support to all contributors!
## 👨⚖️ License
[MIT](https://github.com/survanetwork/Worlds/blob/master/LICENSE)