Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-5305

1.13 & 1.14 Chunk Problems

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • None
    • None
    • This server is running CraftBukkit version git-Spigot-065a373-6ed8a18 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
    • Yes

      Before my problem is setType method (https://www.spigotmc.org/threads/block-settype-material-doesnt-work-in-1-14-4-unloaded-chunk.393474/) then i realized i can't change anything in chunk when i am not at chunk. I also spawned armorstand to test it

       

       

      armorStand = (ArmorStand) location.getWorld().spawnEntity(location, EntityType.ARMOR_STAND);
      if(!armorStand.isValid() || armorStand.isDead())...

       it shows armor stand is valid and is not dead but like setType of block it doesn't appear. Also tried in 1.13 it doesn't work. But in 1.8.8-1.12.2 it works.

            Unassigned Unassigned
            bertek41 Yasin Subasi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: