Jump to content

[1.4.5/6/7] keepcalm's mods - Events API, BukkitForge - Interdim TPs, Lockette!


keepcalm

Recommended Posts

Happy new year!

 

We have a new jenkins (it might not crash as much :D)

http://build.technicpack.net:8080/job/BukkitForge

 

Unfortunately, PEX doesn't work anymore, and likely will not work for a while.

 

*Every* other perms plugin works, so just switch to one of those. Easy switch to gm: Dump your pex permissions.yml into this website, and change 'world' => overworld, 'world_the_nether' => the_nether and 'world_the_end' => the_end. A ModifyWorld version can be found here, and a list of reasons as to *why* we stopped are here. If you wish to interrogate us further, ask us on irc.esper.net, #bukkitforge.

 

1.4.6 mods work on 1.4.7 (and vice versa)

 

Thanks to Manawyrm and Toble_Miner for helping with WorldEdit!

(they gave up an entire night while we hacked away finding really stupid bugs in my code ;))

 

I've been modding for a little bit, and I finally decided to start releasing mods.

I'm mostly planning to port Bukkit plugins to forge, but I will do the inverse of what ForgeEssentials are doing - I am going to make a coremod which loads bukkit plugins the way CraftBukkit does. Admittedly, this isn't the *optimal* approach, but it will work, and once it's stable, will require a lot less work than FE will.

If you have plugins that misbehave with BukkitForge, tell me, and I'll fix it if I can!

 

Note that the term 'less crashing' does not imply complete and utter removal of bugs. They're still there, and being evil, and breaking things. And I intend to squash every last one of them. But it's still buggy, just not crashy :P - if you can fix the bug yourself, feel free to submit a PR!

 

Find me on IRC

You can find me on irc, #bukkitforge (yes I made a channel :P), during daylight hours, GMT +11

 

Found a bug?

First, make sure you've read the EAQ, and make sure it's a bug in one of MY mods. If the error doesn't contain 'keepcalm', then I can't help you.

If it IS a bug in one of my mods, post the log below, and remember that spoilers are your friend ;)

 

BukkitForge Open Beta - now with PermissionsEx and loads of other stuff!

 

 

This is a WIP mod which I've been working on for a while, you can feel free to submit any big fixes as PRs (if you don't know what that means, don't worry about it).

 

If you find a bug, TELL ME ON GITHUB! I'm squashing as many bugs as I can find as quickly as I can (courtesy of the holidays), so if you submit it, I'll fix it.

 

Thanks to SpoonsJTD for helping with the issues (it was getting daunting to look at ;))

 

(Slightly outdated) mod spotlight by Nintendofreaker:

here - someone tell me how to put videos into forum posts ;).

It was done on build 89, a few things have changed since then - download plugins from the link up the top (the one for PEX).

 

Note that not all functionality has been tested, and I take ZERO responsibility for anything not working. But I will say sorry. And try and fix it :P

 

Downloads

All plugin downloads can be found at github, including the Essentials port (look in the plugins folder). After choosing a file, click the 'view raw' button to download it!

 

Thanks to vidplace7, we now have Jenkins!

It is configured to build whenever there's a push to github, so the download there will always be the latest version! Vidplace7 is an awesome guy, I have no clue what he does, but he saw me on IRC and was like 'hey, do you want jenkins'?.

 

Installation

You need a version of Minecraft Forge for the version of minecraft you are running.

Download the BukkitForge jar from the link above and place it in coremods

Clients are NOT required to have BukkitForge installed when connecting to a server.

Insert plugins into .minecraft/plugins or <server folder>/plugins, etc.

Run the game!

 

 

For plugins which log/use block breaks

If you download my Block Break API (also a coremod), you will be able to use plugins which use block breaks

UPDATE - as of build 18, BlockBreak should be included INSIDE the BukkitForge jar!

 

AHH! My server crashes when I do xxx/with plugin xxx/this plugin doesn't work properly

Post a new github issue here, and includes what you did/which plugin you added. And the logs. Also make sure to read this issue before posting, your bug might already be known!

 

 

 

 

Events API

 

 

This is a coremod which adds various Bukkit-like events to forge.

 

It comes with BukkitForge, so you do not need to install it!

 

This has superseded my Block Break API.

 

A list of events implemented at the moment can be found here

 

Downloads

For users

Download from here, install in Coremods

 

For modders

Code can be found here.

 

