Andavin / Images

A custom image loading plugin for Spigot.
71 stars 33 forks source link

Not helpful description #105

Open TheZitroX opened 2 months ago

TheZitroX commented 2 months ago

config.yml

# Image sections within this range will be visible to players show-distance: 64

# Image sections beyond this range will be hidden from players hide-distance: 128

The comments don't help identify what the variable does. Chunks or Blocks distance?

TheZitroX commented 2 months ago

[0, 64] visible [128, +inv.] hidden. What is in between? Why the hide variable? Users should get a short note why there is a gap and why it's hidden after 128 units

CloudeLecaw commented 2 months ago

its blocks

why the server should load a frame farer away than 128 blocks for the player. doesnt make sense if dont have a big big picture

alekso56 commented 2 months ago

[0, 64] visible [128, +inv.] hidden. What is in between? Why the hide variable? Users should get a short note why there is a gap and why it's hidden after 128 units

The units are blocks, think of it like a range start showing- start hiding.