Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Integration Activation IntegrationWorldGuard FAILED #1335

Open
MinecraftMarcus1 opened this issue Oct 25, 2018 · 20 comments
Open

Integration Activation IntegrationWorldGuard FAILED #1335

MinecraftMarcus1 opened this issue Oct 25, 2018 · 20 comments

Comments

@MinecraftMarcus1
Copy link

Affected Plugin

**Factions** **2.14.0** **No I did not forget.** **2.14.0**
  • Affected Plugin Name: Factions
  • Affected Plugin Version: 2.14.0

Describe your Environment

  • Server Version: This server is running CraftBukkit version git-Spigot-a1ba5fe-b4230a9 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)

Steps to Reproduce this Bug

**There really isn't any bugs at least that I have seen or noticed it's just the constantly spamming error message in console.**
  1. N/A
  2. N/A
  3. N/A

Observed Results

**N/A** **N/A**

screenshot 1

**https://pastebin.com/kWwDYudJ**

Expected Results

**I didn't expect anything really except for it to keep on spamming console with the same error message.** **This is an issue because it constantly is spamming console with the same message making it nearly impossible to see anything else going on in console.**
@macdja38
Copy link

This is probably caused due to the removal of a specific class in region-guard 7.0 https://www.spigotmc.org/threads/worldguard-and-factions-cant-integrate-1-13.331333/

@Korinocho
Copy link

Any way to solve this? Or im being forced to delete WorldGuard?

@StormyIceLeopard
Copy link

I think I might have a temporary fix
Go to this link https://github.com/MassiveCraft/Factions/blob/master/src/com/massivecraft/factions/integration/worldguard/EngineWorldGuard.java

Then look at lines 44-55

@OverRide
public void setActiveInner(boolean active)
{
if (active)
{
this.worldGuard = WGBukkit.getPlugin();
}
else
{
this.worldGuard = null;
}
}

Replace with
@OverRide
public void setActiveInner(boolean active)
{
this.worldGuard = null;
}

This will at the very least stop errors in console. (I think)

@Korinocho
Copy link

Will try when I get home. Thank :)

@StormyIceLeopard
Copy link

I created a pull request
#1337

@StormyIceLeopard
Copy link

I have successfully created a version of Factions with no errors in console.
Currently testing features.

1.13.2

@StormyIceLeopard
Copy link

StormyIceLeopard commented Nov 28, 2018

So as far as I can tell it functions as intended without errors in console about Integration Activation IntegrationWorldGuard FAILED, but I don't do anything between it and WorldGuard. That you will have to discover on your own.
Will update this reply with a link to download the compiled version that works. And no I didn't add anything, I only moved or removed code and changed 2 lines in plugin.yml

NO GUARANTEES THAT THIS IS BUG-FREE!
LINK for 1.13.2 (tested) download: https://blizzardcraft.net/plugins/MassiveCraft/Factions/

Known issues:
None as of Tuesday 11/27/2018 7:33 PM EST

@macdja38
Copy link

@StormyIceLeopard any chance you could link the the source so I can verify and build it myself? Thanks.

@StormyIceLeopard
Copy link

StormyIceLeopard commented Nov 28, 2018

No, because I did it myself.
If you want to go through the hassle to build it yourself then just delete the WorldGuard Integrations Folder/class and build.

Good Luck.

EDIT: I also had to mess with the main: and name: fields in plugin.yml so it would load correctly in spigot.

@macdja38
Copy link

@StormyIceLeopard I mean you could put it on GitHub as a fork even if you did it yourself, but do you mean you just removed all the worldGuard integration stuff or did you fix the worldGuard integration?

@StormyIceLeopard
Copy link

I can try. Going to sleep and got finals so maybe in a few days. If I remember correctly it's the worldguarditegration class that I deleted. It might have been a package with 2 classes inside it. I can tell you for certain within the next 24 hours.

@StormyIceLeopard
Copy link

I deleted these 2 classes and this folder that holds them. https://github.com/MassiveCraft/Factions/tree/master/src/com/massivecraft/factions/integration/worldguard

@macdja38
Copy link

macdja38 commented Dec 2, 2018

@StormyIceLeopard thank you very much!

@MithrandirCraft
Copy link

Same issue here.

@DerekZil
Copy link

DerekZil commented Jan 5, 2019

So as far as I can tell it functions as intended without errors in console about Integration Activation IntegrationWorldGuard FAILED, but I don't do anything between it and WorldGuard. That you will have to discover on your own.
Will update this reply with a link to download the compiled version that works. And no I didn't add anything, I only moved or removed code and changed 2 lines in plugin.yml

NO GUARANTEES THAT THIS IS BUG-FREE!
LINK for 1.13.2 (tested) download: https://blizzardcraft.net/plugins/MassiveCraft/Factions/

Known issues:
None as of Tuesday 11/27/2018 7:33 PM EST

Can you also fix the Faction's chat breaking all my custom chat plugins?
I use DeluxeChat and it gets overwritten by Factions.

Can you just remove the chat code, or will that break it?

@StormyIceLeopard
Copy link

Can you also fix the Faction's chat breaking all my custom chat plugins?
I use DeluxeChat and it gets overwritten by Factions.

Can you just remove the chat code, or will that break it?

I have no idea. That is above my paid grade.
I'm about to start college so I won't have any time for the coming months.
Sorry.

@Kamilkime
Copy link

Same issue here, I suppose Faction just doesn't have 1.13 support so it also doesn't have WG for 1.13 support

@DerekZil
Copy link

Can anyone upload a tab auto-complete updated version please?

@KMiseckas
Copy link

Just need replacing WGBukkit.getPlugin with WorldGuardPlugin.inst();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants