Skullians
AAdmincraft
•Created by Skullians on 1/22/2025 in #questions
Needing opinions on a certain gamemode mechanic
Hey, I’m currently working on a gamemode that combines skyblock and factions together.
One of the main mechanics is ‘raiding’, where players can raid other islands, complete certain objectives (e.g. kill the other player) to get a reward..
One thing we have been struggling to determine is how the raid will actually start.
Since it’s in the sky, we’ve had to resort to a fairly extreme method: the raider starts in the sky with slow falling.
This obviously shows some issues as it is fairly easily prevented by the defender (e.g. a roof of lava).
Right now we are just considering looping through the spawn radius for the raider in the sky and ensuring there is a safe location - if not punish the defender but this isn’t perfect.
Wanted other people’s opinions.
12 replies
AAdmincraft
•Created by Skullians on 1/9/2025 in #questions
Fabric Dev help
Hey, does anyone ever get
redacted\fabricproject\build\loom-cache\remapped_working\net_fabricmc_yarn_1_21_4_1_21_4_build_8_v2.net.fabricmc.fabric-api-fabric-api-0.114.2+1.21.4.jar: The process cannot access the file because it is being used by another process
on gradle sync?
I've tried everything. Invalidating caches. changing fabric mc ver and api ver and loom ver. The list goes on.
Nothing in fabric modding discord helps.36 replies
AAdmincraft
•Created by Skullians on 12/7/2024 in #questions
Gradle issue w/ multi module projects - Needing help.
Hey,
I currently have a multi-module gradle project that I develop with in IntelliJ, and I'm having some downright confusing issues with unresolved classes from other modules.
For example -> Depending on my "common" module in my paper module and any classes cannot be resolved.
If you have the chance, please clone the
refactor
branch of https://github.com/TerraByteDev/SkyFactionsReborn/tree/refactor, and open it up in IntelliJ (this has happened on both Ultimate and Community).
Wait for Gradle to sync and then head to anywhere in the paper module e.g. the main SkyFactionsReborn javaplugin class, and confirm whether you have the same issue.
If you do, please figure out what the fuck I'm doing wrong. I've looked at ALL of my gradle files and nothing is wrong afaik.
The only temporary fix I know of is to run ./gradlew idea
, then delete the .idea folder and reopen the project.
You have to skip gradle sync. It is only a temporary fix and breaks hotswap.49 replies
AAdmincraft
•Created by Skullians on 8/10/2024 in #questions
Feature Placement crash (Structures?)
Hey, currently pregenerating my Fabric 1.19.2 modpack world and I'm getting a crash:
(Obviously the chunk coordinates change).
Full log: https://mclo.gs/qk818PF
Anyone know what's causing this?
37 replies
AAdmincraft
•Created by Skullians on 8/10/2024 in #questions
How to resolve long GC Old intervals
Hey, currently running a 1.19.2 fabric server with ~250 mods.
One player and we have a GC Old interval of 144minutes and an average time of 1600ms.
Spark profiler incoming once it runs for longer enough.
105 replies