This repository was archived by the owner on Dec 4, 2025. It is now read-only.
Open
Conversation
Fix getArmorPoints NPE by checking for null (assumption is it used to return air, hence no nullcheck) Ignore custom biomes which cause a spigot error to be thrown when using getBiome
* Quick fix on zombie head bug where it spawns 2 blocks up to the ground because of 7e130fc * Just replaced block.getType().isSolid() with block.getType() != Material.AIR isSolid does not include slabs and probably some other things also changed tempBlock entity.getLocation() to skull.getLocation() to fix the issue of skulls not despawning after a zombie is revived
Idk what md_5 is doing with the spigot repo
* We don't care if event is canceled * We don't care if entity is not an animal * No need to check for instanceof animal if we can just cast an entity to Animal in the first place.
If you have a duplicate "Threshold" config node, the one with the capital "T" is the correct one.
Although there is a color that can be used for the title, it is not used and is set as null in MsgConfig.sendPopup. While I could've made it use the value, there is no config option to set the color of the title message. And honestly, I see no need to do that for a single message.
Since I removed it from the isEntityAnimal method, since everywhere else we use it we assume entity is already an instanceof Animals. Blah.
Hopefully will also resolve https://www.spigotmc.org/threads/extra-hard-mode.129354/page-2#post-1539223
Provides (some) other-plugin compatibility-niceness whatnot
I might've missed something here as I haven't paid much attention to this feature myself
java path syntax is different
maven is already present on VM
Idk who's brilliant idea in the maven team decided to do http blocking and all
* build: update EngineHub repository * build: update maven-shade-plugin to 3.3.0 * refactor: remove non-void EventHandlers
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
instead of relying on now-defunct github-hosted repo Also removed hawkeye dependency, seemed to be unused
tnt yield is 1.0 (according to debugger) but was hardcoded to be 0.25 during checks for vanilla tnt
…led, but appears logblock dependency isn't needed anyway? oh yea there's an entirely commented out compatibility class lol
Bumps git-commit-id-plugin from 4.0.5 to 4.9.10. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [bstats-bukkit](https://github.com/Bastian/bStats-Metrics) from 1.8 to 2.2.1. - [Release notes](https://github.com/Bastian/bStats-Metrics/releases) - [Commits](https://github.com/Bastian/bStats-Metrics/commits/v2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
… The main API changes addressed were: PotionEffectType: SLOW → SLOWNESS, CONFUSION → NAUSEA Material: GRASS → SHORT_GRASS EntityType: FIREWORK → FIREWORK_ROCKET, PRIMED_TNT → TNT, DROPPED_ITEM → ITEM Enchantment: DURABILITY → UNBREAKING Particle: VILLAGER_ANGRY → ANGRY_VILLAGER EntityExplodeEvent: Added required ExplosionResult parameter Biome switches: Refactored to if-else statements since Biome is no longer an enum The project now compiles successfully. Test failures are due to test environment setup, not code issues.
Co-authored-by: sleepablex3-create <276753957+sleepablex3-create@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hey guys im trying to compile the plugins cause i dont want the enderdragon to spawn blazes but when im try this happens
Failed to execute goal on project ExtraHardMode: Could not resolve dependencies for project com.extrahardmode:ExtraHardMode:jar:3.14.2: Failed to collect dependencies at com.sk89q:worldguard:jar:6.1.1-SNAPSHOT -> com.sk89q:worldedit:jar:5.5.8: Failed to read artifact descriptor for com.sk89q:worldedit:jar:5.5.8: Could not transfer artifact com.sk89q:worldedit:pom:5.5.8 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [github-releases (http://di3mex.github.io/repo_bukkit/releases/, default, releases+snapshots), github-snapshots (http://di3mex.github.io/repo_bukkit/snapshots/, default, releases+snapshots), md_5-releases (http://repo.md-5.net/content/repositories/releases/, default, releases+snapshots), md_5-snapshots (http://repo.md-5.net/content/repositories/snapshots/, default, releases+snapshots), spigot-repo (http://hub.spigotmc.org/nexus/content/repositories/snapshots/, default, releases+snapshots), sk89q-repo (http://maven.sk89q.com/repo/, default, releases+snapshots)] -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:,
i try whitout touching nothing and same error appears, yes i have maven 3 i dont know what im doing wrong