Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Cant compile#38

Open
ghost wants to merge 270 commits intoDi3mex:masterfrom
MLG-Fortress:master
Open

Cant compile#38
ghost wants to merge 270 commits intoDi3mex:masterfrom
MLG-Fortress:master

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Apr 30, 2021

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

RoboMWM and others added 30 commits March 5, 2016 05:09
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.
Provides (some) other-plugin compatibility-niceness whatnot
I might've missed something here as I haven't paid much attention to
this feature myself
RoboMWM and others added 30 commits July 17, 2021 09:12
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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.