{"id":27384047,"url":"https://github.com/4k1d3v/autotorch","last_synced_at":"2026-05-19T10:05:06.252Z","repository":{"id":287694272,"uuid":"965518180","full_name":"4K1D3V/AutoTorch","owner":"4K1D3V","description":"The AutoTorch plugin automatically places torches when players move into dark areas. It enhances the gameplay experience by ensuring visibility in caves and other low-light environments.","archived":false,"fork":false,"pushed_at":"2025-04-13T11:17:50.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T16:17:05.022Z","etag":null,"topics":["java","minecraft","minecraft-plugin","paper-api","papermc","spigot-plugin","spigotmc"],"latest_commit_sha":null,"homepage":"https://ks.akii.pro","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4K1D3V.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}},"created_at":"2025-04-13T10:45:12.000Z","updated_at":"2025-04-13T10:47:46.000Z","dependencies_parsed_at":"2025-04-13T11:37:03.657Z","dependency_job_id":"75b93c63-d998-4641-8105-58483972b44f","html_url":"https://github.com/4K1D3V/AutoTorch","commit_stats":null,"previous_names":["4k1d3v/autotorch"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4K1D3V%2FAutoTorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4K1D3V%2FAutoTorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4K1D3V%2FAutoTorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4K1D3V%2FAutoTorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4K1D3V","download_url":"https://codeload.github.com/4K1D3V/AutoTorch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741197,"owners_count":21154255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["java","minecraft","minecraft-plugin","paper-api","papermc","spigot-plugin","spigotmc"],"created_at":"2025-04-13T16:17:08.202Z","updated_at":"2026-05-19T10:05:06.220Z","avatar_url":"https://github.com/4K1D3V.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoTorch Plugin\r\n\r\n**Author**: KiteGG  \r\n**Version**: 1.0\r\n\r\n## Description\r\nThe AutoTorch plugin automatically places torches when players move into dark areas. It enhances the gameplay experience by ensuring visibility in caves and other low-light environments.\r\n\r\n---\r\n\r\n## Features\r\n- Automatically places torches when the light level falls below a configurable threshold.\r\n- Configurable cooldown to prevent excessive torch placement.\r\n- Permissions for toggling and using the plugin:\r\n    - `autotorch.use`\r\n    - `autotorch.toggle`\r\n    - `autotorch.admin.reload`\r\n- Commands:\r\n    - `/autotorch reload`: Reloads the plugin's configuration.\r\n    - `/autotorch toggle`: Toggles the AutoTorch feature for the player.\r\n- Fully customizable via `config.yml`.\r\n\r\n---\r\n\r\n## Installation\r\n1. Download the plugin JAR file.\r\n2. Place the JAR file in your server's `plugins` folder.\r\n3. Start or restart your server.\r\n4. Customize the configuration in `config.yml` if needed.\r\n\r\n---\r\n\r\n## Configuration\r\nThe plugin's configuration file, `config.yml`, is generated automatically upon first run. Here are the available options:\r\n\r\n```yaml\r\n# Configuration for AutoTorch Plugin\r\nenabled: true\r\nlight-level-threshold: 7\r\nplacement-cooldown-seconds: 5\r\n```\r\n\r\n---\r\n\r\n## Permissions\r\n| Permission              | Description                                       | Default |\r\n|-------------------------|---------------------------------------------------|---------|\r\n| `autotorch.use`         | Allows players to use the AutoTorch feature.      | `true`  |\r\n| `autotorch.toggle`      | Allows players to toggle AutoTorch on/off.        | `true`  |\r\n| `autotorch.admin.reload`| Allows admins to reload the plugin configuration. | `op`    |\r\n\r\n---\r\n\r\n## Commands\r\n- **`/autotorch reload`**: Reloads the plugin's configuration. Requires the permission `autotorch.admin.reload`.\r\n- **`/autotorch toggle`**: Toggles the AutoTorch feature for the player. Requires the permission `autotorch.toggle`.\r\n\r\n---\r\n\r\n## Build Instructions\r\nTo build the plugin from source:\r\n1. Clone the repository.\r\n2. Ensure you have Maven or Gradle installed.\r\n3. Run the build command:\r\n    - For Maven: `mvn clean package`\r\n    - For Gradle: `gradle build`\r\n4. The compiled JAR will be located in the `target` or `build/libs` directory.\r\n\r\n---\r\n\r\n## License\r\nThis plugin is open-source and can be modified or redistributed under the terms of the MIT License.\r\n\r\n## Credits \r\n\r\n- [KiteGG](https://github.com/4K1D3V)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4k1d3v%2Fautotorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4k1d3v%2Fautotorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4k1d3v%2Fautotorch/lists"}