jrbudda / Builder

Builder for Citizens2
7 stars 14 forks source link

Builder command block forgets commands #26

Open Silverbane opened 11 years ago

Silverbane commented 11 years ago

Since Command Block in an unobtainable block I figured it would not be required. I need my builder to not ask for it when creating a schematic that contains a command block. Is there any way to fix this? --- Figured this one out by using the new supply.txt,
It seems that the commands in command blocks do not get copied over. Since WorldEdit has this functionality now to copy commands in command blocks I was hoping so would the builder. Is this something that can happen? Thanks

jrbudda commented 11 years ago

Ah, yes the supply.txt. I will add that block to the defaults from now on.

At the moment Builder does not build any 'extended' data (sign text, painting type, chest contents') etc etc. This has always been a planned feature but I can't say when I will have time to implement it.

Silverbane commented 11 years ago

K I will see if I can get WorldEdit to Paste it using Citizens Command as a work around when the builder completes. haha. thanks

jrbudda commented 11 years ago

What version of worldedit are you using? Ive tried it and my copied command blocks are blank. I've looked at their code and don't see where they support them...

Silverbane commented 11 years ago

2013-07-24 21:08:47 [INFO] Starting minecraft server version 1.5.2 2013-07-24 21:08:48 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R1.0-b2788jnks (MC: 1.5.2) (Implementing API version 1.5.2-R1.0) 2013-07-24 21:08:49 [INFO] [WorldEdit] Loading WorldEdit v5.5.6

On Thu, Jul 25, 2013 at 2:18 PM, jrbudda notifications@github.com wrote:

What version of worldedit are you using? Ive tried it and my copied command blocks are blank. I've looked at their code and don't see where they support them...

— Reply to this email directly or view it on GitHubhttps://github.com/jrbudda/Builder/issues/26#issuecomment-21577898 .

jrbudda commented 11 years ago

So I actually got builders working with tile entities. However, with worldedit 5.5.7 it doesn't appear to be saving the command block data to the .schematic file. Everything else (signs, chests, etc) is working. does 5.5.6 properly restore command block data when saved to and loaded from a .schematic?

jrbudda commented 11 years ago

Oh nevermind 5.5.7 isn't fully compatible with mc 1.6.2 yet. That's likely the problem.

I have a jar of builder that will build proper tile entities but it's for 1.6.2. Let me know if you're interested.

Silverbane commented 10 years ago

I was using this feature a lot and it stopped working all of a sudden on my 1.7.2 build. Any clues on whats going on? I am having two major issues on [Builder] Loading Builder v0.9.0 running [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1098) runningThis server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-b3020jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3)

1) Builder does not use the /builder origin schematic correctly. Usuauly off by 1 or 2.

2) Builder is not placing command blocks and signs data correctly anymore.

Any help would be much appreciated. Thank you

jrbudda commented 10 years ago

Did you happen to update WorldEdit recently? it sounds like something about the schematics themselves changed.

On Mon, Aug 11, 2014 at 1:06 PM, Silverbane notifications@github.com wrote:

I was using this feature a lot and it stopped working all of a sudden on my 1.7.2 build. Any clues on whats going on? I am having two major issues on [Builder] Loading Builder v0.9.0 running [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1098) runningThis server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-b3020jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3)

1) Builder does not use the /builder origin schematic correctly. Usuauly off by 1 or 2.

2) Builder is not placing command blocks and signs data correctly anymore.

Any help would be much appreciated. Thank you

— Reply to this email directly or view it on GitHub https://github.com/jrbudda/Builder/issues/26#issuecomment-51809208.