Giter VIP home page Giter VIP logo

vanishmod's People

Stargazers

 avatar

Watchers

 avatar

vanishmod's Issues

NullPointerException

public static boolean shouldSuppressSoundEventFor(Player player, Level level, Entity soundOrigin, Player forPlayer) {

else if (packet instanceof ClientboundSoundEntityPacket soundPacket && SoundSuppressionHelper.shouldSuppressSoundEventFor(SoundSuppressionHelper.getPlayerForPacket(soundPacket), player.level(), player.level().getEntity(soundPacket.getId()), player))

In some cases, when ServerGamePacketListenerImplMixin calls SoundSuppressionHelper.shouldSuppressSoundEventFor() and passing player.level().getEntity(soundPacket.getId()), the getEntity() call can return null, causing a NullPointerException when calling entity.position() in Line 85 of SoundSuppressionHelper as noted above.

Fix: Add a null check for the entity before calling position() is the simplest approach.

Leave and Join MSG

is there any way to disable that says "Player has disconnected" "Player has connected" the problem is that I am making a series of mods and I do not want to see the names of the "gods", I look forward to an early response.
Regards NmanBlast

unable to recieve feedback from certain commands after using vanish mod.

I don't see any errors in the console, but after using /vanish (even if you're not vanished), certain commands will not show in chat.

For example, if I do /vanish, then type /forge tps I don't see anything in chat when it should tell me the tps. Even if I unvanish it still will not show in chat. It seems to have stuffed my player up and I have not found a fix.

Luckperms support

I suggest you add support for luckperms for command /v
This will allow server administrators, for example, to control access to the team for moderators who do not have OP

Vanshing and Leaving causes a server internal error

So the vanish works perfectly since we last talked, but whenever an admin or I leave the server while vanished, and the server restarts, when i try to log back in, I get a server internal error. I can't log in unless I delete my UUID from the player list, which resets me as a new player. There is no crash log bc nothing crashes.

Side thing, if you manage to fix this issue, can you make it a feature where you can leave while vanished, and it doesn't say a leave message?

Player display issue

While having the vanish mod on my VaultHunters server my displayed players never go over 12.
Screenshot_142
Screenshot_143

Leave/Join messages NOT disabling 1.19.2

Hi, I'm having an issue where vanished players' fake join/leave messages will not be hidden. This is frustrating for the immersion to be broken, as we're trying to scare our members.

Here's my server's config for the vanish mod: https: //pastebin.com/qWDw9KQP
However, I have tried setting sendFakeJoinLeaveMessages to FALSE, but for some reason once i restart the server it swaps back to true and I can't figure out what is causing it.

Here's my mod list: https://pastebin.com/6vJbznxP

Please help us out, I did previously have the custom join/leave messages mod but we deleted it.

Vanished players appear in death messages and join/leave server messages [Forge 40.2.9] [Java 1.18.2]

I have an issue where the vanished players still appear in chat messages if they die as well as joining/leaving the server. All non-op users can see these messages and it ruins some of the immersion we have on our server with certain vanished roles. We have about 20 people active and all are able to see the same messages of vanished players. I am not sure if I am missing a line in my vanishmod-server.toml file or if this is a bug with 1.18.2 that might need a mod update. Any solution would be greatly appreciated, thank you!

Java: 1.18.2
Forge Build: 40.2.9
VanishMod File on Server: Vanishmod-1.18.2-1.1.12.jar
serverconfig > vanishmod-server.toml file: https://pastebin.com/PhrdXyXY

Vanished Status on 2 player accounts:
Player 1 (QNPC17): OP User Level 4, Vanished enabled, Creative Gamemode
Player 2: Non-OP User, Not Vanished, Survival Gamemode

Issue: Player 2 who is not OP or vanished can see Player 1 (QNPC17) leave and join the server as well as death messages.
image

Attempted steps to resolve the issue taken:

  1. I've set the vanishmod-server.toml file with fixModCompatibility = true
    and rebooted the server and client instances but no luck in fixing the issue
  2. I've tried changing the Forge build on both Server and Client to 40.2.10 and 40.2.4, but no luck same issue.

