• Starts the protected areas refresher. This function will be called automatically when the world loads. It is not necessary to call this function manually.

    The protected areas refresher is responsible for updating the protected areas variables every few seconds. This is necessary because the protected areas variables are only updated when the world loads, and the protected areas refresher ensures that the protected areas variables are updated in real-time.

    The protected areas refresher will not run if another instance of the protected areas refresher is already running. This is to prevent multiple instances of the protected areas refresher from running simultaneously, which could cause performance issues.

    The protected areas refresher runs every few seconds, as specified in the config. The default value is 10 seconds (200 ticks).

    Returns void

    This function is deprecated and will be removed in a future version. This is due to the protected areas system being redesigned to not need constant refreshing, and this function just updates the old variables, which are no longer used.