mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-25 20:25:16 +01:00
Shifted out warps.
parent
d27a06eb40
commit
c912a58a96
@ -42,6 +42,7 @@ This functionality will be put into add-ons and will not be in the core plugin:
|
|||||||
- Entity Limiting (spawn limiting, breeding limits, etc)
|
- Entity Limiting (spawn limiting, breeding limits, etc)
|
||||||
- Island stats for admins
|
- Island stats for admins
|
||||||
- Lag reduction options, (e.g. red stone disabling)
|
- Lag reduction options, (e.g. red stone disabling)
|
||||||
|
- Welcome warp signs, /is warps, /is warp <name>
|
||||||
|
|
||||||
## Core User Commands
|
## Core User Commands
|
||||||
### The /island, /is or /bsb command
|
### The /island, /is or /bsb command
|
||||||
@ -56,7 +57,7 @@ The command /island by itself can perform the following
|
|||||||
|
|
||||||
- help - shows help text
|
- help - shows help text
|
||||||
- go - teleport to your island
|
- go - teleport to your island
|
||||||
- go <number> - teleport to a numbered island home (use /sethome <number> to set)
|
- go <number> - teleport to a numbered island home (use /island sethome <number> to set)
|
||||||
- cp - shows a GUI with useful commands so players do not have to type
|
- cp - shows a GUI with useful commands so players do not have to type
|
||||||
- expel - Removes a visitor from your island
|
- expel - Removes a visitor from your island
|
||||||
- reset - restarts an island. There is a cool down timer and a max limit on this so that players do not abuse it
|
- reset - restarts an island. There is a cool down timer and a max limit on this so that players do not abuse it
|
||||||
@ -66,8 +67,6 @@ The command /island by itself can perform the following
|
|||||||
- sethome - sets your island home
|
- sethome - sets your island home
|
||||||
- sethome <number> - sets a numbered home point, up to the max the server allows
|
- sethome <number> - sets a numbered home point, up to the max the server allows
|
||||||
- spawn - teleport to the island-world spawn, if it exists (set via admin command setspawn)
|
- spawn - teleport to the island-world spawn, if it exists (set via admin command setspawn)
|
||||||
- warps - Lists warps that are available via Welcome Warp Signs
|
|
||||||
- warp <name> - warps to a Welcome Warp Sign. The full name does not have to by typed in (just the first few letters)
|
|
||||||
|
|
||||||
### Team-related Commands
|
### Team-related Commands
|
||||||
- invite - Invite a player to join your team. You can only invite one person at a time.
|
- invite - Invite a player to join your team. You can only invite one person at a time.
|
||||||
@ -100,15 +99,15 @@ Access via /bsadmin command:
|
|||||||
### Team Editing Commands
|
### Team Editing Commands
|
||||||
- team kick <player> - Removes player from any team.
|
- team kick <player> - Removes player from any team.
|
||||||
- team add <player> <leader> - Adds player to the leader's team.
|
- team add <player> <leader> - Adds player to the leader's team.
|
||||||
|
- team makeleader <player> - Makes player the leader of the team.
|
||||||
|
|
||||||
### In-game admin commands
|
### In-game admin commands
|
||||||
- register <player> - Registers the closest island to <player>. To use, go to an island and execute the command.
|
- register <player> - Registers the closest island to <player>. To use, go to an island and execute the command.
|
||||||
- setspawn - Sets the spawn point for the world. The spawn area has special rules and protections.
|
- setspawn - Sets the spawn point for the world. The spawn area has special rules and protections.
|
||||||
- tp <player> - Teleport to a player's island
|
- tp <player>, tpnether <player>, tpend <player> - Teleports to a player's island
|
||||||
- unregister - Removes any player registration for the island you are standing on.
|
- unregister - Removes any player registration for the island you are standing on.
|
||||||
- deleteisland confirm - Deletes the island you are standing on. Note that you must type the full command.
|
- deleteisland confirm - Deletes the island you are standing on. Note that you must type the full command.
|
||||||
- info - Provides info on the island that you are standing on.
|
- info - Provides info on the island that you are standing on.
|
||||||
- setrange - Sets the range of the island you are on. If the area is spawn, the range can be greater than the island range.
|
- setrange - Sets the range of the island you are on. If the area is spawn, the range can be greater than the island range.
|
||||||
|
- reserve <player> - Reserves the spot you are in for this player's next island. Lasts until server restart.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user