Releases: PetteriM1/NukkitPetteriM1Edition
Nukkit PM1E 1.19.30.2318
Nukkit PetteriM1 Edition 1.19.30.2318
- Added protocol support for Minecraft 1.19.30
- Patched a duplication exploit with chest/hopper minecarts
- Fixed elytras being enchantable with protection enchantments
- Armor no longer takes damage from every damage cause
- The compression level of saved chunks can now be changed by setting "chunk-compression-level" in server.properties
- Now using server authoritative movement & block breaking on 1.18+ (NukkitX#2030)
- Other fixes and improvements
Updated javadocs can be found at https://suomicraftpe.ddns.net/javadocs/nukkit-pm1e/
Nukkit PM1E 1.19.21.2292
Nukkit PetteriM1 Edition 1.19.21.2292
- Added a hack to fix maps not rendering image on 1.19.20+
- Fixed transparent blocks showing up as black pixels on map
- Fixed "still" lava infinite spreading
- Fixed pistons being able to be used to break any block
- Patched a duplication exploit with pistons
- Renamed Ink Sack to Ink Sac
- Target blocks can now be placed
- Activator rails now work with hopper minecarts
- Hopper minecarts can now pull from containers
- Hoppers can now empty composter
- Other fixes and improvements
Updated javadocs can be found at https://suomicraftpe.ddns.net/javadocs/nukkit-pm1e/
Nukkit PM1E 1.19.21.2276
Nukkit PetteriM1 Edition 1.19.21.2276
- Added protocol support for Minecraft 1.19.21
- Fixed update notification reporting incorrect version numbers
Nukkit PM1E 1.19.20.2273
Nukkit PetteriM1 Edition 1.19.20.2273
- Added protocol support for Minecraft 1.19.20
- Fixed dropper, dispenser & observer drops meta
- Fixed dispenser removing effect from tipped arrows
- Fixed compass pointing to player join position instead of the world spawn
- Fixed SpawnerTask not being created before POSTWORLD plugin loads
- Dispensers now check the spawn eggs enabled setting
- Level time is no longer limited to one in-game day
- Map id is now saved to make sure correct image is always shown
- Implemented Bucket of Axolotl and Bucket of Tadpoles
- Implemented tropical fish variants
- Implemented more achievements
- Increased maximum login/skin data size to 3 mb/10 mb when geometry limits disabled
- Made all new mobs spawnable
- Made crossbows able to shoot fireworks
- Made burning time caused by lava match vanilla Bedrock
- Improved connection process in case of packet drops
- Added a workaround for item frames and campfires displaying incorrect items on 1.19.10+
- Added a warning about Java version 8 or 11 being recommended for compatibility
- Added a warning about the performance impact of using old Zlib implementations
- API: Added multiversion compatible methods to get, check and remove creative items
- API: Added some missing methods for better compatibility with Cloudburst Nukkit plugins
- API: Added/removed/moved some classes for better compatibility with Cloudburst Nukkit plugins
Classes affected:
+ListChunkManager
+SingleChunkManager
+EntityVillagerV1
+EntityZombieVillagerV1
-EntityVillagerV2
-EntityZombieVillagerV2
-IterableThreadLocal (NukkitX#2027)
~EntitySnowGolem
~EntityWolf
~EntityVillagerV2
~EntityZombieVillagerV2
~RepairItemEvent - Other fixes and improvements
Updated javadocs can be found at https://suomicraftpe.ddns.net/javadocs/nukkit-pm1e/
Nukkit PM1E 1.19.10.2228
Nukkit PetteriM1 Edition 1.19.10.2228
- Added protocol support for Minecraft 1.19.10
- Added a patch to prevent players "chunk banning" others with item frames
- Implemented crossbow multishot
- Projectiles can now damage boats and minecarts
- Bed spawn point can now be set on day
- Fixed tipped arrows becoming normal ones after restart
- Fixed air sometimes not going down while swimminng
- Fixed some player movement related issues
- Fixed dropper not dropping item when broken by hand
- Fixed dispenser dispensing splash potions without an effect
- Other bug fixes and performance improvements
Updated javadocs can be found at https://suomicraftpe.ddns.net/javadocs/nukkit-pm1e/
Nukkit PM1E 1.19.0.2205
Nukkit PetteriM1 Edition 1.19.0.2205
- Implemented toast notifications for 1.19+ (NukkitX#2002)
- Implemented PlayerExperienceChangeEvent (NukkitX#1998)
- Implemented Darkness effect (NukkitX#2008)
- Implemented Swift Sneak enchantment (NukkitX#2009)
- Implemented EndermanBlockPickUpEvent
- Added missing 1.19 sound, level event, command, particle and entity data values
- Food can now be eaten on peaceful difficulty (NukkitX#2019)
- Portals previously incorrectly placed on nether roof are no longer being used
- Water no longer freezes if there are blocks above it
- Improved the performance of liquids
- Fixed chunks constantly reloading in spectator mode on 1.19
- Fixed certain inventory transactions not working on 1.19 (NukkitX#2013)
- Fixed plugins being unable to get armor stand and end crystal custom name
- Fixed armor stands getting stuck in the air
- Fixed block colors for slabs, stairs and some other blocks
- Fixed incorrect break time for obsidian
- Fixed death caused by sweet berry bush having no death message
- Fixed a no fall damage exploit
- Fixed an exploit with entity interactions
- Fixed interactive tag text (NukkitX#2017)
Updated javadocs can be found at https://suomicraftpe.ddns.net/javadocs/nukkit-pm1e/
Nukkit PM1E 1.19.0.2177
Nukkit PetteriM1 Edition 1.19.0.2177
- Added protocol support for Minecraft 1.19.0
- Snow and snow layer blocks can no longer be modified on adventure and spectator mode (NukkitX#1988)
- Kill command can no longer be used to players on creative or spectator mode as 1.18.30 vanilla (NukkitX#1991)
- Drowned loot drop rates are now closer to vanilla
- Pressure plates no longer ignore flying entities
- Allays are now spawnable on 1.19 and replaced with bats on unsupported versions
- End crystal explosion is now checking
isBlockBreaking
from ExplosionPrimeEvent - For plugin compatibility,
getApiVersion
now returns9.9.9.PM1E-<build number>
instead of "CUSTOM" - Improved redstone wire placement
- Fixed some block drops (NukkitX#1992)
- Fixed pistons not breaking certain blocks
- Fixed legacy maps created by plugins not being initialized
- Fixed certain blocks not displaying correctly on 1.18.30
- Fixed an issue causing fall damage not to work correctly
- Fixed Watchdog killing the server while saving a large world on shutdown
- Fixed some packet processing errors not being logged if debug logging isn't enabled
- Fixed "You are running the latest version." message being sent for operators on every join when update notifications are enabled
- Fixed update notifications displaying wrong latest version
Updated javadocs can be found at https://suomicraftpe.ddns.net/javadocs/nukkit-pm1e/
Nukkit PM1E 1.18.30.2146
Nukkit PetteriM1 Edition 1.18.30.2146
- Implemented more achievemnets
- Hunger and saturation now work more close to 1.18.30 vanilla (NukkitX#1985)
- The server now shows a warning on startup if you try to run it as root/administrator (Waterfall#693)
- Code that needs to be accessible for custom item implementation is no longer obfuscated
- Fixed dropper dropping items to wrong direction
- Fixed tipped arrow particles and errors in content creator log
- Fixed lava not updating in nether
- Fixed name tags on some entities that should not display them
- Fixed observer redstone output
- Fixed nether portals generating to wrong coordinates and some issues with portal teleportation
- Fixed players not being able to eat spider eyes
- Other bug fixes and improvements to performance and securty
Updated javadocs can be found at https://suomicraftpe.ddns.net/javadocs/nukkit-pm1e/
Nukkit PM1E 1.18.30.2113
Nukkit PetteriM1 Edition 1.18.30.2113
- Implemented netherite armor knockback resistance
- Implemented jukebox song info popup
- Implemented limits for packet processing to avoid packet spamming
- Firework explosions can now damage entities (can be disabled by cancelling EntityExplosionPrimeEvent)
- Pumpkins now drop seeds when carved
- Water can no longer be placed in nether using dispensers
- Fixed current action not being stopped when PlayerDropItemEvent is cancelled (NukkitX#1978)
- Fixed block collisions for some blocks (NukkitX#1983)
- Fixed a dupe caused by multiple end crystal explosions
- Fixed invisible fire on certain blocks
- Fixed command auto completion on 1.18.30
- Fixed command aliases not showing up
- Fixed an issue causing clients to crash or chunks not to load on join when when player data contains invalid values
- Fixed issues with some redstone components
- Fixed armor protecting from damage caused by hunger
- Improved client performance near other players
- Improved bed dupe patch compatibility with plugins removing block drops
- Improved player movement sending
- Improved performance and security
- Reduced the server JAR size
Updated javadocs can be found at https://suomicraftpe.ddns.net/javadocs/nukkit-pm1e/
Nukkit PM1E 1.18.30.2049
Nukkit PetteriM1 Edition 1.18.30.2049
- Added protocol support for Minecraft 1.18.30
- Implemented form window handlers (NukkitX#1972)
- Implemented BlockPistonEvent (NukkitX/redstone)
- Starting with max air ticks
- Skins must have a valid geometry
- Improved inventory content verification
- Improved hopper performance
- Improved inventory performance
- Improved chunk error and debug logging
- Fixed burning skull painting motive (NukkitX#1974)
- Fixed entity spawn position (NukkitX#1973)
- Fixed entities being sent before chunk
- Fixed armor stand item loss and duplication
- Fixed entity movement friction
- Fixed anti insta break
- Fixed safe spawning on bottom slabs
- Fixed bed dupe
- Fixed frost walker while riding a boat
- Fixed client-side regeneration desync
- Fixed a possible crash on dimension change
- Fixed big spruce trees growing at wrong position