mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-11-27 12:38:21 +01:00
Updated readme and added version to config.yml
This commit is contained in:
parent
61d19053ab
commit
b04233db2e
15
README.md
15
README.md
@ -1,6 +1,6 @@
|
|||||||
# addon-level
|
# Level
|
||||||
Add-on for BentoBox to calculate island levels for BSkyBlock and AcidIsland. This add-on will work
|
Add-on for BentoBox to calculate island levels for BSkyBlock and AcidIsland. This add-on will work
|
||||||
for both game modes.
|
for game modes listed in the config.yml.
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
@ -10,20 +10,23 @@ for both game modes.
|
|||||||
4. Edit the config.yml how you want. The config specifies how much blocks are worth (see below)
|
4. Edit the config.yml how you want. The config specifies how much blocks are worth (see below)
|
||||||
5. Restart the server if you make a change
|
5. Restart the server if you make a change
|
||||||
|
|
||||||
|
## Upgrading
|
||||||
|
|
||||||
|
1. Read the release notes carefully, but you may have to delete the old config.yml to use a new one.
|
||||||
|
|
||||||
## Config.yml
|
## Config.yml
|
||||||
|
|
||||||
The config.yml has the following sections:
|
The config.yml has the following sections:
|
||||||
|
|
||||||
* Command hook-in configuration
|
* Game Mode Addon configuration
|
||||||
* General settings
|
* General settings
|
||||||
* Limits
|
* Limits
|
||||||
* Block values
|
* Block values
|
||||||
* Per-world block values
|
* Per-world block values
|
||||||
|
|
||||||
### Command hook-in configuration
|
### Game Mode Addon configuration
|
||||||
|
|
||||||
This section allows you to tell the add-on which commands it should hook into. Do not edit this unless
|
This section allows you to list which game mode add-ons Level should hook into. Use BentoBox's version command to list the official add-on name.
|
||||||
you are changing the game mode command names.
|
|
||||||
|
|
||||||
### General Settings
|
### General Settings
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Config file for Level add-on for BSkyBlock or AcidIsland
|
# Config file for Level add-on Version ${version}
|
||||||
|
|
||||||
# GameModes
|
# Game Mode Addons
|
||||||
# Level will hook into these game modes. Don't forget to set any world-specific
|
# Level will hook into these game mode addons. Don't forget to set any world-specific
|
||||||
# block values below!
|
# block values below!
|
||||||
game-modes:
|
game-modes:
|
||||||
- AcidIsland
|
- AcidIsland
|
||||||
|
Loading…
Reference in New Issue
Block a user