silk icon indicating copy to clipboard operation
silk copied to clipboard

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

Open jakobkmar opened this issue 2 years ago • 7 comments

Server

  • [x] preStart
  • [x] postStart
  • [x] preStop
  • [x] postStop
  • [x] preHalt

Player

  • [x] join
  • [x] quit

Entity

  • [ ] damage
  • [ ] death
  • [ ] breakBlock

World

  • [ ] setBlock
  • [ ] spawnEntity
  • [ ] explosion

World Generation

  • [ ] getBiome
  • [ ] placeFeature
  • [ ] placeStructure

Commands

  • [x] register
  • [x] registerClient

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

jakobkmar avatar Jul 14 '22 19:07 jakobkmar

Player

  • [x] drop item
  • [x] advancement
  • [ ] chat
  • [x] collect item (vom boden)

Entity

  • [ ] (pre) collect item
  • [ ] pre drop loot

World

  • [ ] pre drop loot

Server

  • [ ] Command fail

btwonion avatar Jul 14 '22 19:07 btwonion

event when slimes split into smaller slimes

r0yzer avatar Jul 14 '22 19:07 r0yzer

maybe you delete you message and i will merge it into mine?

btwonion avatar Jul 14 '22 19:07 btwonion

no

r0yzer avatar Jul 14 '22 19:07 r0yzer

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

mooziii avatar Jul 15 '22 12:07 mooziii

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?)

soho030 avatar Jul 15 '22 14:07 soho030

Player

  • [ ] Player (self) and other players attack

zoeleu avatar Jul 15 '22 16:07 zoeleu