Copy the folder in src/ to mcp/minecraft/src, and place the BlockBreakNin.jar in mcp/jars/coremods. Code as normal, inserting my events

alongside any normal forge events.

 

 

 

ForgeCore BETA!

 

 

This is a mod which implements a basic permissions API, and exposes functionality of the snakeyaml library for modders to use.

It also adds a /mods command (think Bukkit's /plugins).

 

Download

 

 

ForgeCore 1.4.5-0 (coremod): Download!

 

Source code: Github!

 

 

 

 

 

ForgeCommands BETA!

 

 

Adds commands which are useful from bukkit, such as /vanish, /god and /speed. I haven't tested them all, so this is

in beta.

 

Known issues

 

 

- When you walk around near a vanished player, they'll flicker - it's an issue with the way that TickHandlers work, I'm looking into it.

 

 

 

Download

ForgeCommands 1.4.5 BETA: Download!

Source code: Github!

 

 

 

ForgeChat

 

 

Inspired by Shortify. But I improved the idea - multiple urls in one line, shortened using tinyurl.

 

Shortens URLs using TinyURL (configurable - default ON)

 

Also makes &<letter>s chat colours - see http://ess.khhq.net/mc/ for a list of OK letters (configurable - default OFF)

 

Also includes a /mute command

 

Only required on the server.

 

Download

Version 1.4.5-0: Download!

Version 1.4.2-1 (requires forge 6.0.1.343 or later):

Download from github

Version 1.4.2-0 (requires forge 6.0.1.343 or later): Download from github

 

Source code: (if you want to learn from my mods, or improve them): Source on github

 

Changelog

 

 

1.4.5-0

- Depends on ForgeCore

- Added /mute

1.4.2-1

- Added support for Chat Colours - if you type '&<letter>' it will make it a chat colour.

List of chat colours can be found here

 

 

 

 

 

Licensing

All my mods are licensed under the LGPLv2+.

 

Keeping up with what I'm doing

If you want to see what I'm working on/have worked on, you might want to check out my github repos

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

  • Replies 223
  • Created
  • Last Reply

Top Posters In This Topic

Spout is a definite no-no, it's complicated, and all of it's features are implemented by forge in some way.

Spout plugins I can port (they won't be compatible with their Bukkit versions), but not the Spout API itself.

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

  • 3 weeks later...

It doesn't output everything into the server log, but you could create a mod that does that.

 

Here's an example of a mod: https://github.com/keepcalm/BlockBreakSample

 

You could create a coremod that would download the MySQL java interface, PM me if you want a tutorial.

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

You can check on WebSend, A very very interesting mod for me.

It allow you to make some external script with php... Very usefull for me because I don't know java :)

 

And perhaps something like monster apocalypse.

 

At least 2 fonctions :

- the mob can "see" the player from far away, and try to attack

- the zombie can destroy some block (config file for this).

 

With this you absolutly need to build walls around your base or you will be soon invaded by monster :)

Link to comment
Share on other sites

I am not sure if this is just user error or what but every time that i try to install ForgeCore I get this error:

 

 

Description: Exception in server tick loop

 

cpw.mods.fml.common.LoaderException: ya: ForgeCore is a coremod!

at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:655)

at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:90)

at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:348)

at ho.c(DedicatedServer.java:120)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:461)

at fy.run(SourceFile:856)

Caused by: ya: ForgeCore is a coremod!

at keepcalm.mods.forgecore.ForgeCoreModContainer.postInit(ForgeCoreModContainer.java:54)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:654)

... 5 more

 

Link to comment
Share on other sites

Block Break Event

Would this work to notify my mod that a block is broken by a creeper or IC2 mining laser?

 

Does your code need to run on the client side as well, because I'm making a server side only mod?

 

I tried to use this in my mod for Chunk Protection, but it doesn't seem to work.

 

I tried placing your source code "keepcalm\mods\blockbreak" in "src\common" or "src\minecraft"

 

There are no error messages.

This was the first time I tried to use outside code with my own mod, so I may be missing something.

 

public class ProtectEventHookContainer
{
@ForgeSubscribe
public void blockBreak(BlockBreakEvent event)
{
	event.player.sendChatToPlayer("Block Event Test");
}
}

And in the main mod:

	@Init
public void init(FMLInitializationEvent event)
{
	MinecraftForge.EVENT_BUS.register(new ProtectEventHookContainer());
}

 

There are other event handling methods in that EventContainer that do work.

Link to comment
Share on other sites

