Error with /help command

Need some help solving this error, when ever we type the commands “/help” or “/?” the console outputs the errors below.

/help
[12:45:21] [Server thread/INFO] [io.github.hsyyid.essentialcmds]: [Server] executed command help
[12:45:21] [Server thread/INFO]: Error occurred while executing command: null
[12:45:21] [Server thread/ERROR] [Sponge]: Error occurred while executing command ‘help’ for source DedicatedServer: null
java.util.NoSuchElementException
at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:61) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:38) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:73) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:38) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.service.pagination.PaginationCalculator.getWidth(PaginationCalculator.java:149) ~[PaginationCalculator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.service.pagination.PaginationCalculator.getLines(PaginationCalculator.java:99) ~[PaginationCalculator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.service.pagination.SpongePaginationList.lambda$sendTo$0(SpongePaginationList.java:108) ~[SpongePaginationList.class:1.10.2-2073-5.0.0-BETA-1683]
at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_101]
at java.util.Iterator.forEachRemaining(Unknown Source) ~[?:1.8.0_101]
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_101]
at org.spongepowered.common.service.pagination.SpongePaginationList.sendTo(SpongePaginationList.java:110) ~[SpongePaginationList.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.service.pagination.SpongePaginationBuilder.sendTo(SpongePaginationBuilder.java:112) ~[SpongePaginationBuilder.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.command.SpongeHelpCommand.lambda$create$3(SpongeHelpCommand.java:86) ~[SpongeHelpCommand.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:332) ~[CommandSpec.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333) ~[SimpleDispatcher.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:274) [SpongeCommandManager.class:1.10.2-2073-5.0.0-BETA-1683]
at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:82) [bd.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:423) [ld.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:388) [ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
/?
[12:45:26] [Server thread/INFO] [io.github.hsyyid.essentialcmds]: [Server] executed command ?
[12:45:26] [Server thread/INFO]: Error occurred while executing command: null
[12:45:26] [Server thread/ERROR] [Sponge]: Error occurred while executing command ‘?’ for source DedicatedServer: null
java.util.NoSuchElementException
at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:61) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:38) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:73) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:38) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.service.pagination.PaginationCalculator.getWidth(PaginationCalculator.java:149) ~[PaginationCalculator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.service.pagination.PaginationCalculator.getLines(PaginationCalculator.java:99) ~[PaginationCalculator.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.service.pagination.SpongePaginationList.lambda$sendTo$0(SpongePaginationList.java:108) ~[SpongePaginationList.class:1.10.2-2073-5.0.0-BETA-1683]
at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_101]
at java.util.Iterator.forEachRemaining(Unknown Source) ~[?:1.8.0_101]
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_101]
at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_101]
at org.spongepowered.common.service.pagination.SpongePaginationList.sendTo(SpongePaginationList.java:110) ~[SpongePaginationList.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.service.pagination.SpongePaginationBuilder.sendTo(SpongePaginationBuilder.java:112) ~[SpongePaginationBuilder.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.command.SpongeHelpCommand.lambda$create$3(SpongeHelpCommand.java:86) ~[SpongeHelpCommand.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:332) ~[CommandSpec.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333) ~[SimpleDispatcher.class:1.10.2-2073-5.0.0-BETA-1683]
at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:274) [SpongeCommandManager.class:1.10.2-2073-5.0.0-BETA-1683]
at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:82) [bd.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:423) [ld.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:388) [ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]

Minecraft: 1.10.2
SpongeAPI: 5.0.0-SNAPSHOT-887438a
SpongeForge: 1.10.2-2073-5.0.0-BETA-1683
Minecraft Forge: 12.18.1.2053

Mods:

Sponge Mods:
1. Sponge Forge v.1679
2. Essential Cmds
3. Jobs Lite
4. Permissions Ex
5. Polis
6. Prism
7. Sponge discord
8. Total Economy
9. Spongy Chests
Extras:
We have tried this with other versions of SpongeForge and Forge but still end up with the same error report.
No Crash report generated.