LapisBlue / Pore

(Archive, not actively maintained) Run existing Bukkit plugins on Sponge natively
https://docs.lapis.blue/pore/
Other
61 stars 23 forks source link

Running my Antigrief plugin #20

Closed FabioZumbi12 closed 9 years ago

FabioZumbi12 commented 9 years ago

Hello!!

I happy to see a bukkit plugin porter for Sponge!! I trying to run my bukkit antigrief plugin but i getting an error:

[15:38:05] [Server thread/INFO]: Done (1,775s)! For help, type "help" or "?"
[15:38:05] [Server thread/INFO] [pore.RedProtect]: Enabling RedProtect v5.5.1
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]: org.apache.commons.lang3.NotImplementedException: TODO
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at blue.lapis.pore.impl.PoreServer.getOperators(PoreServer.java:
611)
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at br.net.fabiozumbi12.RedProtect.RPConfig.init(RPConfig.java:11
4)
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at br.net.fabiozumbi12.RedProtect.RedProtect.onEnable(RedProtect
.java:99)
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:
321)
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPlug
inLoader.java:332)
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePlug
inManager.java:404)
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at blue.lapis.pore.impl.PoreServer.loadPlugin(PoreServer.java:16
7)
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at blue.lapis.pore.impl.PoreServer.enablePlugins(PoreServer.java
:184)
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at blue.lapis.pore.Pore.onStarting(Pore.java:119)
[15:38:05] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStrea
m:println:-1]:  at blue.lapis.pore.launch.PoreBootstrap.onStarting(PoreBootstrap
.java:86)
...

Can we work to solve this? I can adapt my plugin and you the code? heres the GitHub repo for my plugin: https://github.com/FabioZumbi12/RedProtect

simon816 commented 9 years ago

Unfortunately you can't make log messages big and bold.

org.apache.commons.lang3.NotImplementedException: TODO

There are lots of things needed to be done in Pore.

FabioZumbi12 commented 9 years ago

But this isnt implemented on Sponge right? Or on Pore? Can you explain how can i solve this?

caseif commented 9 years ago

Usually NotImplementedException implies something's missing from Pore. As @simon816 said, we still have a lot of work to do; you'll have to hang tight until the plugin has more functionality.