aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
17 hoursinclude actual class load diff (was dropped)fix/disabling-vanilla-registry-valuesJake Potrebic
17 hoursclass load bukkit.Registry super earlyJake Potrebic
17 hoursfix other HolderablesJake Potrebic
17 hoursHandle disabled vanilla registry values correctlyJake Potrebic
21 hoursFix dropper inventory varNassim Jahnke
21 hoursCorrectly die when cancelling EntityResurrectEvent (#11785)Bjarne Koll
The existing logic in LivingEntity#checkTotemDeathProtection completes by checking whether the death protection component is null or not. In cases where the event was cancelled, the component needs to be nulled out to prevent the method from returning true, causing the player to properly die.
22 hoursFix tripwires (#11790)Lulu13022002
23 hoursFix recipe book items order (#11787)Kobe ⑧
25 hoursThrow during plugin update folder process on failed rename/delete (#11784)Warrior
25 hours[ci skip] Fix Inventory#addItem javadoc mismatch with behaviour (#11782)masmc05
29 hours[ci skip] Comment out update tasks, update commentsNassim Jahnke
29 hours[ci skip] Simplify and update contribution guidelinesNassim Jahnke
30 hoursFix PlayerTradeEvent visual issue when being cancelled (#11773)Kobe ⑧
31 hoursMove missing import into feature patches to fix pre-features compileShane Freeder
Came across this in my complete utter failure to use the commands to apply patches properly
35 hoursrefactor registry entry to detach 'delayed' from other metaJake Potrebic
Also fixes an issue with direct holders
35 hoursFix totems negating incorrect item (#11776)Owen
36 hoursFix potion effect type removal (#11778)Bjarne Koll
An incorrectly updated hunk attempted to remove the MobEffectInstance from the active effect map instead of the Holder<MobEffect> as the parameter name was changed from holder to effect during hardfork.
37 hours[ci skip] more cleanup from repo reorgJake Potrebic
42 hoursFix a bunch more issues arising from mutable types (#11769)Jake Potrebic
44 hoursUpdate minecraft dir referencesdev/hard-forkNassim Jahnke
44 hoursupdate .editorconfigJake Potrebic
44 hoursremove test plugin diff accidentally committedJake Potrebic
3 daysmove junit platform dep to -server and -apiJake Potrebic
3 daysFix Registry#getKey implementationJake Potrebic
3 daysUpdate paperweight to 2.0.0-beta.8 and remove deprecated VM arg from runsJason Penilla
3 daysfix flying too long checkLulu13022002
3 daysSome more cleanupBjarne Koll
3 daysMore cleanup of var namesNassim Jahnke
3 daysUpdate branch name referencesNassim Jahnke
3 daysUpdate output jar dir referencesNassim Jahnke
3 daysand some moreNassim Jahnke
3 daysApply some feature patches to files insteadNassim Jahnke
They're small and/or really shouldn't be left unapplied
3 daysMore diff/changed variable name cleanupNassim Jahnke
3 daysFix unintentional change to default "overridePermissions" argument (#11759)Isaac - The456
4 daysFix vehicle movement checkNassim Jahnke
4 daysAdd capabilities for old API coordinatesJason Penilla
This will cause Gradle to throw a selection error when for example paper-api and spigot-api are on the classpath. Users will need to add selection rules or excludes for certain transitive deps to solve this rather than build with a broken classpath.
4 daysfix more diffLulu13022002
4 daysApply remaining feature patchesNassim Jahnke
4 daysUpdate remaining feature patchesNassim Jahnke
4 daysUpdate Gradle wrapper and paperweightJason Penilla
4 daysfix enderpearl across portalsLulu13022002
4 daysFix compile errors in Moonrise patchSpottedleaf
4 daysPort CB changes from Moonrise patchSpottedleaf
4 daysRebase on latestSpottedleaf
4 daysApply Moonrise patch minus CB diffSpottedleaf
4 daysMigrate ChunkSystem class to PaperHooksSpottedleaf
4 daysFix file paths in Moonrise patchSpottedleaf
4 daysFix indices/line numbers in Moonrise patchSpottedleaf
4 daysMove Moonrise patchSpottedleaf
4 daysMore param name fixesNassim Jahnke