oh i didnt think about shooting above the horses, most of them just ran off before I could do anything. Plus I installed another plugin that made it so spawn was a safe zone, so I couldn’t attack/damage them any way.
I’ll find the video and post.
Starting from the seventh minute. Video It turns out I killed the horse and the skeleton appeared. The horse was actively moving and I couldn’t get a bow in the rider.
It’s not just Sponge, Mojang make the same mistake with their doMobSpawning gamerule.
This happens without running /gamerule
I conducted an experiment in a single game (doMobSpawning - default): Video
Sponge and FoxGuard not guilty.
Is it possible to disable pixelmon spawns in specific regions?
If so how?
I don’t think it’s really possible right now. FoxGuard does not have special handling for Pixelmon.
I’m pretty sure GriefProtection and Polis can do this.
Hi, may I ask why there are several downloads for FoxCore ? Which one should I use for basic use ?
use the -server.jar for basic use.
So i think the client mod actually works on Forge 1.8, 1.9, AND 1.10, at least as of right now.
Just try throwing it into your mods folder on your client and see if it loads correctly. If it does… Yay!
If not, I’ll actually port it.
forge1.10.2-12.18.1.2079
FoxCore-0.9.4-api5-157.jar copied the folder mods.
What am I doing wrong?
Err… let me take a look at that.
Edit: I’m pretty sure i broke something.
Yeah 1.10 changed a bunch of stuff. It will need a separate release.
Can you name the approximate date of release?
When i fix it.
So probably tommorrow.
It should be a quick fix. I think I just borked something.
Can’t collect branch bleeding.
-
Downloaded source code
FoxCore-0.9.4-api5.zip
FoxGuard-0.19.3-dev-api5.zip -
Unpacked
FoxGuard-0.19.3-dev-api5.zip -> FoxGuard
FoxCore-0.9.4-api5.zip -> FoxGuard/FoxCore -
Ran the
gradlew buildcommand
What am I doing wrong?
Nothing. SpongeAPI had an update and i never pushed the fix.
Sorry xD
Ммм… How to fix it?
You wait for me to have time. I’m still getting used to college life at the moment.
Am unable to get the wand for foxguard everytime i run /fg wand i get the below error in console
[09:01:35] [Server thread/INFO] [io.github.hsyyid.essentialcmds]: [Bubble0seven] executed command fg wand
[09:01:35] [Server thread/ERROR] [Sponge]: Error occurred while executing command 'fg wand' for source EntityPlayerMP['Bubble0seven'/418, l='world', x=604.50, y=67.00, z=391.64]: Could not initialize class net.foxdenstudio.sponge.foxcore.plugin.wand.data.WandKeys
java.lang.NoClassDefFoundError: Could not initialize class net.foxdenstudio.sponge.foxcore.plugin.wand.data.WandKeys
at net.foxdenstudio.sponge.foxcore.plugin.wand.data.WandData.registerGettersAndSetters(WandData.java:67) ~[WandData.class:?]
at net.foxdenstudio.sponge.foxcore.plugin.wand.data.WandData.<init>(WandData.java:50) ~[WandData.class:?]
at net.foxdenstudio.sponge.foxcore.plugin.wand.data.WandData.<init>(WandData.java:54) ~[WandData.class:?]
at net.foxdenstudio.sponge.foxcore.plugin.wand.data.WandDataBuilder.create(WandDataBuilder.java:47) ~[WandDataBuilder.class:?]
at net.foxdenstudio.sponge.foxcore.plugin.wand.data.WandDataBuilder.create(WandDataBuilder.java:37) ~[WandDataBuilder.class:?]
at net.foxdenstudio.sponge.foxcore.plugin.command.CommandWand.process(CommandWand.java:88) ~[CommandWand.class:?]
at net.foxdenstudio.sponge.foxcore.plugin.command.FCCommandDispatcher.process(FCCommandDispatcher.java:236) ~[FCCommandDispatcher.class:?]
at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333) ~[SimpleDispatcher.class:1.10.2-2092-5.0.0-BETA-1752]
at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:291) [SpongeCommandManager.class:1.10.2-2092-5.0.0-BETA-1752]
at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:82) [bd.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:913) [me.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:892) [me.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [im.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [im.class:?]
at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:122) [PacketUtil.class:1.10.2-2092-5.0.0-BETA-1752]
at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$0(SourceFile:39) [fl$1.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fl$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_101]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_101]
at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [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(Thread.java:745) [?:1.8.0_101]