Issues with Waystones mod

Anytime you vanish or reappear, all learned Waystone destinations are reset.

Minecraft: 1.16.5
Vanishmod: 1.0.7

Recreation:

  1. Place down 1 or more waystones and right-click to learn them (give a name if needed).
  2. Right-click the waystone again to see the list of destinations (click one if you want)
  3. Vanish
  4. Right-click the waystone again and everything is gone... No learned destinations exist
  5. Reappear
  6. Right-click the waystone again and everything is still gone. Nothing comes back ever, they are permanently lost.

Nothing is listed in the logs or console either for what it's worth.

Link to mod: https://www.curseforge.com/minecraft/mc-mods/waystones

Game Crash

When installed on the client the noise suppression code causes the game to crash if punching an mob.
On multiplayer server.
Not vanished.

isVanished() is always false

Currently helping someone else having an issue with this mod on 1.16.4, i have confirmed it does exist for me as well, the issue is that VanishUtil.isVanished() always returns false, after a bit of testing it seems to be caused by "player.getPersistentData().getCompound(PlayerEntity.PERSISTED_NBT_TAG)" being empty, even after running /vanish, i do not know enough to fix this myself

config file not found ?

Hello !

I am trying to use this mod on my server.
I encounter an issue with configuring the mod, basically, I can't find the config file in the config folder (apparently, it's not getting generated ??).

There is one that is generated in the serverconfig folder of the world folder, so I tried to copy and paste it to my config folder but with no success.

I am using Minecraft 1.19.2

[1.16.5] Server hangs upon a player attempting to join

Whenever attempting to join a Forge server using the latest 1.16.5 version of Vanishmod, the server hangs due to an incompatibility with the player join handler (resulting in a crash). I've attached a crash log so that the issue can be analyzed and resolved.

The incompatibility seems to be with Elenai Dodge 2, but I have a feeling it may affect other mods as well.

crash-2022-09-07_06.26.12-server.txt

Vanished player does not completely disappear

Hacked Clients can still see the Vanished player.

Fix

OnVanish: Send SDestroyEntitiesPacket to everyone except the vanished player.
OnReapearing: Send SSpawnPlayerPacket to everyone except the vanished player.

Crash when you interact with a command block in vanish

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 11/16/22, 11:58 PM
Description: Exception in server tick loop

