Skip to content

Loader without time limit works differently #154

@chu65536

Description

@chu65536

Minecraft's Version

Purpur 1.21.5

Plugin's Version

2025.2

Describe the bug

So i created my custom loader and config looks like so

chunkloaders:
  normal_loader:
    time: 86400
    type: BEACON
    name: '&6Chunk Loader &7(Place to load)'
    lore:
      - '&7Place this chunk loader to keep'
      - '&7the chunk loaded in the next {}!'
  large_loader:
    time: 86400
    type: BEACON
    chunks-radius: 2 # This will load all chunks in a radius of 2, aka 5x5 chunks
    name: '&6Large Chunk Loader &7(Place to load)'
    lore:
      - '&7Place this chunk loader to keep all chunks'
      - '&7in a radius of 2 loaded in the next {}!'
  infinite_loader:
    type: EMERALD_BLOCK
    chunk-radius: 2
    name: '&65x5 Infinite Chunk Loader'
    lore:
      - '&7Place this chunk loader to keep'
      - '&7area loaded within 2 chunks from current one'

I copied my server to be exact and placed diffrerent loaders in the same spot above the farm. With regular large loader farm works perfectly fine. With my custom (which is exactly the same except text type and time) however it does not work. I see that mobs keeps spawn but for some reason minecart with hopper or autocrafter doesnt work (idk what exactly) but loot from mobs persists so it kinda works

To Reproduce

Additional Information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions