Giter VIP home page Giter VIP logo

gamemodeoverhaul's People

Contributors

marcus8448 avatar w5860363 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

gamemodeoverhaul's Issues

Wrong version in log & mod menu

I am using 2.0.2 but logs and mod menu say 2.0.1 also mod menu is missing a link to the github issues page and author name

version

modmenu

Commands do not work

Using /gms does not work. The mod shows up in the mod menu.

Minecraft 1.17.1
Java 16.0.1 (AdoptOpenJDK 64 Bit)
Fabric Loader 0.11.6
Fabric API 0.39.2
Mod Menu 2.0.5
Gamemode Overhaul 1.1.0-fabric

fabric 1.19 crash on server startup

[09:51:05] [main/WARN]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "io.github.marcus8448.gamemodeoverhaul.GamemodeOverhaulConfig.enableGamemode()" because "io.github.marcus8448.gamemodeoverhaul.GamemodeOverhaulCommon.CONFIG" is null
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?]
at net.minecraft.server.Main.main(Main.java:194) [server-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.8.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.8.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.14.8.jar:?]
at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.14.8.jar:?]
Caused by: java.lang.NullPointerException: Cannot invoke "io.github.marcus8448.gamemodeoverhaul.GamemodeOverhaulConfig.enableGamemode()" because "io.github.marcus8448.gamemodeoverhaul.GamemodeOverhaulCommon.CONFIG" is null
at io.github.marcus8448.gamemodeoverhaul.GamemodeOverhaulCommon.registerCommands(GamemodeOverhaulCommon.java:44) ~[GamemodeOverhaul-fabric-2.0.1+1.19.jar:?]
at io.github.marcus8448.gamemodeoverhaul.GamemodeOverhaulFabric.lambda$onInitialize$0(GamemodeOverhaulFabric.java:25) ~[GamemodeOverhaul-fabric-2.0.1+1.19.jar:?]
at net.fabricmc.fabric.api.command.v2.CommandRegistrationCallback.lambda$static$0(CommandRegistrationCallback.java:43) ~[fabric-command-api-v2-2.1.2+0d55f585a9-fda8d30228350d7e.jar:?]
at net.minecraft.class_2170.handler$zck000$fabric_addCommands(class_2170.java:1048) ~[server-intermediary.jar:?]
at net.minecraft.class_2170.(class_2170.java:248) ~[server-intermediary.jar:?]
at net.minecraft.class_5350.(class_5350.java:46) ~[server-intermediary.jar:?]
at net.minecraft.class_5350.method_29466(class_5350.java:84) ~[server-intermediary.jar:?]
at net.minecraft.class_7237.method_42098(class_7237.java:28) ~[server-intermediary.jar:?]
at net.minecraft.class_6904.method_40431(class_6904.java:18) ~[server-intermediary.jar:?]
at net.minecraft.server.Main.method_43612(Main.java:158) ~[server-intermediary.jar:?]
at net.minecraft.class_156.method_43498(class_156.java:948) ~[server-intermediary.jar:?]
at net.minecraft.class_156.method_43499(class_156.java:942) ~[server-intermediary.jar:?]
at net.minecraft.server.Main.main(Main.java:156) ~[server-intermediary.jar:?]
... 4 more

Multiplayer menu says incompatible with forge server

please make this not required on server-side its confusing for clients trying to join a forge server to be told its incompatible

[12Jul2022 22:30:28.751] [Netty Client IO/INFO] [net.minecraftforge.client.ForgeHooksClient/CLIENTHOOKS]: Client has mods that are missing on server: [gamemodeoverhaul]

Dosent work in mod dev enviroment

Minecraft 1.14.4 Forge 28.1.32
Mod Version: 1.4.2.2

[12Oct2019 13:28:29.026] [Server thread/INFO] [GamemodeOverhaul/GamemodeOverhaul]: Registering Commands... [12Oct2019 13:28:29.026] [Server thread/FATAL] [GamemodeOverhaul/Error]: Failed to register commands! [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: java.lang.NoSuchMethodError: net.minecraft.command.Commands.func_197057_a(Ljava/lang/String;)Lcom/mojang/brigadier/builder/LiteralArgumentBuilder; [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: at io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul.registerGamemode(GamemodeOverhaul.java:344) [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: at io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul.onServerStarting(GamemodeOverhaul.java:78) [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: at net.minecraftforge.eventbus.ASMEventHandler_0_GamemodeOverhaul_onServerStarting_FMLServerStartingEvent.invoke(.dynamic) [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarting(ServerLifecycleHooks.java:89) [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:99) [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [12Oct2019 13:28:29.027] [Server thread/INFO] [STDERR/]: [io.github.marcus8448.mods.gamemodeOverhaul.GamemodeOverhaul:onServerStarting:139]: at java.lang.Thread.run(Thread.java:748) [12Oct2019 13:28:29.027] [Server thread/FATAL] [GamemodeOverhaul/Error]: Please report this to the issues page at https://github.com/marcus8448/GamemodeOverhaul/issues/

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.