mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2024-11-28 12:35:13 +01:00
Fix typos, grammar.
This commit is contained in:
parent
c5d29eb1c9
commit
cdc0d10914
11
README.md
11
README.md
@ -7,8 +7,8 @@ CaveBlock is an addon for BentoBox, so to run CaveBlock, you must have BentoBox
|
|||||||
|
|
||||||
## Translation
|
## Translation
|
||||||
|
|
||||||
As most of BentoBox projects, CaveBlock Addon is translatable in any language. Everyone can contribute, and translate some parts of the addon in their language via [GitLocalize](https://gitlocalize.com/repo/2968).
|
Like most BentoBox projects, the CaveBlock Addon is translatable into any language. Everyone can contribute, and translate some parts of the addon into their language via [GitLocalize](https://gitlocalize.com/repo/2968).
|
||||||
If your language is not in the list, please contact to developers via Discord and it will be added there.
|
If your language is not in the list, please contact the developers via Discord, and it will be added.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ If your language is not in the list, please contact to developers via Discord an
|
|||||||
1. Place this jar in the addons folder of the BentoBox plugin.
|
1. Place this jar in the addons folder of the BentoBox plugin.
|
||||||
2. Restart the server.
|
2. Restart the server.
|
||||||
3. The addon will create worlds and a data folder and inside the folder will be a config.yml.
|
3. The addon will create worlds and a data folder and inside the folder will be a config.yml.
|
||||||
4. Stop the server .
|
4. Stop the server.
|
||||||
5. Edit the config.yml how you want.
|
5. Edit the config.yml how you want.
|
||||||
6. Delete any worlds that were created by default if you made changes that would affect them.
|
6. Delete any worlds that were created by default if you made changes that would affect them.
|
||||||
7. Restart the server.
|
7. Restart the server.
|
||||||
@ -24,10 +24,7 @@ If your language is not in the list, please contact to developers via Discord an
|
|||||||
## Config.yml
|
## Config.yml
|
||||||
|
|
||||||
The config.yml is similar to BSkyblock and AcidIsalnd but *not the same*. It has some additional or changed parameters, like,
|
The config.yml is similar to BSkyblock and AcidIsalnd but *not the same*. It has some additional or changed parameters, like,
|
||||||
instead of wrold-height it has world-depth.
|
instead of world-height it has world-depth.
|
||||||
It also has option to choose main block for each world, and blocks that will be occasionally replace main block, f.e. diamond ore or shulker.
|
|
||||||
It also allows to specifiy if roof and floor for each world must be generated from bedrock.
|
|
||||||
|
|
||||||
|
|
||||||
### Other Add-ons
|
### Other Add-ons
|
||||||
|
|
||||||
|
@ -9,12 +9,12 @@ caveblock:
|
|||||||
admin: cbadmin cba
|
admin: cbadmin cba
|
||||||
# The default action for new player command call.
|
# The default action for new player command call.
|
||||||
# Sub-command of main player command that will be run on first player command call.
|
# Sub-command of main player command that will be run on first player command call.
|
||||||
# By default it is sub-command 'create'.
|
# By default, it is the sub-command 'create'.
|
||||||
# Added since 1.13.0.
|
# Added since 1.13.0.
|
||||||
new-player-action: create
|
new-player-action: create
|
||||||
# The default action for player command.
|
# The default action for player command.
|
||||||
# Sub-command of main player command that will be run on each player command call.
|
# Sub-command of main player command that will be run on each player command call.
|
||||||
# By default it is sub-command 'go'.
|
# By default, it is the sub-command 'go'.
|
||||||
# Added since 1.13.0.
|
# Added since 1.13.0.
|
||||||
default-action: go
|
default-action: go
|
||||||
world:
|
world:
|
||||||
|
@ -289,6 +289,6 @@ caveblock:
|
|||||||
protection:
|
protection:
|
||||||
flags:
|
flags:
|
||||||
SKY_WALKER_FLAG:
|
SKY_WALKER_FLAG:
|
||||||
description: "&5&oThis allows to enable/disable\n&5&oability to walk on the\n&5&otop of the cave world\n&5&owithout extra permissions."
|
description: "&5&oEnable/disable\n&5&o the ability to walk on\n&5&o the top of the cave world\n&5&o without extra permissions."
|
||||||
name: "Sky Walker"
|
name: "Sky Walker"
|
||||||
hint: "Allows to walk on cave ceiling."
|
hint: "Allows to walk on the cave roof."
|
Loading…
Reference in New Issue
Block a user