Skip to content
Bram edited this page Jan 9, 2022 · 1 revision

Config

The main configuration for Teacups. The settings are quite simple.

packet-recipient-update-delay: 100
teacup:
  update-delay: 1
  visibility-distance: 50

packet-recipient-update-delay

Value: Integer (amount of ticks) How long the delay between the teacup recipients updates should take.

What are teacup recipients?

Teacup recipients are the players who will see teacups. These teacup recipient updates/checks will look if the distance between the player and the teacup exceeds the visibility-distance, and then decide if the player should see the teacup.

teacup

update-delay

Value: Integer (amount of ticks) How long the delay between teacup location/rotation updates should take.

visibility-distance

Value: Integer (amount of blocks) From how far away the teacups are visible for players.

Clone this wiki locally