{"id":31589261,"url":"https://github.com/kasperfranz/betterchunkloader","last_synced_at":"2026-03-05T06:02:03.569Z","repository":{"id":18098652,"uuid":"82465168","full_name":"KasperFranz/BetterChunkLoader","owner":"KasperFranz","description":"A Chunkloader plugin for SpongeForge","archived":false,"fork":false,"pushed_at":"2021-12-29T20:04:14.000Z","size":693,"stargazers_count":20,"open_issues_count":7,"forks_count":14,"subscribers_count":4,"default_branch":"sponge-7","last_synced_at":"2025-10-06T02:39:14.625Z","etag":null,"topics":["hacktoberfest","sponge-plugin","spongeforge"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Rob5Underscores/BetterChunkLoader","license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KasperFranz.png","metadata":{"files":{"readme":"README.MD","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["KasperFranz"],"ko_fi":"KasperFranz"}},"created_at":"2017-02-19T14:34:02.000Z","updated_at":"2023-12-25T16:53:31.000Z","dependencies_parsed_at":"2022-09-14T05:41:28.229Z","dependency_job_id":null,"html_url":"https://github.com/KasperFranz/BetterChunkLoader","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/KasperFranz/BetterChunkLoader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KasperFranz%2FBetterChunkLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KasperFranz%2FBetterChunkLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KasperFranz%2FBetterChunkLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KasperFranz%2FBetterChunkLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KasperFranz","download_url":"https://codeload.github.com/KasperFranz/BetterChunkLoader/tar.gz/refs/heads/sponge-7","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KasperFranz%2FBetterChunkLoader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30111779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["hacktoberfest","sponge-plugin","spongeforge"],"created_at":"2025-10-06T02:30:33.085Z","updated_at":"2026-03-05T06:02:03.550Z","avatar_url":"https://github.com/KasperFranz.png","language":"Java","funding_links":["https://github.com/sponsors/KasperFranz","https://ko-fi.com/KasperFranz"],"categories":[],"sub_categories":[],"readme":"# BetterChunkLoader\n\n[![Codacy Badge][codacy_img]][codacy_link]\n[![Discord][discord_img]][discordLink]\n\nBetterChunkLoaders is a Sponge Forge plugin that adds two different types of\nchunk loaders for your users.\n\n## Types Of Chunk Loaders\n\n- **Online Only** – This will load chunks when the player is online (Iron block)\n- **Always Online** – This will load chunks even when the player is offline up\n  to the number of hours specified in the config (Diamond block).\n\n## Create a chunk loader (user)\n\n1. Add an iron or diamond block in the block you want to have as your chunk\n   loaders' centre.\n2. Click the block with a blaze road (the item can change this in the config)\n   and an interface where you can select how many chunks around it you want to\n   load.\n\nYou can find the latest version under [releases][release_link].\n\n## Requirements\n\n- [BCLForge mod][bcl_forge_mod] (Used so we can chunkload reliable)\n- SpongeForge\n\n## Support\n\nYou can receive support for using this plugin on my [Discord Chat][discordLink].\n\nIf you find any issues when using this plugin, please create a problem.\n\n## Commands\n\nThe base command is betterchunkloader (with the alias of bcl), this gives the\ngeneral usage and what commands are available.\n\n| Sub-command        | parameters           | Permission  | Description |\n| ------------- |:-------------: | -----| ----- |\n| `balance` |   | `betterchunkloader.balance.own` | Get your balance of chunkloaders.\n| `balance` | [User]  | `betterchunkloader.balance.others` | Get your balance of  another player\n| `info` |  | `betterchunkloader.info`  | get general information about chunk loaders on the server.\n| `list` |  | `betterchunkloader.list.own` | get a list of your chunk loaders with the coordinates.\n| `list` | [User] | `betterchunkloader.list.others` | get a list of the users chunk loaders with the coordinates.\n| `chunks` | [ add \\| set \\| remove ] [User] [Type] [Amount] | `betterchunkloader.chunks` | change a players amount of the different chunk loaders (personal or world)\n| `delete` | [User] | `betterchunkloader.delete`  | Remove the specified players chunk loaders.\n| `purge` |  | `betterchunkloader.purge` | Remove Chunk loaders in not existing worlds (eg. after removing a world)\n| `reload` |  | `betterchunkloader.reload` | Reloads the configuration (implemented in v.3.8.RC3)\n\n## metadata\n\nAs part of version 3.8.0, you can now set up metadata on the user for a few\ndefaults.\n\n| meta name        | description |\n| ------------- | ----- |\n| bcl.world | The number of world chunk loaders a user can have. |\n| bcl.personal | The number of personal chunk loaders a user can have. |\n\n**The user currently has to log out and log in for this to take effect, this\nwill also not work if the user has a set/added value (I am working on a solution\nfor this)**\n\n## DataSources\n\nAs part of version 3.8.2, I have introduced H2 (which is now the default). I\nwould still recommend you to use MySQL where possible.\n\n## Permissions\n\nYou can find the up-to-date version of permission in\nthe [permissions][permissions] file.\n\n## FAQ\n\n### what is the difference between a personal loader and a world loader?\n\nA personal loader is only active when the player is online.\n\nA world loader is active even when the player is offline.\n\nThe length of the world loader is loading after the player was last seen is\ndefined in the config.\n\n[discordLink]: https://discord.gg/MD6qGAd\n\n[discord_img]: https://img.shields.io/badge/Support-Discord-7289DA.svg\n\n[codacy_img]: https://app.codacy.com/project/badge/Grade/810a7bcaa5364dfe972195da262d028b\n\n[codacy_link]: https://www.codacy.com/app/KasperFranz/BetterChunkLoader?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=KasperFranz/BetterChunkLoader\u0026utm_campaign=badger\n\n[bcl_forge_mod]: https://github.com/KasperFranz/BCLForgeLib\n\n[release_link]: https://github.com/KasperFranz/BetterChunkLoader/releases\n\n[permissions]: /src/main/java/guru/franz/mc/bcl/utils/Permission.java\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasperfranz%2Fbetterchunkloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasperfranz%2Fbetterchunkloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasperfranz%2Fbetterchunkloader/lists"}