1.8 version of Mango

Status
This thread has been locked.

Dreamplay

Feedback score
7
Posts
17
Reactions
1
Resources
0
Don't have a huge budget. Anyone have a version of mango that works for 1.8? If not, I might pay someone to make it work for 1.8. Add me on discord: Dreamplay#6721

Errors:

When creating faction:

> [06:58:50 INFO]: DreamplaySE issued server command: /f create faction
> [06:58:50 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'f' in plugin Mango v3.2-RELEASE
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched.jar:git-TacoSpigot-"95870a93"]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:143) ~[patched.jar:git-TacoSpigot-"95870a93"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) ~[patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1194) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1006) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [patched.jar:git-TacoSpigot-"95870a93"]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:776) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:715) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:618) [patched.jar:git-TacoSpigot-"95870a93"]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/util/org/apache/commons/lang3/StringUtils
at org.zencode.mango.commands.faction.CreateCommand.execute(CreateCommand.java:55) ~[?:?]
at org.zencode.mango.commands.FactionCommand.execute(FactionCommand.java:114) ~[?:?]
at org.zencode.mango.utils.command.BaseCommand.onCommand(BaseCommand.java:61) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched.jar:git-TacoSpigot-"95870a93"]
... 15 more
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

pcranaway

Premium
Feedback score
4
Posts
508
Reactions
148
Resources
0
Hi, The version of spigot or the plugin doesn't matter. As you can see in the stack trace it says that the package "net/minecraft/util/org/apache/commons/lang3/" was not found. Apache commons is a java library for making development easier. Basically you need to download a plugin that includes this library (that plugin will probably be kind of large)
 

0rangeFox

The Fox Member
Supreme
Feedback score
17
Posts
411
Reactions
124
Resources
0
Don't have a huge budget. Anyone have a version of mango that works for 1.8? If not, I might pay someone to make it work for 1.8. Add me on discord: Dreamplay#6721

Errors:

When creating faction:

> [06:58:50 INFO]: DreamplaySE issued server command: /f create faction
> [06:58:50 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'f' in plugin Mango v3.2-RELEASE
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched.jar:git-TacoSpigot-"95870a93"]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:143) ~[patched.jar:git-TacoSpigot-"95870a93"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) ~[patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1194) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1006) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [patched.jar:git-TacoSpigot-"95870a93"]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:776) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:715) [patched.jar:git-TacoSpigot-"95870a93"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:618) [patched.jar:git-TacoSpigot-"95870a93"]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/util/org/apache/commons/lang3/StringUtils
at org.zencode.mango.commands.faction.CreateCommand.execute(CreateCommand.java:55) ~[?:?]
at org.zencode.mango.commands.FactionCommand.execute(FactionCommand.java:114) ~[?:?]
at org.zencode.mango.utils.command.BaseCommand.onCommand(BaseCommand.java:61) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched.jar:git-TacoSpigot-"95870a93"]
... 15 more

Hi, The version of spigot or the plugin doesn't matter. As you can see in the stack trace it says that the package "net/minecraft/util/org/apache/commons/lang3/" was not found. Apache commons is a java library for making development easier. Basically you need to download a plugin that includes this library (that plugin will probably be kind of large)
lel yes, version care... He is using net.minecraft.server.v1_8_R3 but mango only works for net.minecraft.server.v1_7_R4, so its all explained, he is using version 1.8.8, and not 1.7.10. And my friend Dreamplay you will need use Spigot or Forked but its needed to be version 1.7.10, and all things will work everything good, or just use this "Mango Recompiled" which will works for your spigot. And have fun :)

Thank you,
0rangeFox
 

pcranaway

Premium
Feedback score
4
Posts
508
Reactions
148
Resources
0
lel yes, version care... He is using net.minecraft.server.v1_8_R3 but mango only works for net.minecraft.server.v1_7_R4, so its all explained, he is using version 1.8.8, and not 1.7.10. And my friend Dreamplay you will need use Spigot or Forked but its needed to be version 1.7.10, and all things will work everything good, or just use this "Mango Recompiled" which will works for your spigot. And have fun :)

Thank you,
0rangeFox
Oh, My fault.
 
Status
This thread has been locked.
Top