# FAQ

A list of frequently asked questions. As these questions have been answered a number of times, they are documented here.

# I get kicked for exceeding the packet limit

Disabling the packet limit has been part of the getting started guide.

If you have not done so yet, I urge you to go though it to ensure proper functionality.

# How do I use nightly?

This is documented in Versioning.

If you are unsure what an environment variable is, you can google it and / or ask an LLM. Beware, that environment variables and their format change depending on operating systems.

# Why can't players move on join?

Players can move after the initial chunks have been confirmed. That should happen in the first 100ms. Once player try to move after the confirmation, they will be able to.

This behavior can be changed, by updating the following config option to false:

Anticheat:
  ...

  # The anticheat holds a clone of the world for each player in-sync with what he is supposed to have locally
  # Here are some actions you can take to adjust and alter the behavior of the lag-compensated world to e.g. improve performance
  environment:
    # When a player joins, movements are blocked until first chunks have been received and confirmed
    block-initial-movement: true

# Can I get a refund?

Depending on the purchase method, it is not possible. BBB does not offer refunds - and neither can an author enforce them.

If the author decides to do so - it is against the TOS and it would be at a financial loss, as the money will be taxed thrice and therefore the author would never receive the amount that the puchase costed in the first place.

# What are the plans for EOL?

Every product has a life cycle. At some point in time development will end.

The plugin will remain usable as the server infrastructure will still be used. Many of the required components serve multiple projects and purposes. Before shutting any of these components down, they would be migrated and / or removed from the plugin via updates to ensure usability.

At last, if the servers shutdown, you will receive further notice on how to run the plugin without any of this infrastructure. Such behavior has been planned for and is already supported.