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

More packets! #71

Open
MrKolia1-1 opened this issue Apr 15, 2020 · 4 comments
Open

More packets! #71

MrKolia1-1 opened this issue Apr 15, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@MrKolia1-1
Copy link

Add the NPC glow option and colorize the glow. npc.setGlowing(boolen) || npc.setGlowing(ChatColor)
image

Add Seat packet npc.toggleState(SEAT)
image

Add flying with elyra packet npc.toggleState(FLYING) (0x40 byte)
image

Add swiming in water packet npc.toggleState(SWIMING)
image

Add the option of boarding a passenger to npc npc.setPassager(Entity)
image

Add the damage packet to npc npc.sendDamage(player)
image

@JitseB JitseB added the enhancement New feature or request label Apr 16, 2020
@JitseB
Copy link
Owner

JitseB commented Apr 16, 2020

Hi, thanks for opening this ticket!
I don’t think I’ll implement all of this, but some of it looks nice to have. I’ll see when I have some spare time to implement this. In the meantime, feel free to create a PR.

@MrKolia1-1
Copy link
Author

I dont know "PR." whats it?

@JitseB
Copy link
Owner

JitseB commented Apr 16, 2020

A PR, or Pull Request is a way of contributing to the code. It's a feature of GitHub.

@Traolian
Copy link

Please add the sendDamage one, im needing this c:

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

No branches or pull requests

3 participants