Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All Chunk Loaders range load 14x14 chunks radios on Spigot #83

Open
Reaviik opened this issue Feb 13, 2024 · 6 comments
Open

All Chunk Loaders range load 14x14 chunks radios on Spigot #83

Reaviik opened this issue Feb 13, 2024 · 6 comments
Assignees
Labels
✔️ Confirmed Confirmed bugs that can be replicated 💡 No known solution There's currently no known solution for the bug/feature.

Comments

@Reaviik
Copy link

Reaviik commented Feb 13, 2024

Minecraft's Version

This server is running Arclight version arclight-1.20.1-1.0.4-fd335c1 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)

Plugin's Version

2023.3

Describe the bug

all chunk range loade 14x14 chunks
https://prnt.sc/aV1wZ0yzZjSF

To Reproduce

Arclight?

Additional Information

`#######################################################

WildLoaders Configuration

Developed by Ome_R

#######################################################

Hologram lines for regular chunk loaders.

hologram-lines:

  • '&6Chunk Loader'
  • '&bTempo restante: &f{1}D, {2}H, {3}m, {4}s'

Hologram lines for chunk loaders with no time limits.

infinite-hologram-lines:

  • '&6Chunk Loader 3x3 (&b∞&6)'

You can use the following settings when setting up chunk loaders:

time (Integer) - The default amount of time the chunk loader will be alive.

This field is in seconds. You can remove this field to have no time limit for the loader.

chunks-radius (Integer) - The radius of chunks that will be loaded by the chunk loader for each direction.

By default, the radius is 0 (1 chunk will be loaded).

chunks-spread (Boolean) - Whether or not the chunk loader should load all the connected chunks inside a claim.

This will give the ability to load all the claims in a faction, for example.

type (String) - The material-type of the item (and the block) of the chunk-loader.

name (String) - The name of the item of the chunk loader.

lore: (List) - The lore of the item of the chunk loader.

List of all the chunk-loaders

Do not name 2 chunk-loaders the same

chunkloaders:
normal_loader:
time: 86400
type: BOTANIA_MANA_PYLON
name: '&6Chunk Loader &7(Place to load)'
lore:
- '&7Place this chunk loader to keep'
- '&7the chunk loaded in the next {}!'
large_loader: # NÃO USAR ESSE CHUNK LOADER ( MANTER AQUI APENAS DE EXEMPLO )
time: 86400
type: BOTANIA_MANA_PYLON
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 {}!'
7d_loader:
time: 604800
type: BOTANIA_MANA_PYLON
name: '&6Chunk Loader &7(Place to load)'
lore:
- '&7Place this chunk loader to keep'
- '&7the chunk loaded in the next {}!'
30d_loader:
time: 2592000
type: BOTANIA_MANA_PYLON
name: '&6Chunk Loader &7(Coloque no chão para carregar)'
lore:
- '&7Coloque no chão para manter a chunk'
- '&7carregada nos próximos {}!'
3x3de30d_loader:
time: 2592000
type: BOTANIA_NATURA_PYLON
chunks-radius: 1
name: '&6Chunk Loader &7(Coloque no chão para carregar)'
lore:
- '&7Coloque no chão para manter as chunks'
- '&7em um raio de 3x3 carregadas nos próximos {}!'
infinity_loader:
type: BOTANIA_GAIA_PYLON
name: '&6Chunk Loader &7(Coloque no chão para carregar)'
chunks-radius: 2
lore:
- '&7Coloque no chão para manter as chunks'
- '&7em um raio de 3x3 carregadas nos próximos {} (infinito)!'
boss_loader:
time: 31536000
type: BOTANIA_GAIA_PYLON
name: '&6Chunk Loader &7(Coloque no chão para carregar)'
chunks-radius: 3
lore:
- '&7Coloque no chão para manter as chunks'
- '&7em um raio de 3x3 carregadas nos próximos {} (infinito)!' `

@Reaviik Reaviik added the Pending Pending reports to be investigated label Feb 13, 2024
@OmerBenGera
Copy link
Member

Does it happen on Paper?

@Reaviik
Copy link
Author

Reaviik commented Feb 15, 2024

spigot

@OmerBenGera
Copy link
Member

You reported you use Arclight, so I don't understand.

@OmerBenGera
Copy link
Member

Any news regarding this?

@OmerBenGera OmerBenGera added 📝 Missing information Required information is missing 😴 No response Reports that haven't received a respond for over a week and removed Pending Pending reports to be investigated labels Mar 8, 2024
@Reaviik
Copy link
Author

Reaviik commented Mar 28, 2024

Sorry for not answering, I was having an internet crisis. So let's go, my server runs on Arclight, currently 1.20.1 bukkit/spigot on a dedicated VPN, just to put it in context.

Unfortunately I had to remove this plugin because of this problem.

How I discovered the problem:
Using CU: Crash Utilities, which allows you to see all the chunks loaded.

Translated by: Deepl

@OmerBenGera
Copy link
Member

OmerBenGera commented May 24, 2024

WildLoaders uses a fake player to load chunks. It tries its best to only load one chunk at a time, but in some versions and softwares, it is not possible. For example, in Spigot, it is not possible. However, in Paper, it does. Arclight is based on Spigot and not Paper, therefore the amount of chunks loaded is larger. Sadly, nothing can really done regarding this on my end

However, chunks that are not loaded by the chunk, will not have their crops or spawners ticked.

@OmerBenGera OmerBenGera added 💡 No known solution There's currently no known solution for the bug/feature. ✔️ Confirmed Confirmed bugs that can be replicated and removed 📝 Missing information Required information is missing 😴 No response Reports that haven't received a respond for over a week labels May 24, 2024
@OmerBenGera OmerBenGera changed the title All Chunk Loaders range load 14x14 chunks radios All Chunk Loaders range load 14x14 chunks radios on Spigot May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔️ Confirmed Confirmed bugs that can be replicated 💡 No known solution There's currently no known solution for the bug/feature.
Projects
None yet
Development

No branches or pull requests

2 participants