i can't say thank you enough for getting this to work. The main plugin i'd like to see (besides worldedit) is multiverse. our main server has always been bukkit, until we discovered some of the forge mods in the last couple of months. those two are going to be the ones that finally get us to switch completely to forge.

 

btw, i just submitted a new bug... looking forward to a new build with all the recent stuff fixed. have been running into the 'ticking entity' with 'inWall' a lot also, until i turned off all creatures for testing purposes.

 

Link to comment
Share on other sites

Block Break Event

Would this work to notify my mod that a block is broken by a creeper or IC2 mining laser?

 

Does your code need to run on the client side as well, because I'm making a server side only mod?

 

I tried to use this in my mod for Chunk Protection, but it doesn't seem to work.

 

I tried placing your source code "keepcalm\mods\blockbreak" in "src\common" or "src\minecraft"

 

There are no error messages.

This was the first time I tried to use outside code with my own mod, so I may be missing something.

 

--snip--

 

Should probably add this to the OP, but for now:

 

In eclipse, click on the arrow next to the 'run' button, click on 'run configurations', and then select which setup you're using to test (Server or Client). Choose the second tab from the left, and in 'java arguments' add this:

 

-Dfml.coreMods.load=keepcalm.mods.blockbreak.asm.BlockBreakLoadingPlugin

 

And about the sided-ness, I think it's server-side, it adds the call to ItemInWorldManager.

 

And, @blindahl, can I suggest using mystcraft? Since you're moving to forge anyway? But I'll see how MV works with Bukkit4Vanilla, I need to test the world code ;)

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

API doesn't mean 'big-and-clunky-pile-of-code' - it's an Application Programming Interface (or something), the code is mostly just forge wrapper code.

 

Also, the point is to use Forge's event system, which allows for less hassle, and less messing with code.

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

I am not sure if this is just user error or what but every time that i try to install ForgeCore I get this error:

 

 

Description: Exception in server tick loop

 

cpw.mods.fml.common.LoaderException: ya: ForgeCore is a coremod!

at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:655)

at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:90)

at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:348)

at ho.c(DedicatedServer.java:120)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:461)

at fy.run(SourceFile:856)

Caused by: ya: ForgeCore is a coremod!

at keepcalm.mods.forgecore.ForgeCoreModContainer.postInit(ForgeCoreModContainer.java:54)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:654)

... 5 more

 

 

I got the same error. No matter which directory I put it in the same error occurs again and again.

Link to comment
Share on other sites

I can load the game, execute commands with essentials in game, but the moment i place any block this happens and the game crashes.

 

2012-12-13 01:39:47 [iNFO] [sTDERR] java.lang.NoSuchMethodError: iq.h(F)Laob;

2012-12-13 01:39:47 [iNFO] [sTDERR]    at keepcalm.mods.bukkit.forgeHandler.Pla

yerUtilities.getTargetBlock(PlayerUtilities.java:17)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at keepcalm.mods.bukkit.forgeHandler.For

geEventHandler.playerSaysHai(ForgeEventHandler.java:220)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraftforge.event.ASMEventHand

ler_98_ForgeEventHandler_playerSaysHai_PlayerInteractEvent.invoke(.dynamic)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraftforge.event.ASMEventHand

ler.invoke(ASMEventHandler.java:35)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraftforge.event.EventBus.pos

t(EventBus.java:103)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraftforge.event.ForgeEventFa

ctory.onPlayerInteract(ForgeEventFactory.java:25)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at ir.a(ItemInWorldManager.java:378)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at iv.a(NetServerHandler.java:564)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at fl.a(SourceFile:58)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at cg.b(TcpConnection.java:451)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at iv.d(NetServerHandler.java:87)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at iw.b(NetworkListenThread.java:55)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at ht.b(SourceFile:30)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.

r(MinecraftServer.java:696)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at ho.r(DedicatedServer.java:252)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.

q(MinecraftServer.java:592)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.

run(MinecraftServer.java:499)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at fy.run(SourceFile:856)

2012-12-13 01:39:47 [sEVERE] [Minecraft] Encountered an unexpected exception NoS

uchMethodError

java.lang.NoSuchMethodError: iq.h(F)Laob;

        at keepcalm.mods.bukkit.forgeHandler.PlayerUtilities.getTargetBlock(Play

erUtilities.java:17)

        at keepcalm.mods.bukkit.forgeHandler.ForgeEventHandler.playerSaysHai(For

geEventHandler.java:220)

        at net.minecraftforge.event.ASMEventHandler_98_ForgeEventHandler_playerS

