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

pointers to how to use this would be helpful #219

Closed
1 of 3 tasks
petercwallis opened this issue Apr 27, 2021 · 1 comment
Closed
1 of 3 tasks

pointers to how to use this would be helpful #219

petercwallis opened this issue Apr 27, 2021 · 1 comment
Labels

Comments

@petercwallis
Copy link

Info

This is:

  • bug report
  • feature request
  • other

Your issue / suggestion

I am trying to find out how to modify a mob behaviour. I'm 'expert' java user, and can have found this tutorial from the bukkit site:
https://bukkit.org/threads/tutorial-how-to-customize-the-behaviour-of-a-mob-or-entity.54547/
Is there a more relevant tutorial for this MobPlugin?
Also the bukkit tutorial says how to write the code but not where to put it :-/

@PetteriM1
Copy link
Member

Bukkit tutorials about entities won't probably help much on Nukkit. If you want to customize mob behavior you need to create an entity class that extends the correct entity class from Nukkit or MobPlugin and then register it using Entity.registerEntity. Unfortunately there isn't much documentation of anything on Nukkit so the best place to look for help is other plugins (including this one). With lack of documentation of this plugin I will refer to #220.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants