starmc63

Results 3 issues of starmc63

### Stack trace https://paste.gg/p/anonymous/55af2ef4aed848929199a91c681d8fa2 ### Plugin and Datapack List Server Plugins (29): [19:08:50 INFO]: Paper Plugins: [19:08:50 INFO]: - HuskHomes [19:08:50 INFO]: Bukkit Plugins: [19:08:50 INFO]: - AmazingBot, Attollo, BBeeChecker,...

status: needs triage

### 服务端版本 LightingLuminolMC Version git-Luminol-"811b626" ### 预期的行为 Expected behavior 2],chunkCount=16,chunksBitset=000000000000ffff,nonEmptyNeighbours=24,hash=110880607},RegionSection{sectionCoordinate=[-2, 1],chunkCount=16,chunksBitset=000000000000ffff,nonEmptyNeighbours=19,hash=2012670052},RegionSection{sectionCoordinate=[5, -12],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=2,hash=833242414},RegionSection{sectionCoordinate=[4, -11],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=1,hash=1797121107},RegionSection{sectionCoordinate=[7, -13],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=3,hash=1835440272},RegionSection{sectionCoordinate=[1, -6],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=5,hash=882781052},RegionSection{sectionCoordinate=[6, 6],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=2,hash=1953189955},RegionSection{sectionCoordinate=[0, 5],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=10,hash=1892687329},RegionSection{sectionCoordinate=[-1, 5],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=10,hash=690731379},RegionSection{sectionCoordinate=[0, -5],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=10,hash=1814799073},RegionSection{sectionCoordinate=[-5, 6],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=1,hash=1122766447},RegionSection{sectionCoordinate=[7, 5],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=2,hash=849554630},RegionSection{sectionCoordinate=[14, 0],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=2,hash=1186458560},RegionSection{sectionCoordinate=[1, -1],chunkCount=16,chunksBitset=000000000000ffff,nonEmptyNeighbours=24,hash=2008704349},RegionSection{sectionCoordinate=[-1, 0],chunkCount=16,chunksBitset=000000000000ffff,nonEmptyNeighbours=24,hash=1426559667},RegionSection{sectionCoordinate=[-3, -4],chunkCount=16,chunksBitset=000000000000ffff,nonEmptyNeighbours=8,hash=2129220041},RegionSection{sectionCoordinate=[3, 3],chunkCount=16,chunksBitset=000000000000ffff,nonEmptyNeighbours=19,hash=125389887},RegionSection{sectionCoordinate=[7, 0],chunkCount=0,chunksBitset=0000000000000000,nonEmptyNeighbours=5,hash=600654080},RegionSection{sectionCoordinate=[13, -1],chunkCount=16,chunksBitset=000000000000ffff,nonEmptyNeighbours=2,hash=1253494208},RegionSection{sectionCoordinate=[8, -12],chunkCount=12,chunksBitset=000000000000bf79,nonEmptyNeighbours=2,hash=2120596038},RegionSection{sectionCoordinate=[7, -14],chunkCount=16,chunksBitset=000000000000ffff,nonEmptyNeighbours=2,hash=858786049},RegionSection{sectionCoordinate=[6,...

bug

package cn.edenetwk.mCAReader; import net.querz.mca.MCAFile; import net.querz.mca.MCAUtil; import net.querz.nbt.tag.CompoundTag; import org.bukkit.Bukkit; import org.bukkit.Chunk; import org.bukkit.Location; import org.bukkit.Material; import org.bukkit.block.Block; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Entity; import org.bukkit.entity.EntityType; import org.bukkit.plugin.java.JavaPlugin;...