{"id":16379532,"url":"https://github.com/jikoo/enchantableblocks","last_synced_at":"2025-03-21T01:32:33.857Z","repository":{"id":23316117,"uuid":"98700244","full_name":"Jikoo/EnchantableBlocks","owner":"Jikoo","description":"A Bukkit plugin adding effects for enchantments on blocks.","archived":false,"fork":false,"pushed_at":"2025-03-01T10:35:43.000Z","size":828,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T19:46:49.855Z","etag":null,"topics":["bukkit","bukkit-plugin","java","minecraft"],"latest_commit_sha":null,"homepage":"https://dev.bukkit.org/projects/enchantableblocks","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jikoo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-07-29T01:32:08.000Z","updated_at":"2025-03-01T10:35:44.000Z","dependencies_parsed_at":"2023-02-17T04:10:21.956Z","dependency_job_id":"abf10732-6147-4db2-ab1f-06a379704512","html_url":"https://github.com/Jikoo/EnchantableBlocks","commit_stats":{"total_commits":320,"total_committers":5,"mean_commits":64.0,"dds":0.478125,"last_synced_commit":"a187b05c596381823a5e6bcfac0dd507134c5e7c"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jikoo%2FEnchantableBlocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jikoo%2FEnchantableBlocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jikoo%2FEnchantableBlocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jikoo%2FEnchantableBlocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jikoo","download_url":"https://codeload.github.com/Jikoo/EnchantableBlocks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244721541,"owners_count":20498973,"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":["bukkit","bukkit-plugin","java","minecraft"],"created_at":"2024-10-11T03:48:56.501Z","updated_at":"2025-03-21T01:32:33.505Z","avatar_url":"https://github.com/Jikoo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## EnchantableBlocks\n[![Build](https://github.com/Jikoo/EnchantableBlocks/actions/workflows/ci.yml/badge.svg)](https://github.com/Jikoo/EnchantableBlocks/actions/workflows/ci.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Jikoo_EnchantableBlocks\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=Jikoo_EnchantableBlocks)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Jikoo_EnchantableBlocks\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=Jikoo_EnchantableBlocks)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=Jikoo_EnchantableBlocks\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=Jikoo_EnchantableBlocks)\n\nEnchantableBlocks is a Bukkit plugin adding effects for enchantments on blocks.\n\n### Get It Now\nBuilds are available [on BukkitDev](https://dev.bukkit.org/projects/enchantableblocks/files) or [in the releases](https://github.com/Jikoo/EnchantableBlocks/releases).  \nDevelopment builds are available for use at your own risk [on AppVeyor](https://ci.appveyor.com/project/Jikoo/enchantableblocks) in the Artifacts tab.\n\n## Features\n\n### Per-World Focus\nAll features are configurable per-world.\nWant an OP world? Not a problem. Want to disable blocks for a vanilla world? Absolutely.\nAll block settings can be controlled by per-world overrides, falling through to default values when not specifically configured.\n\n### Enchantment Table Enchanting\nEnchantableBlocks offers vanilla-style enchantment table usage for supported blocks.\nDisable certain enchantments, determine your own conflicts (i.e. silk touch/fortune), or modify enchantability either globally or for a specific world set.\n\nPermission can be granted or denied per-implementation or as a whole. More specific overrides always take precedence.  \nNodes are available as follows:\n * `\u003cplugin name\u003e.enchant.table.\u003cblock name\u003e`\n   * Permission to enchant a specific block implementation by a plugin in an enchanting table\n   * Ex: `enchantableblocks.enchant.table.enchantablefurnace`\n   * Note that this is not per-material! I.e. `enchantablefurnace` covers 3 material types.\n * `\u003cplugin name\u003e.enchant.table`\n   * Permission to enchant all block implementations by a plugin in an enchanting table\n   * Ex: `enchantableblocks.enchant.table`\n* `\u003cplugin name\u003e.enchant`\n    * Permission to enchant all block implementations by a plugin in any enchantment source\n    * Ex: `enchantableblocks.enchant`\n\n### Anvil Enchanting\nEnchantableBlocks offers vanilla-style enchantment and combination for supported blocks in anvils.\nSupported blocks can be combined with either a matching block or an enchanted book to increase enchantment levels.\nUses vanilla combination rules - higher level takes precedence, equal levels yield an increase of 1 level up to the level cap.\nThe enchantment level cap is configurable per-enchantment.\nEnchantments can be disabled to prevent transfer, though this won't remove them from the base item.\nConflicts are also determined separately for maximum configurability.\n\nPermission can be granted or denied per-implementation or as a whole. More specific overrides always take precedence.  \nNodes are available as follows:\n* `\u003cplugin name\u003e.enchant.anvil.\u003cblock name\u003e`\n    * Permission to enchant a specific block implementation by a plugin in an anvil\n    * Ex: `enchantableblocks.enchant.anvil.enchantablefurnace`\n    * Note that this is not per-material! I.e. `enchantablefurnace` covers 3 material types.\n* `\u003cplugin name\u003e.enchant.anvil`\n    * Permission to enchant all block implementations by a plugin in an anvil\n    * Ex: `enchantableblocks.enchant.anvil`\n* `\u003cplugin name\u003e.enchant`\n    * Permission to enchant all block implementations by a plugin in any enchantment source\n    * Ex: `enchantableblocks.enchant`\n\n### Block Functions\n\nThe only currently block is the EnchantableFurnace, which supports Furnace, Blast Furnace, and Smoker blocks.  \nPlease see [the wiki](https://github.com/Jikoo/EnchantableBlocks/wiki/Furnace) for functions.\n\n## For Developers\n\n### Contributing\nThat's awfully decent of you. Here's a quick list:\n * Follow existing style (GoogleStyle)\n * Include tests\n   * I don't care if a test for a class doesn't fully cover everything, however, the tests as a whole should come as close to full coverage as can reasonably be expected.\n   * While I'm open to new testing libraries, the reason MockBukkit is used over a more generic mocking library such as Mockito is speed. The right tool for the job.\n\n### Implementing\nWant to write your own `EnchantableBlock` implementation? All you need to do is implement the block functionality and register it with the `EnchantableBlockRegistry` (obtainable from the `EnchantableBlocksPlugin` instance) on startup.\nEnchantableBlocks will handle creation, destruction, loading, saving, and enchanting for you.  \nAn example implementation can be found in [this package](https://github.com/Jikoo/EnchantableBlocks/tree/master/src/main/java/com/github/jikoo/enchantableblocks/block/impl/furnace).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjikoo%2Fenchantableblocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjikoo%2Fenchantableblocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjikoo%2Fenchantableblocks/lists"}