java.lang.NullPointerException: Cannot invoke "net.minecraft.world.entity.Entity.equals(Object)" because the return value of "org.apache.commons.lang3.tuple.Pair.getRight()" is null
at redstonedubstep.mods.vanishmod.misc.SoundSuppressionHelper.lambda$vanishedPlayersInteractWith$8(SoundSuppressionHelper.java:67) ~[Vanishmod-1.18.2-1.1.7.jar%23113!/:1.1.7] {re:mixin,re:classloading}
at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) ~[?:?] {}
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {}
at java.util.HashMap$EntrySpliterator.tryAdvance(HashMap.java:1871) ~[?:?] {}
at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129) ~[?:?] {}
at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527) ~[?:?] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513) ~[?:?] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) ~[?:?] {}
at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) ~[?:?] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}
at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:632) ~[?:?] {}
at redstonedubstep.mods.vanishmod.misc.SoundSuppressionHelper.vanishedPlayersInteractWith(SoundSuppressionHelper.java:67) ~[Vanishmod-1.18.2-1.1.7.jar%23113!/:1.1.7] {re:mixin,re:classloading}
at net.minecraft.server.level.ServerLevel.md18eff8$lambda$shouldSuppressSoundEvent$3$0(ServerLevel.java:5753) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:supplementaries.mixins.json:ServerLevelMixin,pl:mixin:APP:canary.mixins.json:ai.nearby_entity_tracking.ServerWorldAccessor,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ServerWorldAccessor,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerWorldMixin,pl:mixin:APP:canary.mixins.json:profiler.ServerWorldMixin,pl:mixin:APP:byg.mixins.json:common.world.MixinServerLevel,pl:mixin:APP:vanishmod.mixins.json:sound.MixinServerLevel,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
at com.mojang.datafixers.util.Either$Right.map(Either.java:99) ~[datafixerupper-4.1.27.jar%2325!/:?] {}
at net.minecraft.server.level.ServerLevel.shouldSuppressSoundEvent(ServerLevel.java:5753) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:supplementaries.mixins.json:ServerLevelMixin,pl:mixin:APP:canary.mixins.json:ai.nearby_entity_tracking.ServerWorldAccessor,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ServerWorldAccessor,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerWorldMixin,pl:mixin:APP:canary.mixins.json:profiler.ServerWorldMixin,pl:mixin:APP:byg.mixins.json:common.world.MixinServerLevel,pl:mixin:APP:vanishmod.mixins.json:sound.MixinServerLevel,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
at net.minecraft.server.level.ServerLevel.handler$zol000$onBroadcastEntitySoundEvent(ServerLevel.java:5724) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:supplementaries.mixins.json:ServerLevelMixin,pl:mixin:APP:canary.mixins.json:ai.nearby_entity_tracking.ServerWorldAccessor,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ServerWorldAccessor,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerWorldMixin,pl:mixin:APP:canary.mixins.json:profiler.ServerWorldMixin,pl:mixin:APP:byg.mixins.json:common.world.MixinServerLevel,pl:mixin:APP:vanishmod.mixins.json:sound.MixinServerLevel,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
at net.minecraft.server.level.ServerLevel.m_6269_(ServerLevel.java:902) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:supplementaries.mixins.json:ServerLevelMixin,pl:mixin:APP:canary.mixins.json:ai.nearby_entity_tracking.ServerWorldAccessor,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ServerWorldAccessor,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerWorldMixin,pl:mixin:APP:canary.mixins.json:profiler.ServerWorldMixin,pl:mixin:APP:byg.mixins.json:common.world.MixinServerLevel,pl:mixin:APP:vanishmod.mixins.json:sound.MixinServerLevel,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
at team.creative.creativecore.common.config.premade.SoundConfig.play(SoundConfig.java:26) ~[CreativeCore_FORGE_v2.6.12_mc1.18.2.jar%2360!/:2.6.12] {re:classloading}
at team.creative.playerrevive.server.ReviveEventServer.playerDied(ReviveEventServer.java:143) ~[PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar%2393!/:2.0.13] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_522_ReviveEventServer_playerDied_LivingDeathEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:354) ~[forge-1.18.2-40.1.84-universal.jar%23126!/:?] {re:classloading}
at net.minecraft.server.level.ServerPlayer.m_6667_(ServerPlayer.java:544) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:common.entity.MixinServerPlayer,pl:mixin:APP:vanishmod.mixins.json:MixinServerPlayer,pl:mixin:APP:securitycraft.mixins.json:camera.ServerPlayerMixin,pl:mixin:A}
at team.creative.playerrevive.server.PlayerReviveServer.kill(PlayerReviveServer.java:83) ~[PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar%2393!/:2.0.13] {re:mixin,re:classloading}
at team.creative.playerrevive.server.ReviveEventServer.playerLeave(ReviveEventServer.java:75) ~[PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar%2393!/:2.0.13] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_518_ReviveEventServer_playerLeave_PlayerLoggedOutEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.event.ForgeEventFactory.firePlayerLoggedOut(ForgeEventFactory.java:838) ~[forge-1.18.2-40.1.84-universal.jar%23126!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.players.PlayerList.m_11286_(PlayerList.java:323) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,xf:fml:xaeroworldmap:xaero_wm_playerlist_sendworldinfo,re:classloading,xf:fml:xaeroworldmap:xaero_wm_playerlist_sendworldinfo,pl:mixin:A}
at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7026_(ServerGamePacketListenerImpl.java:1063) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:badpackets.mixins.json:MixinServerGamePacketListenerImpl,pl:mixin:APP:emotecraft.mixins.json:ServerPlayNetworkInstance,pl:mixin:APP:backpacked.mixins.json:common.ServerPlayNetHandlerMixin,pl:mixin:APP:vanishmod.mixins.json:MixinServerGamePacketListenerImpl,pl:mixin:A}
at net.minecraft.network.Connection.m_129541_(Connection.java:394) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,re:classloading}
at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:158) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:classloading}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:916) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:326) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[server-1.18.2-20220404.173914-srg.jar%23121!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Linux (amd64) version 4.19-ovh-xxxx-std-ipv6-64
Java Version: 17.0.3.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 1922030672 bytes (1832 MiB) / 6442450944 bytes (6144 MiB) up to 6442450944 bytes (6144 MiB)
CPUs: 32
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
Identifier: Intel64 Family 6 Model 63 Stepping 2
Microarchitecture: Haswell (Server)
Frequency (GHz): 2.40
Number of physical packages: 2
Number of physical CPUs: 16
Number of logical CPUs: 32
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 81842.05
Virtual memory used (MB): 146059.44
Swap memory total (MB): 17405.99
Swap memory used (MB): 17405.99
JVM Flags: 20 total; -Xmx6144M -Xms6144M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
Server Running: true
Player Count: 6 / 72; [ServerPlayer['FoffoDux83'/394127, l='ServerLevel[world]', x=-1747.56, y=98.05, z=-2585.79], ServerPlayer['SergioGD94'/410548, l='ServerLevel[world]', x=-2903.34, y=82.08, z=-3995.89], ServerPlayer['Bertooo97'/407315, l='ServerLevel[world]', x=-2899.94, y=83.37, z=-3995.10], ServerPlayer['xx1AdrianoXX'/415222, l='ServerLevel[world]', x=-1371.90, y=63.00, z=-1940.29], ServerPlayer['mimijaen'/448264, l='ServerLevel[world]', x=-1446.77, y=87.00, z=-1616.61], ServerPlayer['BladeRVG'/463616, l='ServerLevel[world]', x=-1802.20, y=78.18, z=-1609.80]]
Data Packs: vanilla, mod:forge, mod:timecontrol (incompatible), mod:trashslot (incompatible), mod:flashnpcs (incompatible), mod:bmorph (incompatible), mod:playeranimator, mod:jei (incompatible), mod:incontrol (incompatible), mod:libraryferret, mod:mcwwindows, mod:sophisticatedcore (incompatible), mod:fallingleaves (incompatible), mod:duckling (incompatible), mod:mcwpaintings, mod:cookingforblockheads (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:fromtheshadows, mod:badpackets (incompatible), mod:seeds, mod:sophisticatedbackpacks (incompatible), mod:mcwdoors, mod:additional_lights (incompatible), mod:pickupnotifier (incompatible), mod:balm (incompatible), mod:jeitweaker (incompatible), mod:immersive_armors (incompatible), mod:crafttweaker (incompatible), mod:paraglider (incompatible), mod:scuba_gear (incompatible), mod:dotcoinmod (incompatible), mod:emotecraft (incompatible), mod:selene (incompatible), mod:supplementaries (incompatible), mod:corpse (incompatible), mod:dungeons_arise, mod:oretweaker (incompatible), mod:tenshilib, mod:mcwbridges, mod:torchmaster (incompatible), mod:voicechat (incompatible), mod:terrablender (incompatible), mod:simpleshops (incompatible), mod:creativecore (incompatible), mod:mcwtrpdoors, mod:mcwfences, mod:blockhistory (incompatible), mod:weaponmaster, mod:simplylight, mod:wthit (incompatible), mod:simplelogin (incompatible), mod:flywheel (incompatible), mod:create, mod:decoration_delight, mod:croptopia, mod:collective, mod:camera (incompatible), mod:securitycraft (incompatible), mod:bettervillage, mod:backpacked (incompatible), mod:elevatorid, mod:canary (incompatible), mod:starterkit, mod:cfm, mod:appleskin (incompatible), mod:puzzleslib (incompatible), mod:byg (incompatible), mod:watchdog, mod:improvedmobs, mod:cosmeticarmorreworked (incompatible), mod:playerrevive (incompatible), mod:geckolib3 (incompatible), mod:creeperoverhaul (incompatible), mod:vmod (incompatible), mod:xpbook (incompatible), Supplementaries Generated Pack, mod:supermartijn642configlib, mod:supermartijn642corelib, mod:chunkloaders, file/AwesomeDungeon_v3.zip, file/MyCustomTrades.zip (incompatible), file/New-Desert-Temple.zip, file/New-Pillagers-Data-Pack-1.18.2.zip, file/choicetheorem-overhaul-village-1-18-2-2-9.zip, file/moss-ruins-datapack-release-v1-21-e1710-e1771.zip (incompatible), file/towns-and-towers-structure-overhaul-1-6.zip, mod:xaeroworldmap, mod:spark (incompatible)
World Generation: Stable
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
ModLauncher: 9.1.3+9.1.3+main.9b69c82a
ModLauncher launch target: forgeserver
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
slf4jfixer PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
lowcodefml@null
javafml@null
Mod List:
timecontrol-1.18.1-1.1.3.0.jar |TimeControl |timecontrol |1.1.3.0 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.1.6-forge-mc1.18.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6 |DONE |Manifest: NOSIGNATURE
trashslot-forge-1.18.1-11.0.2.jar |TrashSlot |trashslot |11.0.2 |DONE |Manifest: NOSIGNATURE
flashnpcs-1.18.1-1.1.4v2.jar |Flash's NPCs |flashnpcs |1.1.4v2 |DONE |Manifest: NOSIGNATURE
bmorph-1.18.2-1.0.1.jar |Budschie's Morph Mod |bmorph |1.18.2-1.0.1 |DONE |Manifest: NOSIGNATURE
player-animation-lib-forge-0.3.5.jar |Player Animator |playeranimator |0.3.5 |DONE |Manifest: NOSIGNATURE
jei-1.18.2-9.7.2.259.jar |Just Enough Items |jei |9.7.2.259 |DONE |Manifest: NOSIGNATURE
incontrol-1.18-6.0.15.jar |InControl |incontrol |1.18-6.0.15 |DONE |Manifest: NOSIGNATURE
libraryferret-forge-1.18.2-3.0.0.jar |Library ferret |libraryferret |3.0.0 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.0.3-mc1.18.2.jar |Macaw's Windows |mcwwindows |2.0.3 |DONE |Manifest: NOSIGNATURE
sophisticatedcore-1.18.2-0.3.3.42.jar |Sophisticated Core |sophisticatedcore |1.18.2-0.3.3.42 |DONE |Manifest: NOSIGNATURE
Fallingleaves-1.18.2-1.3.2.jar |Falling Leaves |fallingleaves |1.3.2 |DONE |Manifest: NOSIGNATURE
duckling-1.0.6-forge.jar |Duckling |duckling |1.0.6 |DONE |Manifest: NOSIGNATURE
mcw-paintings-1.0.4-mc1.18.2.jar |Macaw's Paintings |mcwpaintings |1.0.4 |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.26.6_Forge_1.18.2.jar |Xaero's World Map |xaeroworldmap |1.26.6 |DONE |Manifest: NOSIGNATURE
cookingforblockheads-forge-1.18.2-12.0.2.jar |CookingForBlockheads |cookingforblockheads |12.0.2 |DONE |Manifest: NOSIGNATURE
citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.18.6.jar |Alex's Mobs |alexsmobs |1.18.6 |DONE |Manifest: NOSIGNATURE
fromtheshadows-1.81.jar |From the shadows |fromtheshadows |1.81 |DONE |Manifest: NOSIGNATURE
badpackets-forge-0.1.2.jar |Bad Packets API |badpackets |0.1.2 |DONE |Manifest: NOSIGNATURE
seeds-1.18.2-1.1.2.jar |Seeds |seeds |1.1.2 |DONE |Manifest: NOSIGNATURE
sophisticatedbackpacks-1.18.2-3.17.5.602.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.2-3.17.5.602 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.7-mc1.18.2.jar |Macaw's Doors |mcwdoors |1.0.7 |DONE |Manifest: NOSIGNATURE
additional_lights-1.18.2-2.1.4.jar |Additional Lights |additional_lights |2.1.4 |DONE |Manifest: NOSIGNATURE
PickUpNotifier-v3.2.0-1.18.2-Forge.jar |Pick Up Notifier |pickupnotifier |3.2.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
balm-3.2.00.jar |Balm |balm |3.2.0+0 |DONE |Manifest: NOSIGNATURE
JEITweaker-1.18.2-3.0.0.9.jar |JEI Tweaker |jeitweaker |3.0.0.9 |DONE |Manifest: NOSIGNATURE
immersive_armors-1.3.8.jar |Immersive Armors |immersive_armors |1.3.8 |DONE |Manifest: NOSIGNATURE
CraftTweaker-forge-1.18.2-9.1.185.jar |CraftTweaker |crafttweaker |9.1.185 |DONE |Manifest: NOSIGNATURE
Paraglider-1.18.2-1.6.0.3.jar |Paraglider |paraglider |1.6.0.3 |DONE |Manifest: NOSIGNATURE
forge-1.18.2-40.1.84-universal.jar |Forge |forge |40.1.84 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
scuba_gear-1.18.2-1.0.4.jar |Scuba Gear |scuba_gear |1.0.4 |DONE |Manifest: NOSIGNATURE
dotcoinmod-1.18_V13.1.jar |Dot Coin Mod |dotcoinmod |1.18 v13.1 |DONE |Manifest: NOSIGNATURE
emotecraft-for-MC1.18.2-2.2.5-forge.jar |Emotecraft |emotecraft |2.2.5 |DONE |Manifest: NOSIGNATURE
selene-1.18.2-1.17.9.jar |Selene |selene |1.18.2-1.17.9 |DONE |Manifest: NOSIGNATURE
supplementaries-1.18.2-1.5.5.jar |Supplementaries |supplementaries |1.18.2-1.5.5 |DONE |Manifest: NOSIGNATURE
corpse-1.18.2-1.0.2.jar |Corpse |corpse |1.18.2-1.0.2 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.18.2-2.1.52-release.jar |When Dungeons Arise |dungeons_arise |2.1.52-1.18.2 |DONE |Manifest: NOSIGNATURE
OreTweaker-1.18.2-3.3.0.jar |Ore Tweaker |oretweaker |3.3.0 |DONE |Manifest: NOSIGNATURE
server-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |DONE |Manifest: NOSIGNATURE
tenshilib-1.18.2-1.6.10-forge.jar |TenshiLib |tenshilib |1.18.2-1.6.10 |DONE |Manifest: NOSIGNATURE
mcw-bridges-2.0.3-mc1.18.2.jar |Macaw's Bridges |mcwbridges |2.0.3 |DONE |Manifest: NOSIGNATURE
torchmaster-18.1.0.jar |Torchmaster |torchmaster |18.1.0 |DONE |Manifest: NOSIGNATURE
voicechat-forge-1.18.2-2.3.8.jar |Simple Voice Chat |voicechat |1.18.2-2.3.8 |DONE |Manifest: NOSIGNATURE
TerraBlender-forge-1.18.2-1.2.0.126.jar |TerraBlender |terrablender |1.2.0.126 |DONE |Manifest: NOSIGNATURE
simpleshops-1.2.1.jar |Simple Shops |simpleshops |1.1.4 |DONE |Manifest: NOSIGNATURE
CreativeCore_FORGE_v2.6.12_mc1.18.2.jar |CreativeCore |creativecore |2.6.12 |DONE |Manifest: NOSIGNATURE
mcw-trapdoors-1.0.7-mc1.18.2.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.7 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.6-mc1.18.2.jar |Macaw's Fences and Walls |mcwfences |1.0.6 |DONE |Manifest: NOSIGNATURE
Block-History-1.18-1.2.0.jar |Block History |blockhistory |1.2.0 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.0.19-forge-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.19 |DONE |Manifest: NOSIGNATURE
weaponmaster-multi-forge-1.18.1-3.0.3.jar |YDM's Weapon Master |weaponmaster |3.0.3 |DONE |Manifest: NOSIGNATURE
simplylight-1.18.2-1.4.2-build.31.jar |Simply Light |simplylight |1.18.2-1.4.2-build.3|DONE |Manifest: NOSIGNATURE
wthit-forge-4.13.3.jar |wthit |wthit |4.13.3 |DONE |Manifest: NOSIGNATURE
Spark-Mod-Forge-1.18.2.jar |spark |spark |1.9.1 |DONE |Manifest: NOSIGNATURE
SimpleLogin-1.18.2-1.0.0.jar |Simple Login |simplelogin |1.0.0 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.18.2-0.6.5.jar |Flywheel |flywheel |0.6.5 |DONE |Manifest: NOSIGNATURE
create-1.18.2-0.5.0.d.jar |Create |create |0.5.0.d |DONE |Manifest: NOSIGNATURE
Decoration_Delight_Mod-1.18.2-1.0.1.jar |Decoration Delight |decoration_delight |1.0.0 |DONE |Manifest: NOSIGNATURE
Croptopia-1.18.2-FORGE-2.1.0.jar |Croptopia |croptopia |2.1.0 |DONE |Manifest: NOSIGNATURE
collective-1.18.2-4.28.jar |Collective |collective |4.28 |DONE |Manifest: NOSIGNATURE
camera-1.18.2-1.0.5.jar |Camera Mod |camera |1.18.2-1.0.5 |DONE |Manifest: NOSIGNATURE
[1.18.2]+SecurityCraft+v1.9.3.1.jar |SecurityCraft |securitycraft |1.9.3.1 |DONE |Manifest: NOSIGNATURE
bettervillage-forge-1.18.2-2.0.0.jar |Better village |bettervillage |2.0.0 |DONE |Manifest: NOSIGNATURE
backpacked-2.1.10-1.18.2.jar |Backpacked |backpacked |2.1.10 |DONE |Manifest: NOSIGNATURE
elevatorid-1.18.2-1.8.4.jar |Elevator Mod |elevatorid |1.18.2-1.8.4 |DONE |Manifest: NOSIGNATURE
canary-mc1.18.2-0.0.9.jar |Canary |canary |0.0.9 |DONE |Manifest: NOSIGNATURE
starterkit_1.18.2-3.2.jar |Starter Kit |starterkit |3.2 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0-pre29-1.18.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre29 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.18.2-2.4.1.jar |AppleSkin |appleskin |2.4.1+mc1.18.2 |DONE |Manifest: NOSIGNATURE
PuzzlesLib-v3.3.5-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.5 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4.4.jar |Oh The Biomes You'll Go |byg |1.4 |DONE |Manifest: NOSIGNATURE
chunkloaders-1.2.2-forge-mc1.18.jar |Chunk Loaders |chunkloaders |1.2.2 |DONE |Manifest: NOSIGNATURE
WatchDog-AntiCheat-1.18.2-0.4.jar |WatchDog AntiCheat |watchdog |0.4 |DONE |Manifest: NOSIGNATURE
improvedmobs-1.18.2-1.10.15-forge.jar |Improved Mobs Mod |improvedmobs |1.18.2-1.10.15 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.18.2-v2.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.2-v2 |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar |PlayerRevive |playerrevive |2.0.13 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.18-3.0.28.jar |GeckoLib |geckolib3 |3.0.28 |DONE |Manifest: NOSIGNATURE
creeperoverhaul-1.18.2-1.3.0-forge.jar |Creeper Overhaul |creeperoverhaul |1.3.0 |DONE |Manifest: NOSIGNATURE
Vanishmod-1.18.2-1.1.7.jar |Vanishmod |vmod |1.1.7 |DONE |Manifest: NOSIGNATURE
xptome-1.18.2-2.1.6.jar |XP Tome |xpbook |2.1.6 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 5db8a8c9-d72c-4efe-b36d-ae9cfe14ec60
FML: 40.1
Forge: net.minecraftforge:40.1.84

not loading

When this mod is used on the server it just stalls and doesn't load. It doesn't crash it just does not load at all.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.