HexagonMC / BungeeSuiteChat

1 stars 2 forks source link

1.13 support #4

Closed datatags closed 2 years ago

datatags commented 5 years ago

I’d like to continue using this in 1.13, but 1.13 seems to require a namespace and a channel for BungeeCord messaging. Since BSChat doesn’t do that, it fails to load.

Yes, I should probably abandon it since it is abandoned but I haven’t fount a satisfactory replacement yet.

I would fix and compile myself except I know nothing about maven. If anyone is still watching this, I would really appreciate a fix.

Thanks!

johnfriedrich commented 5 years ago

Hi, we actually still use this plugin, but are not using channels for messaging. If I remember correct, 1.13 just require the channel to be lowercased?

BTW: You can compile this without maven or simply hit import Maven project in your IDE

datatags commented 5 years ago

This is the error I got: [16:10:18 ERROR]: Error occurred while enabling Chat v0.5b-${BUILD_NUMBER} (Is it up to date?) java.lang.IllegalArgumentException: Channel must contain : separator (attempted to use BSChat)

Also, about maven, I imported as a GitHub project and Eclipse recognizes it as such but I need the dependencies still. That and I want to compile it against 1.13 but couldn’t find a way to change it from what it was at. Thanks!

johnfriedrich commented 5 years ago

gesuit:bschat should do it. But guess the bungeepart has to be changed aswelll Do the following: Clone your project in your eclipse workspace via command line or zip extract. Eclipse--> import: existing maven project. Select cloned folder --> import. Right click on newly imported project --> Run as maven install. Done. You can find builds in your clonedfolder/target