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

Version 1.4.0 - Compatibility with vehicle plugins #37

Merged
merged 7 commits into from
Jan 16, 2022
Merged

Conversation

x86-39
Copy link
Member

@x86-39 x86-39 commented Jan 16, 2022

This release adds a new listener type, which is more aggressive. This can be enabled by setting aggressive-listener to true in config.yml.
This replaces the PlayerMoveEvent listener with a repeating task which occurs every tick. This makes sure players using vehicle plugins that don't activate the PlayerMoveEvent event will not be ignored in lines.
This might come at the cost of some performance, but it likely is not much, it's just theoretically not as good as the move events.

This update also has some major internal changes to make the plugin more expandable.
From here on out every config file will have a version prefixed to it, config files should automatically get version: 1 written to them after updating. Don't edit this value manually, this will be used to migrate to newer releases for if/when the config file format changes.

@x86-39 x86-39 merged commit aa14ee6 into main Jan 16, 2022
@x86-39 x86-39 deleted the diademiemi/issue36 branch January 16, 2022 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant