Navigation Menu

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

NPCS do not interact with each other, nor are events fired that involve them interacting with each other #50

Closed
Australopithicus opened this issue Jun 22, 2019 · 1 comment

Comments

@Australopithicus
Copy link

For my plugin, I need NPCS to fight each other and I intended to write mechanics to make this possible using events such as NPCCollisionEvent and NPCPushEvent, but they do not work when two npcs touch each other. This may be because of the fact that NPCs are completely unhindered by each other when they collide or touch each other, but no where do I see an option that would make them be able to collide with each other or affect each other, so that NPCCollisionEvent and NPCPushEvent would work. I have tried toggling the settings collidable and vulnerable, and I have even tried changing "pushable" with denizens, but these do nothing.

@mcmonkey4eva
Copy link
Member

Use CitizensDev/Citizens2#1835

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

No branches or pull requests

2 participants