PermissionsEx

PermissionsEx

14M Downloads

group list error (PEX 2.0 on Sponge)

jonthesquirrel opened this issue ยท 2 comments

commented

When I do the command /pex group list this error happens:

image

[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]: java.lang.NoSuchMethodError: org.spongepowered.api.service.pagination.PaginationService.builder()Lorg/spongepowered/api/service/pagination/PaginationList$Builder;
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at ninja.leaping.permissionsex.sponge.SpongeCommander.msgPaginated(SpongeCommander.java:97)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at ninja.leaping.permissionsex.command.PermissionsExCommands$1.execute(PermissionsExCommands.java:90)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at ninja.leaping.permissionsex.util.command.CommandSpec.process(CommandSpec.java:163)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at ninja.leaping.permissionsex.sponge.PEXSpongeCommand.process(PEXSpongeCommand.java:43)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:331)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:252)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:83)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:815)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:794)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:37)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:9)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:106)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$0(SourceFile:51)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.util.Util.func_181617_a(SourceFile:44)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:660)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
[16:43:36] [Server thread/INFO] [STDERR]: [ninja.leaping.permissionsex.util.command.CommandSpec:process:169]:   at java.lang.Thread.run(Thread.java:745)

Version:

image
image

commented

3.1.0 versions of Sponge are pretty outdated at this point -- PEX builds against 4.0, which you should be using (download the development/"unstable" builds of Sponge).

commented

Thanks, silly me. That solved some other problems I had too!