A feedback area designed for scripting and mods suggestions and feedback. Please note bug reports and support issues will be removed.

22

ChunkLoader NBT tag for armor stand

4 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 3
    Registered User commented
    Comment actions Permalink

    or rather than having the full chunk loaded, which might be a little resource heavy, have the entity stay loaded.

  • 1
    Registered User commented
    Comment actions Permalink

    this isnt bad idea because we can then create datapack that have armor stands as chunk loaders

  • 3
    Registered User commented
    Comment actions Permalink

    Rather than being specific to armor stands, how about allowing it to be applied to any entity? Chunk-loading minecarts would be awesome for long-distance item transportation.

  • 0
    Registered User commented
    Comment actions Permalink

    Yas!!! I'm trying to dynamically teleport players between worlds (with arbitrary names) and the thing I'm stuck on is loading an arbitrary chunk to teleport an armor stand to so I can then teleport the player to the armor stand.

    Sidenote: If I was able to directly insert scoreboard values into the tp command or modify the player nbt directly, then I wouldn't need to use armor stands to teleport the player.