Commit graph

12 commits

Author SHA1 Message Date
sylvessa d47e47b4c2 new funcs in Block, chatcolor enum 2026-04-18 19:42:25 -05:00
sylvessa c862675999 fix disenchant bugs from setdurability etc 2026-04-18 14:31:19 -05:00
sylvessa 08f3aeff5f fill in old stubs regaridng chunk stuff & another inv fix 2026-04-13 20:55:02 -05:00
sylvessa d26c79a11e fix bugs found regarding inventories 2026-04-13 19:43:58 -05:00
sylvessa 6e6697dbc2 chunk additions 2026-04-13 19:43:48 -05:00
DrPerkyLegit 21b5accc69
Feature/plugin api experimental (#12)
* added a null check to fix crash, expose internal latency value (its buggy)

* fix latency calculations

* sending packets from c#

* world save event, move shutdown def, move called location of shutdown, expose FourKit.FireEvent

* add docs

---------

Co-authored-by: sylvessa <225480449+sylvessa@users.noreply.github.com>
2026-04-05 21:21:22 -05:00
DrPerkyLegit 08a88fed6e
optimizations (#10)
* optimize item data communication, options for future item flags

* lighten load on gc from inventory apis

* dont allocate for SyncPlayerFromNative

* fix blocklag
2026-04-03 17:08:59 -05:00
sylvessa a80396b7a3 make native close inv actually send packet oops 2026-03-29 16:15:10 -05:00
sylvessa ebb7b2abfd fix dimension travel throu teleport 2026-03-28 23:44:00 -05:00
sylvessa 599d504f55 oops 2026-03-28 18:08:36 -05:00
DrPerkyLegit 017f42b7cd
add enchantments (#7)
* adding enchantments

added enchantments, changed minor apis to ensure c# stays synced with the c++ server

* add missing enchant apis, oops

* add proper docs, and fix namings for stuff in itemmeta

---------

Co-authored-by: sylvessa <225480449+sylvessa@users.noreply.github.com>
2026-03-28 13:33:54 -05:00
sylvessa def50adfcc cleanup 2026-03-24 21:13:15 -05:00