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

List of events which should be initially added to silk-events #26

Open
9 of 18 tasks
jakobkmar opened this issue Jul 14, 2022 · 7 comments
Open
9 of 18 tasks

List of events which should be initially added to silk-events #26

jakobkmar opened this issue Jul 14, 2022 · 7 comments
Labels
dev-list Contains a list of features which are in development enhancement New feature or request

Comments

@jakobkmar
Copy link
Member

jakobkmar commented Jul 14, 2022

Server

  • preStart
  • postStart
  • preStop
  • postStop
  • preHalt

Player

  • join
  • quit

Entity

  • damage
  • death
  • breakBlock

World

  • setBlock
  • spawnEntity
  • explosion

World Generation

  • getBiome
  • placeFeature
  • placeStructure

Commands

  • register
  • registerClient

Feel free to suggest more events in this thread, preferably in one batch message to keep the thread reasonably clean.

@jakobkmar jakobkmar added enhancement New feature or request dev-list Contains a list of features which are in development labels Jul 14, 2022
@jakobkmar jakobkmar pinned this issue Jul 14, 2022
@btwonion
Copy link
Contributor

btwonion commented Jul 14, 2022

Player

  • drop item
  • advancement
  • chat
  • collect item (vom boden)

Entity

  • (pre) collect item
  • pre drop loot

World

  • pre drop loot

Server

  • Command fail

@r0yzer
Copy link

r0yzer commented Jul 14, 2022

event when slimes split into smaller slimes

@btwonion

This comment was marked as off-topic.

@r0yzer

This comment was marked as off-topic.

@mooziii
Copy link
Contributor

mooziii commented Jul 15, 2022

Connection

Server and Client Side

  • packet receive
  • packet sent
  • player connection create (on the server side a pre-join event, on the client side triggered when a player joins a server)

Player

Server and Client Side

  • player move event

Server Side

  • saturation change event

@soho030
Copy link

soho030 commented Jul 15, 2022

Entity

  • Start of Block-Breaking (No Idea if this has any use-cases but it seems reasonable i think)
  • Interact
  • InteractAtEntity
  • SwitchDimensions

Item

  • Durability Change (not that important imo but the next one should be in there)
  • Item Break

Player

  • OpenInventory (clientside?)

@zoeleu
Copy link

zoeleu commented Jul 15, 2022

Player

  • Player (self) and other players attack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-list Contains a list of features which are in development enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants