-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Infinite milking of cows #715
Comments
One more question - do you use the proper task type? |
tasks: |
I guess the issue is that CoreProtect cancels PlayerBucketFill, however they do not cancel PlayerInteractEntity. Quests utilize PlayerInteractEntity to provide more configuration options though. If you don't care about mob spawn reason or whether it is a goat or a cow then you can set it like this: tasks:
milk:
type: bucketfill
amount: 300
bucket: MILK_BUCKET
exact-match: false It should fix your issue (and it won't reset the progress as progress is stored by task name, which is |
yeah works fine, thank you |
Description of Bug
When you turn on /co inspect you can milk cows indefinitely.
Steps to Reproduce
Just turn on /co inspect, create a task with milking cows and try to milk.
This way it accrues your progress without milking.
Environment
Agreements
Other
https://youtu.be/7Rnm0afRiDM
The text was updated successfully, but these errors were encountered: