Limits blocks and entities on islands - for BentoBox
Go to file
tastybento 30814bdb16 WIP - adding island-level entity limits 2019-09-23 13:43:42 -07:00
.github/ISSUE_TEMPLATE Added Github templates. 2019-01-01 22:38:48 -08:00
src WIP - adding island-level entity limits 2019-09-23 13:43:42 -07:00
LICENSE Initial commit 2018-09-28 18:49:06 -07:00
README.md Added build status icon 2019-08-08 07:04:27 -07:00
pom.xml Added recount command for players. Fixed counting for crops. 2019-09-10 19:01:39 -07:00

README.md

Limits

Build Status

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

Commands

There is a user command and an admin command called "limits". Admins can check the limits of a specific island owner. Both show a GUI panel with the limits and the current count.

Setup - 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!

Permissions

Island owners can have exclusive permissions that override the default or world settings. The format is:

Format is GAME-MODE-NAME.island.limit.MATERIAL.LIMIT

example: bskyblock.island.limit.hopper.10

Permissions activate when the player logs in.

Usage permissions are (put the gamemode name, e.g. acidisland at the front):

  GAMEMODE_NAME.limits.player.limits:
    description: Player can use limits command
    default: true
  GAMEMODE_NAME.limits.admin.limits:
    description: Player can use admin limits command
    default: op