-
Notifications
You must be signed in to change notification settings - Fork 87
Conversation
…nkLoader & chunkProvider
…ng EntityDamageEvent
You're combining patches from others projects without testing them properly (From your desc, you only tested the hopper bug), why? |
Yeah, the hopper bug was my original intention to make that PR because that was reported a bunch of times on the Discord. But then I added a few more things. For the lava change I placed lava and it flowed. The chunks were also loading normally so I expected the chunk things worked. If somethings didnt get called I didnt test because I didnt write a plugin to test it :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NachoSpigot-Server/src/main/java/net/minecraft/server/Entity.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/net/minecraft/server/Entity.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/net/minecraft/server/RegionFileCache.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/net/minecraft/server/RegionFileCache.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/net/minecraft/server/RegionFileCache.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/org/bukkit/craftbukkit/CraftServer.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/org/bukkit/craftbukkit/entity/CraftEntity.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
Outdated
Show resolved
Hide resolved
I coudnt reproduce #75. Same on normal nacho. |
I won't merge this yet since some things aren't sure according to reviews and comments. |
5ecf91d
to
25c8d15
Compare
…/CraftEntity.java Co-authored-by: Elier <[email protected]>
…erver.java Co-authored-by: Elier <[email protected]>
Co-authored-by: Elier <[email protected]>
Co-authored-by: Elier <[email protected]>
…leCache.java Co-authored-by: Elier <[email protected]>
So all hints from elier got merged. so only testing even if i dont see anything at first look :D |
I’m going to review this again later since there’s more changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly just formatting issues
NachoSpigot-Server/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/net/minecraft/server/Chunk.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/net/minecraft/server/Chunk.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/net/minecraft/server/ChunkRegionLoader.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/net/minecraft/server/ChunkSection.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/net/minecraft/server/WorldServer.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
Outdated
Show resolved
Hide resolved
NachoSpigot-Server/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
Outdated
Show resolved
Hide resolved
…tion.java Co-authored-by: Elier <[email protected]>
Co-authored-by: Elier <[email protected]>
Co-authored-by: Elier <[email protected]>
Co-authored-by: Elier <[email protected]>
…ver.java Co-authored-by: Elier <[email protected]>
…orld.java Co-authored-by: Elier <[email protected]>
…/CraftPlayer.java Co-authored-by: Elier <[email protected]>
…/CraftPlayer.java Co-authored-by: Elier <[email protected]>
…/CraftPlayer.java Co-authored-by: Elier <[email protected]>
…WorldConfig.java Co-authored-by: Elier <[email protected]>
…ayer.java Co-authored-by: Elier <[email protected]>
…tServer.java Co-authored-by: Elier <[email protected]>
…leCache.java Co-authored-by: Elier <[email protected]>
Co-authored-by: Elier <[email protected]>
…leCache.java Co-authored-by: Elier <[email protected]>
All got accepted |
Thanks to all the participants in this PR for helping out! |
Fixes a huge hopper exploit, caused by #76. @Outfluencer probably you have a better fix than removing it.
If the world was saves or with /save-all, the hopper got cleared. So I removed that function and now its working like expected.
Some commits has incorrectly the name SportPaper. But in readme its better.
Fixes/Adds
See readme.
How has this been tested?
Hopper bug got tested. Other patches only with building without errors and running in the MC world with no console errors.
Checklist: