Gradle build, setupDecompWorkspace not working 1.16.4 [Not solved]
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
When i want to launch the server it crashes because of better combat mod and instantly closes. Can someone help me?? https://mclo.gs/mDCRSIi
-
i have the same problem. Can someone help me?? https://mclo.gs/mDCRSIi
-
I have a command structured like this: /rank list /rank upgrades /rank nextLevel I want to allow the server to send the command /rank list because it doesn't interact with players, meanwhile upgrades and nextLevel are targetting a player. In my current condition I'm checking if the command context's source's player is not null, but do exist a way to map those argouments for players only so they don't even show up in autocompletations? PS (forgot to add the code) @SubscribeEvent public void onRegisterCommands(RegisterCommandsEvent event) { // builds command tree structure. LiteralArgumentBuilder<CommandSourceStack> root = Commands.literal("rank"); root.then(Commands.literal("list") .executes(this::onListRanks)); root.then(Commands.literal("upgrades") .executes(this::onDisplayPlayerUpgrades)); root.then(Commands.literal("nextLevel") .executes(this::onIncreaseCurrentPlayerLevel)); event.getDispatcher().register(root); }
-
By TileEntity · Posted
Repeat it for the journeymap-server.toml file If it is crashing again, check the first lines of the crash report for mentioned toml files and delete these, too -
By allmightydoggo · Posted
When I start to try to load a newer version of minecraft it says, "launching game." Then it says "kill instance" 5 seconds later and then stops it from even starting minecraft.
-
-
Topics
-
Who's Online (See full list)
- There are no registered users currently online
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.