aysHai_PlayerInteractEvent.invoke(.dynamic)

        at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:

35)

        at net.minecraftforge.event.EventBus.post(EventBus.java:103)

        at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEven

tFactory.java:25)

        at ir.a(ItemInWorldManager.java:378)

        at iv.a(NetServerHandler.java:564)

        at fl.a(SourceFile:58)

        at cg.b(TcpConnection.java:451)

        at iv.d(NetServerHandler.java:87)

        at iw.b(NetworkListenThread.java:55)

        at ht.b(SourceFile:30)

        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:696)

        at ho.r(DedicatedServer.java:252)

        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:592)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:499)

        at fy.run(SourceFile:856)

Link to comment
Share on other sites

I can load the game, execute commands with essentials in game, but the moment i place any block this happens and the game crashes.

 

2012-12-13 01:39:47 [iNFO] [sTDERR] java.lang.NoSuchMethodError: iq.h(F)Laob;

2012-12-13 01:39:47 [iNFO] [sTDERR]    at keepcalm.mods.bukkit.forgeHandler.Pla

yerUtilities.getTargetBlock(PlayerUtilities.java:17)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at keepcalm.mods.bukkit.forgeHandler.For

geEventHandler.playerSaysHai(ForgeEventHandler.java:220)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraftforge.event.ASMEventHand

ler_98_ForgeEventHandler_playerSaysHai_PlayerInteractEvent.invoke(.dynamic)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraftforge.event.ASMEventHand

ler.invoke(ASMEventHandler.java:35)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraftforge.event.EventBus.pos

t(EventBus.java:103)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraftforge.event.ForgeEventFa

ctory.onPlayerInteract(ForgeEventFactory.java:25)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at ir.a(ItemInWorldManager.java:378)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at iv.a(NetServerHandler.java:564)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at fl.a(SourceFile:58)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at cg.b(TcpConnection.java:451)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at iv.d(NetServerHandler.java:87)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at iw.b(NetworkListenThread.java:55)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at ht.b(SourceFile:30)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.

r(MinecraftServer.java:696)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at ho.r(DedicatedServer.java:252)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.

q(MinecraftServer.java:592)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.

run(MinecraftServer.java:499)

2012-12-13 01:39:47 [iNFO] [sTDERR]    at fy.run(SourceFile:856)

2012-12-13 01:39:47 [sEVERE] [Minecraft] Encountered an unexpected exception NoS

uchMethodError

java.lang.NoSuchMethodError: iq.h(F)Laob;

        at keepcalm.mods.bukkit.forgeHandler.PlayerUtilities.getTargetBlock(Play

erUtilities.java:17)

        at keepcalm.mods.bukkit.forgeHandler.ForgeEventHandler.playerSaysHai(For

geEventHandler.java:220)

        at net.minecraftforge.event.ASMEventHandler_98_ForgeEventHandler_playerS

aysHai_PlayerInteractEvent.invoke(.dynamic)

        at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:

35)

        at net.minecraftforge.event.EventBus.post(EventBus.java:103)

        at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEven

tFactory.java:25)

        at ir.a(ItemInWorldManager.java:378)

        at iv.a(NetServerHandler.java:564)

        at fl.a(SourceFile:58)

        at cg.b(TcpConnection.java:451)

        at iv.d(NetServerHandler.java:87)

        at iw.b(NetworkListenThread.java:55)

        at ht.b(SourceFile:30)

        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:696)

        at ho.r(DedicatedServer.java:252)

        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:592)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:499)

        at fy.run(SourceFile:856)

But, as it happens, you can't read. It's a known bug, use the issues tracker on github next time!

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

 

 

Bukkit4Vanilla (soon to be known as BukkitForge) Open Beta - now v2 for 1.4.5!

 

 

 

The Essentials port is misbehaving with GroupManager, the way to fix it is to add your player into GroupManager's configuration (or, maybe, not use GroupManager)

 

And /afk in Essentials is also broken. It will disconnect your client, I'm trying to fix it

 

It is for minecraft 1.4.5, and appears to start up OK. While most plugins will not require porting, plugins which use guava 10 (like essentials) will need porting. Note that I HAVE ported Essentials. So you can be happy ;)

 

Unfortunately, Bukkit4Vanilla is presently for dedicated servers only, but I am working on fixing this

 

Note that not all functionality has been tested, and I take ZERO responsibility for anything not working. But I will say sorry. And try and fix it :P

 

