-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7b6c04
commit 18a3e21
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
# addon-limits | ||
Limits entities on islands | ||
# Limits | ||
Add-on for BentoBox to limit island blocks and entities in GameModes like BSkyBlock and AcidIsland. This add-on will work | ||
in any game mode world. | ||
|
||
## How to use | ||
|
||
1. Place the Limits addon jar in the addons folder of the BentoBox plugin | ||
2. Restart the server | ||
3. The addon will create a data folder and inside the folder will be a config.yml | ||
4. Edit the config.yml how you want. | ||
5. Restart the server if you make a change | ||
|
||
## Config.yml | ||
|
||
The config.yml has the following sections: | ||
|
||
* blocklimits | ||
* worlds | ||
* entitylimits | ||
|
||
### blocklimits | ||
|
||
This section lists the maximum number of blocks allowed for each block material. Do not use non-block materials because they will not work. The limits apply to all game worlds. | ||
|
||
### worlds | ||
|
||
This section lists block limits for specific worlds. You must name the world specifically, e.g. AcidIsland_world and then list the materials and the limit. | ||
|
||
### entitylimits | ||
|
||
Coming soon! |