Pistons stop moving outside world border
I'm not sure if this is a bug or not, but if it isn't, its rather annoying. I have a spawn pad set at the co-ordinates of (1500,0) and when the first player steps into the spawn pad, it sets off a list of command blocks, including Worldborder (center = 0,0 and length of blocks = 1000). My concern is that, I have a few pistons inside the machine, that work at first, but as soon as the world border is set into effect, it stops due to it being outside the world border. Let me know if this is intended or a bug.
Thanks!
Linked Issues
is duplicated by2
relates to4
Created Issue:
World Border Piston Movement
I'm not sure if this is a bug or not, but if it isn't, its rather annoying. I have a spawn pad set at the co-ordinates of (1500,0) and when the first player steps into the spawn pad, it sets off a list of command blocks, including Worldborder (center = 0,0 and length of blocks = 1000). My concern is that, I have a few pistons inside the machine, that work at first, but as soon as the world border is set into effect, it stops due to it being outside the world border. Let me know if this is intended or a bug.
Thanks!
Spawn Pad itself.
The piston for the contraption. With and without world border.
World Border Piston MovementPistons stop moving outside world border
relates to
relates to
is duplicated by
is duplicated by
A comment with security level 'global-moderators' was removed.
relates to
relates to
Related to / duplicate of MC-55402
Proably intended.
The world border can be interpreted as "Here is the end of the world, nothing is outside"
Not intended. See MC-55402
Redstone components and blocks that interact with redstone, such as containers, lightning rods and big dripleaves, that are placed outside the world border, are activated/read/updated by blocks inside the world border.
This does not affect pistons, as intended (MC-55402).









Please provide a screenshot of your setup.
Pictures uploaded. The first three photos are of the spawn pad itself. The second three photos are the piston working when the spawn pad is within worldborder and the last three are when its outside the boundary.
EDIT: And the reason I need the spawn pad outside the world border is because I am using this for a P.v.P. setup were the players are free to roam around the world, restricted by the world boundary. If the spawn pad was within the "playable world," the players could easily exploit the system and stay safe from mobs, etc.
Hmm... this does appear to be a bug.
MC-54366is claiming the oppositeMC-54366is saying that the piston can push blocks outside the boundary, but the piston is still inside the boundary itself. My problem is that, my piston is outside the boundary completely and doesn't activate at all.Confirmed.
This is still an issue as of 14w32d. Commandblocks seem to be able to operate outside of the worldborder, but after teleporting away, with no players nearby, the commands stop.
This is with commands that are in map spawn chunks.
You can test this with a simple clock hooked up to a say command. Teleport 5000 blocks away and then set a small worldborder centered on you. You bay need to teleport back and forth a few times. It also seems like it will happen after just a short time.
It feels like the game is unloading the chunks because the area is outside of the world border, yet these chunks are spawn chunks and should not be unloaded.
This is vital for map makers that want to have a "game system" that is only loaded for the server, but that they also want to use the world border feature in.
I can explain more if necessary, but I think this crowd knows what I mean.