54 Commits

Author SHA1 Message Date
88b55d4d7c Merge pull request 'feature-remove-db' (#8) from feature-remove-db into main
Reviewed-on: #8
2024-10-19 13:25:56 +00:00
8a6577afa0 removed offset, fixed hitbox 2024-10-19 15:24:05 +02:00
744f1dd6e2 fixed pixel duplication because of unloaded chunks 2024-10-15 21:25:11 +02:00
46782b97c8 fixed flowers generational stacking on server start 2024-10-15 21:12:16 +02:00
03c26bc2f9 code reformat 2024-10-15 20:40:45 +02:00
796bee9696 further variable encapsulation 2024-10-15 20:37:36 +02:00
b8bcb5e580 fixed double item dropping and fixed exitWorld command 2024-10-15 20:03:14 +02:00
c3bf1943a5 refactored to not store entities 2024-10-13 18:38:05 +02:00
2810db2e93 refactoring 2024-10-13 16:26:41 +02:00
70c7059e43 refactored pixelblock and fully utilizing taskchains 2024-10-12 03:03:30 +02:00
503c596616 refactored hitbox and placeholders 2024-10-12 01:00:55 +02:00
ab58b291c8 added defering of pixel spawning 2024-10-11 20:03:15 +02:00
4bda427693 wip: refactoring with persistent storage containers 2024-10-10 22:08:48 +02:00
9c68308eeb preventing growth outside of pixel block borders 2024-10-09 13:34:31 +02:00
8d70c4b7b3 refactored hitbox logic to external class 2024-10-05 23:13:13 +02:00
32e6eb259e prevent players in pixelblock wile being offline 2024-10-05 22:40:22 +02:00
154c1cf936 changed placeholder 2024-10-05 22:24:27 +02:00
156b7e6b61 added logging 2024-10-05 19:24:36 +02:00
39af3589e3 restructured sql queries 2024-10-04 23:34:51 +02:00
92a3edc0b6 added listener to exit pixelblock when leaving the server 2024-10-04 21:02:48 +02:00
ab71f09f8a added and implemented taskchain 2024-10-04 20:42:17 +02:00
4f4a6aef10 wip: added persistent data tags on items 2024-09-03 21:35:23 +02:00
e35145f8ed changed pixelblock item and added item to recipe book 2024-08-31 19:58:57 +02:00
2ad3f135c3 disabled spawn chunks, improving performance 2024-08-13 19:23:13 +02:00
e8a0523b68 finished code cleanup 2024-07-24 20:21:35 +02:00
93dc9d8a80 wip: further code cleanup 2024-07-23 22:25:00 +02:00
e5e1f39989 wip: code cleanup 2024-07-22 19:14:47 +02:00
966f870d96 added more options for config 2024-07-20 17:01:53 +02:00
e48413d111 added rotation 2024-07-20 16:38:13 +02:00
315750475a added config file 2024-07-20 15:23:36 +02:00
ef4d9cf524 fixed placing two pixelblocks at the same location 2024-07-20 14:31:53 +02:00
64493124a7 fixed hitbox 2024-07-20 14:27:44 +02:00
63dec832ae made pixelblocks unstackable 2024-07-20 13:18:08 +02:00
c6f0c0ba4b problems with entities not loading correctly 2024-07-19 23:25:24 +02:00
79790dae8d disabled hoppers in pixelblocks 2024-07-18 14:35:09 +02:00
93d5c3c67c moved world check to own class 2024-07-18 13:17:19 +02:00
0707a51a89 forbid using chests in pixelblocks 2024-07-17 19:13:00 +02:00
f6c23e723d Added Item functionalities and portal 2024-07-17 15:03:58 +02:00
ea2bd45a4b ? 2024-07-16 14:07:23 +02:00
5c8bc57123 own database class, added methods to PixelBlock class 2024-07-16 14:06:49 +02:00
89de8b6ab5 save entry location in database 2024-07-14 13:50:23 +02:00
4b2203e5ae loads worlds correctly after restart 2024-07-13 19:35:33 +02:00
5806788595 working database 2024-07-13 19:24:26 +02:00
216258955d started with database 2024-07-12 19:00:56 +02:00
992cea92ef PlayerChangeWorldListener 2024-07-09 21:50:49 +02:00
d97cf35aed own world per pixelblock, live update, owners 2024-07-07 23:26:23 +02:00
ccdff1ed64 aaa 2024-07-06 21:53:11 +02:00
47c6a01ce5 added pixel offset 2024-07-06 15:00:37 +02:00
de14aaa79d working pixelblocks 2024-07-06 13:36:22 +02:00
47e0176600 starts creating pixelblocks 2024-07-05 23:56:35 +02:00