WorldEdit for SpongeAPI

@kenzierocks
worldedit-forge-mc1.11-6.1.5-SNAPSHOT-dist.jar Build #3647

1 Like

It mentions the “server watchdog” in there. The watchdog will stop the server if the server takes too long to do something. Were you doing a large WorldEdit change when it crashed?

1 Like

Yes, I’m making a big change.
//schematic load
//paste
He did not put a single block.

Then that would be why. You can turn off the watchdog by increasing max-tick-time (measured in milliseconds, or thousandths of a seconds) in server.properties.

1 Like

max-tick-time=60000

On API5 1.10.x he coped with this task.

If you’re using WorldEdit for Forge (it looks like you are), you can also try adding FastAsyncWorldEdit. Note that it does require WorldEdit itself to be installed.

max-tick-time=120000 Inserted the schema. But in the console there were many errors. Thank you!

For now, please use this build with 1.11

1 Like

Superficially tested, working.

forge-1.11-13.19.0.2178-universal.jar
spongeforge-1.11-2178-6.0.0-BETA-1988.jar
worldedit-sponge-mc1.11-6.1.5-SNAPSHOT-dist.jar

1 Like

Good day,

I was looking to try this out, but have a question. In the changelog for worldedit-sponge it mentions implementing Sponge API 5 changes, but shouldn’t that have to be API 6 if it is being built on the 1.11 version?
Just curious if it’s safe to assume that if it is implementing 1.11 that it is also matches the API (6.0)? I may not have any clue what I am talking about. Apologies.

i tried the download link for 1.10 but the server crashes every time i have tried, does it not work for spongeAPI 5.0.0?

forge-1.11.2-13.20.0.2201-universal.jar
spongeforge-1.11.2-2201-6.0.0-BETA-2012.jar
worldedit-sponge-mc1.11-6.1.5-SNAPSHOT-dist.jar (#3629)

Edit: #3663 it seems to work
Edit2: #3663 http://pastebin.com/1SukyN7A

1 Like

Using the latest release and trying to post a schematic, I get an error however the schematic pastes in with the exception of a few blocks here and there…

1.11 now has an API 6 snapshot.

2 Likes

Using latest dev builds of SpongeVanilla and WorldEdit. Worldedit not loading. Tried a couple combinations of slightly earlier builds to same thing.

I’ll update to 1.11.2

1 Like

thought so, thanks. :relieved:

Incorrectly named version. I have it worldedit-sponge-mc1.11-6.1.5-SNAPSHOT-dist.jar

He has a problem. I copy and paste small objects.

I think it’s on vanilla sponge will work.

Hello i have an issue copying over schematics.

I’m running on my PC forge-1.10.2-12.18.3.2185 and worldedit-forge-mc1.10.2-6.1.4-dist.
On my server i run SPongeForge 1.10.2 and worldedit-sponge-mc1.10.2-6.1.5-SNAPSHOT-dist.

Running same versions on both.
http://imgur.com/a/kCDOI

When i copy blocks over as a schematic from my pc to my server i get an error.

Please report this error:[See Console]
java.lang.reflect.InvocationTargetException: null

And this is what my console shows me.

12.01 07:40:53 [Multicraft] Skipped 117 lines due to rate limit (30/s)
12.01 07:40:22 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
12.01 07:40:22 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zjd000(SourceFile:39)
12.01 07:40:22 [Server] INFO at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:156)
12.01 07:40:22 [Server] INFO at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)
12.01 07:40:22 [Server] INFO at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)
12.01 07:40:22 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:892)
12.01 07:40:22 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:913)
12.01 07:40:22 [Server] INFO at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:83)
12.01 07:40:22 [Server] INFO at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:295)
12.01 07:40:22 [Server] INFO at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333)
12.01 07:40:22 [Server] INFO at com.sk89q.worldedit.sponge.SpongePlatform$1.process(SpongePlatform.java:131)
12.01 07:40:22 [Server] INFO at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173)
12.01 07:40:22 [Server] INFO at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187)
12.01 07:40:22 [Server] INFO at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73)
12.01 07:40:22 [Server] INFO at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58)
12.01 07:40:22 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:497)
12.01 07:40:22 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12.01 07:40:22 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12.01 07:40:22 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12.01 07:40:22 [Server] INFO at com.sk89q.worldedit.extension.platform.CommandManager.handleCommand(CommandManager.java:248)
12.01 07:40:22 [Server] INFO at com.sk89q.worldedit.util.command.SimpleDispatcher.call(SimpleDispatcher.java:125)
12.01 07:40:22 [Server] INFO at com.sk89q.worldedit.util.command.parametric.ParametricCallable.call(ParametricCallable.java:228)
12.01 07:40:22 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:497)
12.01 07:40:22 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12.01 07:40:22 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12.01 07:40:22 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12.01 07:40:22 [Server] INFO java.lang.reflect.InvocationTargetException
12.01 07:40:22 [Server] INFO SEVERE: [WorldEdit] An unexpected error while handling a WorldEdit command
12.01 07:40:22 [Server] INFO Jan 12, 2017 7:40:22 AM com.sk89q.worldedit.extension.platform.CommandManager handleCommand
12.01 07:40:22 [Server] Server thread/INFO [nucleus]: Pixelhouse ran the command: //paste
12.01 07:40:19 [Server] INFO INFO: [WorldEdit] Pixelhouse loaded /config/worldedit/schematics/improveddragon.schematic

Hopefully someone can help me, thanks in advance.

I also to remove any doubts have now the same forge/spongeforge and Worldedit running on both my offline and online server. Stil getting alot of errors,i cant even do //replace or //drain only touches one block maximum for some reaon :s.