pie-flavor / Stargate-Sponge

GNU General Public License v3.0
0 stars 3 forks source link

Plugin not working at all #5

Open CZThomasCZ opened 4 years ago

CZThomasCZ commented 4 years ago

Hello, I've tried to install your plugin. Sponge detects it and loads it, but always spits out warnings on world load and unloading. Trying to build the stargate leads to no success - the sign doesn't change and, no button appears either, etc. The /stargate about and /stargate reload commands aren't working either and only stargate.conf is present in config\stargate.

Here's a log when I started the server only with spongeforge, MeeM and Stargate (no other mods were present): https://pastebin.com/4RNaEfiC I've only started the server, tried both commands and then stopped the server.

Edit: I'm using SpongeForge 1.12.2-2838-7.1.7 Stable with bootstrapper The bootstrapper has no effect on this mod working/not working.

Edit 2: Doesn't work either with SpongeForge 1.12.2-2838-7.1.8-RC3958 (without bootstrapper), gives the same warnings

CZThomasCZ commented 4 years ago

I've noticed that the problem was related to economy, and I've also gone through the code (thank god it's available). The error lies somewhere in the economy{ ... } section of the config, so I've just tried to remove the whole economy{ ... } part of the default.yml in the plugins' .jar.

Right now I'm figuring out how to compile the plugin, so I could remove anything that checks what's in the economy part of the config file.

CZThomasCZ commented 4 years ago

I've bodged a somewhat-working fix for your plugin by disabling everything I've seen related to economy. Would it be okay for me to upload it somewhere? I don't want to do it without your permission.

CZThomasCZ commented 4 years ago

Fixed in my fork.

CZThomasCZ commented 4 years ago

(accidentally closed it)