Downloads

All downloads can be found at github, including the Essentials port. BukkitForge is a COREmod!

 

For plugins which log/use block breaks

If you download my Block Break API (also a coremod), you will be able to use plugins which use block breaks

 

AHH! My server crashes when I do xxx/with plugin xxx/this plugin doesn't work properly

Post a new github issue here, and includes what you did/which plugin you added. And the logs.

 

 

 

 

 

ForgeCore BETA!

 

 

This is a mod which implements a basic permissions API, and exposes functionality of the snakeyaml library for modders to use.

It also adds a /mods command (thing Bukkit's /plugins).

 

Download

 

 

ForgeCore 1.4.5-0 (coremod): Download!

 

Source code: Github!

 

 

 

 

 

ForgeCommands BETA!

 

 

Adds commands which are useful from bukkit, such as /vanish, /god and /speed. I haven't tested them all, so this is

in beta.

 

Known issues

 

 

- When you walk around near a vanished player, they'll flicker - it's an issue with the way that TickHandlers work, I'm looking into it.

 

 

 

Download

ForgeCommands 1.4.5 BETA: Download!

Source code: Github!

 

 

 

ForgeChat

 

 

Inspired by Shortify. But I improved the idea - multiple urls in one line, shortened using tinyurl.

 

Shortens URLs using TinyURL (configurable - default ON)

 

Also makes &<letter>s chat colours - see http://ess.khhq.net/mc/ for a list of OK letters (configurable - default OFF)

 

Also includes a /mute command

 

Only required on the server.

 

Download

Version 1.4.5-0: Download!

Version 1.4.2-1 (requires forge 6.0.1.343 or later):

Download from github

Version 1.4.2-0 (requires forge 6.0.1.343 or later): Download from github

 

Source code: (if you want to learn from my mods, or improve them): Source on github

 

Changelog

 

 

1.4.5-0

- Depends on ForgeCore

- Added /mute

1.4.2-1

- Added support for Chat Colours - if you type '&<letter>' it will make it a chat colour.

List of chat colours can be found here

 

 

 

 

 

 

Block Break Event

 

 

This mod adds a block break event function.

 

Thanks to bspkrs (author of treecapitator) for the transformer code.

 

For modders

 

 

If you wish to use this mod in your mod, grab the source code from here,

and copy the src/keepcalm folder into your minecraft folder. You simply add an event handler as you would a forge handler, as follows:

@ForgeSubscribe
public void onBlockBreak(BlockBreakEvent ev) {
  // your code here
}

(An example of a simple block break logging mod can be found here: https://github.com/keepcalm/BlockBreakSample)

That's all you need to worry about! The rest is done for you.

 

 

 

Downloads

Version 1.4.5-0: Download for Minecraft 1.4.4 or 1.4.5, and MinecraftForge.

Source code: github

 

 

Licensing

All my mods are licensed under the LGPLv2+.

 

Keeping up with what I'm doing

If you want to see what I'm working on/have worked on, you might want to check out my github repos

 

Would you mind maybe giving a quick how to structure all this together say if someone wanted to use this for there server? i have been soooo looking to use something like this setup but just not understanding what and where to start 1st.. does this (bukkit4vanilla.jar file go into the minecraft_server.jar , does it replace it? does forge get added to the minecraft_server.jar or the bukkit4vanilla, is it in it? i tried a minecaraft_server.jar with the latest forge and placed the  ForgeCore into the coremod folder and got crash "coremod is a coremod!" same as other person in this forum posting. a little more explaination as to what goes where etc would be great if you wouldnt mind.. i'm not a complete idiot as i have run several servers vanilla, tekkit, forge modded... just not understanding where your files go

 

Thanks :)

Link to comment
Share on other sites

I'm fairly certain I made it clear. If it says coremod, put it in coremods. If it doesn't, put it in mods. NO jarmods here!

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements




  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
    • I am unable to do that. Brigadier is a mojang library that parses commands.
    • Hi, i appreciate the answer. I would love to do that, but we have active players with all their belongings in SSN. Also this mod is really handy and they would be mad if we removed it. Are you really certain that SSN is causing this? It would require lots of work to test it and SSN was not really an issue before we removed Fast Suite. Can it be related somehow? I will provide you with log before removing FS. PasteBin: https://pastebin.com/Y5EpLpNe (crash before removing Fast Suite, which I suspected to be a problem from some crash before)
    • Backup the world and make a test without storagenetwork
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.