{"id":19745848,"url":"https://github.com/bentoboxworld/limits","last_synced_at":"2026-04-02T20:49:33.571Z","repository":{"id":41070614,"uuid":"150812640","full_name":"BentoBoxWorld/Limits","owner":"BentoBoxWorld","description":"Limits blocks and entities on islands - for BentoBox","archived":false,"fork":false,"pushed_at":"2026-03-31T21:21:52.000Z","size":711,"stargazers_count":9,"open_issues_count":40,"forks_count":20,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2026-04-01T00:24:40.508Z","etag":null,"topics":["acidisland","addon","bentobox","bentobox-addon","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BentoBoxWorld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["tastybento","BONNe"],"custom":["https://www.paypal.me/BentoBoxWorld"]}},"created_at":"2018-09-29T01:49:05.000Z","updated_at":"2026-03-31T21:22:04.000Z","dependencies_parsed_at":"2023-11-29T01:26:43.923Z","dependency_job_id":"c9fb2c19-1997-4108-bc69-487c4b0ad833","html_url":"https://github.com/BentoBoxWorld/Limits","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/BentoBoxWorld/Limits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FLimits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FLimits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FLimits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FLimits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BentoBoxWorld","download_url":"https://codeload.github.com/BentoBoxWorld/Limits/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FLimits/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31316007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acidisland","addon","bentobox","bentobox-addon","minecraft"],"created_at":"2024-11-12T02:11:41.670Z","updated_at":"2026-04-02T20:49:33.521Z","avatar_url":"https://github.com/BentoBoxWorld.png","language":"Java","funding_links":["https://github.com/sponsors/tastybento","https://github.com/sponsors/BONNe","https://www.paypal.me/BentoBoxWorld"],"categories":[],"sub_categories":[],"readme":"# Limits\r\n[![Build Status](https://ci.codemc.org/buildStatus/icon?job=BentoBoxWorld/Limits)](https://ci.codemc.org/job/BentoBoxWorld/job/Limits/)\r\n\r\nAdd-on for BentoBox to limit island blocks and entities in GameModes like  BSkyBlock and AcidIsland. This add-on will work\r\nin any game mode world.\r\n\r\n## How to use\r\n\r\n1. Place the Limits addon jar in the addons folder of the BentoBox plugin\r\n2. Restart the server\r\n3. The addon will create a data folder and inside the folder will be a config.yml\r\n4. Edit the config.yml how you want.\r\n5. Restart the server if you make a change\r\n\r\n## Commands\r\nThere 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.\r\n\r\n## Setup - Config.yml\r\n\r\nThe config.yml has the following sections:\r\n\r\n* blocklimits\r\n* worlds\r\n* entitylimits\r\n\r\n### blocklimits\r\n\r\nThis 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.\r\n\r\n### worlds\r\n\r\nThis 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.\r\n\r\n### entitylimits\r\n\r\nComing soon!\r\n\r\n## Permissions\r\n\r\nIsland owners can have exclusive permissions that override the default or world settings. The format is:\r\n\r\nFormat is `GAME-MODE-NAME.island.limit.MATERIAL.LIMIT`\r\n\r\nexample: `bskyblock.island.limit.hopper.10`\r\n\r\nPermissions activate when the player logs in.\r\n\r\nUsage permissions are (put the gamemode name, e.g. acidisland at the front):\r\n\r\n```\r\n  GAMEMODE_NAME.limits.player.limits:\r\n    description: Player can use limits command\r\n    default: true\r\n  GAMEMODE_NAME.limits.admin.limits:\r\n    description: Player can use admin limits command\r\n    default: op\r\n```\r\n\r\n## Items that cannot be limited\r\nSome items cannot be limited (right now). The reasons are usually because there are too many ways to remove the item without it being tracked. If you are a programmer and can work out how to fix these, then please submit a PR!\r\n\r\n* Primed TNT\r\n* Evoker Fangs\r\n* Llama Spit\r\n* Dragon Fireball\r\n* Area Effect Cloud\r\n* Ender signal\r\n* Small fireball\r\n* Fireball\r\n* Thrown Exp Bottle\r\n* Shulker Bullet\r\n* Wither Skull\r\n* Tridents\r\n* Arrows\r\n* Spectral Arrows\r\n* Snowballs\r\n* Eggs\r\n* Leashes\r\n* Ender crystals\r\n* Ender pearls\r\n* Ender dragon\r\n* Item frames\r\n* Paintings\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentoboxworld%2Flimits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbentoboxworld%2Flimits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentoboxworld%2Flimits/lists"}