|
| 1 | +# BuildUtils |
| 2 | + |
| 3 | +This is a collection of commands that may or may not be useful for some build servers! |
| 4 | + |
| 5 | +## Commands |
| 6 | +- `/teleportworld <world> [void/terrain]` |
| 7 | + - **Description**: This command will teleport you to an already created world by that name. If the world does not exist, it will create a new world with that name. |
| 8 | + - **Permission**: `butil.teleportworld` | Default: `op` |
| 9 | + - **Aliases**: `tpw`, `tpworld` |
| 10 | + - **Arguments**: |
| 11 | + - **world**: The name of the world you want to teleport to. |
| 12 | + - **void/terrain**: Generator type. If `void` is specified, the world will be a void world. If `terrain` is specified, the world will be a normal terrain world. |
| 13 | + - **Examples**: |
| 14 | + - `/tpw pvp_arena` |
| 15 | + - `/tpw wild terrain` |
| 16 | +- `/worldlist` |
| 17 | + - **Description**: This command will list all the worlds that are currently loaded on the server. |
| 18 | + - **Permission**: `butil.teleportworld` | Default: `op` |
| 19 | + - **Aliases**: `wl`, `worlds`, `listworlds` |
| 20 | +- `/setviewdistance <distance> [target]` |
| 21 | + - **Description**: This command will set the view distance of the specified player (or the sender) to the specified distance. |
| 22 | + - **Permission**: `butil.setviewdistance` | Default: `op` |
| 23 | + - **Other Player Permissions**: `butil.setviewdistance.others` | Default: `op` |
| 24 | + - **Arguments**: |
| 25 | + - **distance**: The view distance you want to set. **Must be between 2 and 32**. |
| 26 | + - **target**: The player you want to set the view distance for. If not specified, the sender will be the target. |
| 27 | + - **Examples**: |
| 28 | + - `/setviewdistance 16` |
| 29 | + - `/setviewdistance 8 Notch` |
| 30 | +- `/getviewdistance [target]` |
| 31 | + - **Description**: This command will get the view distance of the specified player (or the sender). |
| 32 | + - **Permission**: `butil.getviewdistance` | Default: `op` |
| 33 | + - **Other Player Permissions**: `butil.getviewdistance.others` | Default: `op` |
| 34 | + - **Arguments**: |
| 35 | + - **target**: The player you want to get the view distance for. If not specified, the sender will be the target. |
| 36 | + - **Examples**: |
| 37 | + - `/getviewdistance` |
| 38 | + - `/getviewdistance Notch` |
| 39 | + |
| 40 | +**This project is licensed under the terms of the MIT license. See the [LICENSE.md](LICENSE.md) file for more information.** |
0 commit comments