0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-02-22 08:06:10 +00:00

Commit Graph

  • 66e7a56fd9 Give texts parity Melther 2025-01-26 23:53:00 +01:00
  • 140c54726e Added translate key of item Melther 2025-01-26 23:43:57 +01:00
  • 724c5e23c8 Kill texts parity Melther 2025-01-26 21:53:39 +01:00
  • 51357bbf21 Pumpkin command format Melther 2025-01-26 21:54:28 +01:00
  • ef1c019752 Clear texts parity Melther 2025-01-26 21:52:41 +01:00
  • 54a1acd7a2 Added to_string to EntityType Melther 2025-01-26 21:50:19 +01:00
  • ad81daf906 Updated show_entity Melther 2025-01-26 21:48:05 +01:00
  • 4b6cce56cf fix cargo fmt issues part 2 guffelman 2025-01-26 15:35:56 -05:00
  • 4ef55cb315 fix cargo fmt issues guffelman 2025-01-26 15:32:59 -05:00
  • 18af548f07 resolve syntax errors reported by cargo fmt guffelman 2025-01-26 15:14:14 -05:00
  • 42242f6e58 Update anvil.rs suprohub 2025-01-27 00:05:40 +04:00
  • 2162e662a4 resolve syntax errors reported by clippy guffelman 2025-01-26 15:02:22 -05:00
  • 2fdf0777f6 Add Summon Command Alexander Medvedev 2025-01-26 20:06:20 +01:00
  • 003e579fb7 fix(player): move gamemode ability logic to Player::set_gamemode to fix creative flight after death guffelman 2025-01-26 14:01:29 -05:00
  • 0ca59aac06 fix: clippy lints Mili 2025-01-26 15:41:16 +00:00
  • f5405b2d5f fix: removing IoSlices for windows issues. Mili 2025-01-26 15:34:50 +00:00
  • 69cb3bb4f0 Add Mobs to Login Sequence (#488) Kris 2025-01-26 09:42:55 -05:00
  • c14ee64d7c refactor: enable file truncation when opening for writing and simplify save method Mili 2025-01-26 12:42:38 +00:00
  • 34604ea347 fix: fix some bytes sizes for the header based on the spec Mili 2025-01-26 10:52:42 +00:00
  • ac1856db2c Changed hover types (#497) MrMelther 2025-01-26 11:47:24 +01:00
  • 7563a81fc6 fix: avoid using the same path for different tests Mili 2025-01-26 10:44:48 +00:00
  • 4baf2433bd Fix renaming Suprohub 2025-01-26 13:19:38 +04:00
  • 51de430a93 Rename files Suprohub 2025-01-26 13:03:13 +04:00
  • 73f5944765 Add more derives for better plugins support Suprohub 2025-01-26 12:52:00 +04:00
  • 43d90cf426 Add missing const Suprohub 2025-01-26 12:40:38 +04:00
  • 80e778c27e Remove unused dependency Suprohub 2025-01-26 12:38:08 +04:00
  • f52e2e66d1 Consider using Vec3 Suprohub 2025-01-26 11:27:04 +04:00
  • 27fe6e1508 Merge branch 'master' into whiteout314-sign OfficialKris 2025-01-25 21:38:13 -08:00
  • 6d97802b1e Move to own nbt crate OfficialKris 2025-01-25 21:00:01 -08:00
  • 688826eafc Fix issue with fmt Kyle Davis 2025-01-25 18:24:22 -05:00
  • 853c22605c Merge remote-tracking branch 'origin' into add_properties_support Kyle Davis 2025-01-25 18:14:21 -05:00
  • 48a2883a76 refactor: update path parameter types to Path avoiding uknown changes and adjust file truncation logic Mili 2025-01-25 23:06:27 +00:00
  • 464c261c92 fix slabs and adds stairs Kyle Davis 2025-01-25 17:57:04 -05:00
  • 9308469ccf refactor: update path parameter types to PathBuf for consistency and improved usability Mili 2025-01-25 22:02:09 +00:00
  • 21c46e41a0 refactor: change chunks_headers to use Box for improved memory management and use exception to know if file exist Mili 2025-01-25 21:04:09 +00:00
  • 31b04a6bae Add title command Alexander Medvedev 2025-01-25 18:12:29 +01:00
  • 8f8ef47b42 refactor: streamline LinearFile structure and improve header management Mili 2025-01-25 16:56:13 +00:00
  • 63a73a9bb4 fix: more lints Mili 2025-01-25 15:00:29 +00:00
  • 2f8c5894c8 fix: lints and warnings Mili 2025-01-25 14:56:41 +00:00
  • 3b1a8834b0 Add Clientbound Clear title Alexander Medvedev 2025-01-25 15:55:28 +01:00
  • f2d51fd7ae fix: ensure file is flushed after writing in LinearFile operations Mili 2025-01-25 14:50:19 +00:00
  • a1cbe33c0b refactor: improve error handling and method naming in LinearFile operations Mili 2025-01-25 14:49:59 +00:00
  • c9f6a7e480 fix: remove leading dot from file path formatting in LinearChunkFormat Mili 2025-01-25 14:10:24 +00:00
  • 28e1222574 fix: invert version check in LinearFile header validation Mili 2025-01-25 13:31:06 +00:00
  • 9f85aa6e9b refactor: improve clarity on validation methods Mili 2025-01-25 11:13:58 +00:00
  • b33304dd79 Remove hardcoded block entity value OfficialKris 2025-01-25 01:31:58 -08:00
  • d25bdbb6f8 Merge branch 'master' into init_mob_on_login OfficialKris 2025-01-25 00:11:05 -08:00
  • e81aae7d87 Fix naming and add inital velocity OfficialKris 2025-01-25 00:03:05 -08:00
  • 8b5620dba8 Merge branch 'Pumpkin-MC:master' into chunk-saving-separator suprohub 2025-01-25 11:26:18 +04:00
  • 0eb9d934c9 Fixed Clippy requirements Melther 2025-01-25 04:22:43 +01:00
  • f237ac245f Fixed ShowItem and ShowEntity Melther 2025-01-25 03:58:19 +01:00
  • 31f54df4d5 separated server logic from main paolobettelini 2025-01-25 02:40:07 +01:00
  • a02003f500 refactor: rename file handling methods for clarity and more lint fixes Mili 2025-01-24 23:57:26 +00:00
  • 9517837a45 Merge remote-tracking branch 'upstream/master' into linear_chunk_format Mili 2025-01-24 22:13:45 +00:00
  • 65f19041c4 fixing a typo Mili 2025-01-24 22:01:30 +00:00
  • 71e78c4d39 Finished translations for commands Alvsch 2025-01-24 23:01:09 +01:00
  • d5f3797504 feat: add linear chunk format with zstd lib dependency Mili 2025-01-24 21:56:28 +00:00
  • 606bba16c7 Fixed merge and started adding translations Alvsch 2025-01-24 22:25:44 +01:00
  • 0f2ae0f8de Merge branch 'master' into banning Alvsch 2025-01-24 21:39:08 +01:00
  • 001887d44b get_text gets translations Melther 2025-01-24 19:07:38 +01:00
  • a0ae1ae515 add Plugin system (#339) vyPal 2025-01-24 17:26:09 +01:00
  • 336ed9a3c6 Merge branch 'Pumpkin-MC:master' into plugins vyPal 2025-01-24 16:37:43 +01:00
  • 4ac2db5b26 Make worlds field mutable using RwLock (#493) vyPal 2025-01-24 16:34:11 +01:00
  • fc1f5a1e1d Merge branch 'master' into plugins vyPal 2025-01-24 16:19:08 +01:00
  • 43af1eacae Text component refactor (#492) MrMelther 2025-01-24 14:46:44 +01:00
  • 100c0f9e45 fmt clippy Suprohub 2025-01-24 17:06:17 +04:00
  • 5bcb5ada34 fixes suprohub 2025-01-12 10:43:55 +04:00
  • 8ceccfb831 saving issue fix suprohub 2025-01-10 17:25:11 +04:00
  • bfd6cad35a remove ? suprohub 2025-01-10 17:11:59 +04:00
  • 9f29e4072e move compression to chunks suprohub 2025-01-10 17:09:02 +04:00
  • 1415079bd7 separate anvil stuff from mod.rs in chunk/ suprohub 2025-01-10 16:59:17 +04:00
  • dc78db4b2d first working version suprohub 2025-01-10 15:54:32 +04:00
  • a967ac4e87 first non-error version suprohub 2025-01-10 15:43:48 +04:00
  • 63fd635532 Make worlds field mutable using RwLock vyPal 2025-01-24 09:24:46 +01:00
  • d4aa1cf1e1 Make server pub in context vyPal 2025-01-24 08:42:35 +01:00
  • f3247f2bc2 cargo fmt vyPal 2025-01-24 08:25:39 +01:00
  • 6409ca02a4 Merge branch 'master' into plugins vyPal 2025-01-24 08:23:08 +01:00
  • 6fe43dd46a Format revised Melther 2025-01-24 05:04:56 +01:00
  • 4d99219277 Adapted translations Melther 2025-01-24 04:40:13 +01:00
  • 34e39097d3 Refactorized TextComponent Melther 2025-01-24 04:38:48 +01:00
  • 5c787f9c5a Corrected player detection on place block (#491) MrMelther 2025-01-23 23:54:40 +01:00
  • e039aad314 translate player requirement Alexander Medvedev 2025-01-23 23:44:24 +01:00
  • 6c78567a83 add play sound command Alexander Medvedev 2025-01-23 23:40:20 +01:00
  • ceeee77826 Solve clippy errors Melther 2025-01-23 23:11:53 +01:00
  • e75049ec1d Corrected player detection on place block Melther 2025-01-23 22:34:42 +01:00
  • daf3b29bb2 fix: op command allow multiple targets Alexander Medvedev 2025-01-23 22:09:12 +01:00
  • c022914dbf support reason in kick command Alexander Medvedev 2025-01-23 22:04:05 +01:00
  • df9ea7fe96 switch to chat types in say command Alexander Medvedev 2025-01-23 21:44:07 +01:00
  • 1dcbea59a4 Add me Command (#288) Commandcracker 2025-01-23 21:37:17 +01:00
  • 1a1062dc51 fixed everything and port to chat types Alexander Medvedev 2025-01-23 21:34:39 +01:00
  • b1149386e8 Merge branch 'master' into pr/288 Alexander Medvedev 2025-01-23 21:23:43 +01:00
  • 42b79d446a fix: chat Alexander Medvedev 2025-01-23 21:23:32 +01:00
  • 2e2f94773f Merge branch 'master' into pr/288 Alexander Medvedev 2025-01-23 20:19:05 +01:00
  • c4364d5d67 Translate authentication errors Alexander Medvedev 2025-01-23 20:17:58 +01:00
  • 9747d528a0 Fix impl vyPal 2025-01-23 19:15:48 +01:00
  • 270776b9b1 Remove unnecessary clones vyPal 2025-01-23 19:15:42 +01:00
  • c2d8f704c4 Remove unused vars vyPal 2025-01-23 18:58:35 +01:00
  • 3ecae6fd41 Merge branch 'plugins' of https://github.com/vyPal/Pumpkin into plugins vyPal 2025-01-23 18:55:36 +01:00
  • c0d373afd8 Merge branch 'master' into plugins vyPal 2025-01-23 18:55:30 +01:00
  • 3f777180a7 Create plugins dir if doesnt exist vyPal 2025-01-23 18:53:50 +01:00