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

Make sure the plugin waits until all the plugins are fully initialized. #164

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2024

  1. Make sure the plugin waits until all the plugins are fully initialized.

    There are issues where ARM will try to load before FastAsyncWorldEdit has fully initialized. When this happens, ARM will no longer recognized existing created shops.
    Kyrobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5489079 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    Kyrobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2cff31a View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    Kyrobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2767992 View commit details
    Browse the repository at this point in the history
  4. Slow down repeating task to improve performance

    We don't need to check the signs every tick. From my testing, 40 ticks is working without any issues.
    Kyrobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    dbde685 View commit details
    Browse the repository at this point in the history
  5. Optimize sign lookup

    Kyrobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b036680 View commit details
    Browse the repository at this point in the history