Nassim Jahnke
c6233d8bcd
Start updating contributing docs
2024-12-12 10:58:58 +01:00
Mart
d0fb407064
Allow skipping of world symlink validation ( #11250 )
2024-08-16 16:36:30 -04:00
granny
db9d9c153d
check if itemstack is stackable first ( #10285 )
2024-03-03 10:37:00 -08:00
Md5Lukas
7366520a54
Allow non-op players to execute the click event callback ( #9652 )
2023-08-28 13:21:13 +02:00
aerulion
dad6cfe6c4
Expose clicked BlockFace during BlockDamageEvent ( #9632 )
2023-08-22 05:07:18 +02:00
Nacioszeczek
203115c88f
SculkCatalyst bloom API ( #9466 )
2023-08-13 01:31:32 +02:00
Ollie
f352774eef
Update the server logo ( #9264 )
...
Co-authored-by: Bjarne Koll <git@lynxplay.dev>
2023-06-16 16:20:31 +01:00
Jakub Zacek
b4e413f624
Fix server ignoring fallback for translatable components ( #9134 )
2023-04-20 09:05:41 +02:00
Emily
992e145a16
Undo making JavaPlugin#logger field public ( #9125 )
2023-04-19 12:46:09 -03:00
Luke Chambers
d8b12ddb4c
Fix Inconsistencies with Paper Plugin Names ( #9098 )
2023-04-16 12:49:13 -04:00
Redned
ab78c91615
Fix getBrightness and getRawBrightness throwing exception in BlockStateListPopulator ( #9111 )
2023-04-10 03:06:49 -05:00
Jakubk15
4ad4252079
Do not send plugin headers when it is not required ( #8889 )
2023-02-23 00:59:42 +01:00
Denery
2402c125aa
Fix preemptive connection dropping during shutdown process ( #8546 )
2022-11-27 20:20:31 +03:00
Kezz
898dd9224a
Add Tick TemporalUnit ( #5445 )
2022-11-25 21:05:42 +00:00
Fruxz
3ef301c4f5
[ci skip] Add TheFruxz to the license MIT list ( #8575 )
2022-11-19 21:20:21 +01:00
vytskalt
201ba4d328
Add fire-tick-delay option ( #8037 )
2022-10-23 01:57:09 +03:00
Nick Hensel
ad4ca0a429
Also load resources from LibraryLoader ( #8335 )
2022-09-20 03:07:03 +02:00
Nassim Jahnke
73c81910c0
Updated Upstream (Bukkit/CraftBukkit)
...
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
Bukkit Changes:
ff64962b SPIGOT-7124: MapPalette.getColor(0) returns the wrong color
CraftBukkit Changes:
8f3647242 SPIGOT-7127: /say doesn't work from console
2022-08-01 16:01:20 +02:00
Pedro
a663146adb
Add configurable height for slime spawn per world ( #6310 )
2022-01-10 23:27:16 -03:00
Noah van der Aa
15addfd44c
Hide unnecessary itemmeta from clients ( #6318 )
...
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev>
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2021-11-30 23:47:10 +01:00
Kyle Wood
d3ba412286
Update email & name (DenWav)
...
Also I think I prefer my few tiny patches to be GPL.
2021-07-19 21:07:53 -05:00
LemonCaramel
0f48f0150a
Add More Lidded Block API ( #5707 )
2021-05-26 03:05:03 +09:00
Owen1212055
93651408a6
Remove boat interaction event ( Fixes #5539 )
2021-05-16 06:08:31 -04:00
MeFisto94
2f5124f890
Add a "Should Burn in Sunlight" API for Phantoms and Skeletons ( #5608 )
2021-05-14 15:09:30 +02:00
Andrew Steinborn
62edbcf9db
[CI-SKIP] Remove Astei from the MIT list ( #5577 )
...
* Remove myself from the MIT list
I acknowledge that prior patches will not be retroactively relicensed (which is desirable).
* Fix typo
2021-05-05 03:17:14 -04:00
Spottedleaf
d84c3d0036
[CI-SKIP] Removal from the MIT list ( #5345 )
...
Any future work I do will be under GPLv3. This doesn't affect current patches.
2021-03-11 16:36:30 -08:00
Bjarne Koll
64e1a54657
Remove streams from SensorNearest
...
The behavioural nearby sensors are validated every tick on the entities
that registered the respective sensors and are therefore a good subject
to performance improvements.
More specifically this commit replaces the Stream#filter usage with
ArrayList#removeIf as the removeIf method on an array list is heavily
optimized towards a single internal array re-allocation without any
further overhead on the removeIf call.
The only negative of this change is the rather agressive diff these
patches introduce as the methods are basically being reimplemented
compared to the previous stream-based implementation.
See: https://nipafx.dev/java-stream-performance/
Note: Updated LICENCE.md to release this commit under MIT
2021-03-03 03:52:43 +01:00
Camotoy
4299111876
Fix username connecting with no texture being overwritten by usercache ( #4970 )
2021-03-01 16:06:05 -05:00
Ivan Pekov
c6eb0a1b33
Add missing effects
2021-01-05 10:23:53 +02:00
Jake Potrebic
32f9130749
Zombie API - breaking doors
2020-11-18 11:33:29 -08:00
Nassim Jahnke
744cdf7512
Add PlayerItemCooldownEvent
2020-08-25 14:01:03 +02:00
ysl3000
8684dcd76e
Create HoverEvent from ItemStack Entity
...
add myself to MIT list
Co-authored-by: Mariell <proximyst@proximyst.com>
Co-authored-by: MiniDigger | Martin <admin@minidigger.dev>
2020-07-06 22:19:08 +02:00
Josh Roy
4042fd2067
Add API MinecraftServer#isStopping ( #3129 )
2020-04-11 01:51:35 -04:00
Spottedleaf
de4c48dac9
My patches are under MIT ( #3130 )
...
* My patches are under MIT
Remove ambiguity between my patches on Tuinity and here.
2020-04-10 22:48:34 -07:00
DoNotSpamPls
c9340dc439
Change the reserved channel check to be sensible ( #1610 )
2018-12-01 02:08:31 +02:00
Rick
e730505bf0
Fix view distance API ( #1419 )
2018-09-09 20:38:27 +02:00
Gergely Sarkozi
4e4a4dbf5e
Cached, local-class-supporting task names ( #1409 )
...
Fixes issue #1177
`MapMaker#weakKeys()` makes the `Map` use identity comparison for the keys, while also enabling the automatical removal of dropped classes from the cache.
The changes are the same as in #1399 , except now the original patch is modified instead of a new one being created.
2018-09-03 16:04:50 +02:00
miclebrick
d1ceb803d3
Add 5 second short dumps to watchdog ( #1314 )
2018-08-08 15:31:29 -04:00
Aikar
be34f22bf9
Bring some 1.13 authors to master
2018-07-23 21:09:25 -04:00
Hugo Manrique
b90705d2ad
Avoid item merge if stack size above max stack size ( #1217 )
2018-07-19 17:51:55 +02:00
Riley Park
0abd56b79e
[ci-skip] Revert "Add Turqmelon to MIT file ( #1089 )" ( #1091 )
...
This reverts commit 934f4f2156
.
2018-04-17 11:20:03 -07:00
Devon T
934f4f2156
Add Turqmelon to MIT file ( #1089 )
2018-04-17 13:02:49 -04:00
stonar96
fb92e490ad
[CI-SKIP] Add stonar96 to MIT list ( #1086 )
2018-04-17 00:28:52 +02:00
Y. Lin
d6a5844fe8
[CI-SKIP] Add vemacs to MIT list ( #1043 )
...
Somebody pinged me on Telegram and said I should do this
2018-03-11 14:16:52 -05:00
Brokkonaut
3672d832d4
[CI-SKIP] Add Brokkonaut to MIT list ( #1042 )
2018-03-11 04:38:50 +01:00
MiniDigger | Martin
12012ab589
Toggleable player crits, helps mitigate hacked clients. ( #1040 )
...
This is a port of https://github.com/PaperMC/Paper/blob/ver/1.8.8/Spigot-Server-Patches/0040-Toggleable-player-crits-helps-mitigate-hacked-client.patch
Also adds me to the MIT list.
2018-03-10 05:14:47 +01:00
BillyGalbreath
b36c43bc6b
[CI-SKIP] Add BillyGalbreath to MIT list ( #1037 )
2018-03-09 11:00:48 -06:00
Techcable
d46a2b11b7
[CI-SKIP] Add Techcable to MIT list ( #1038 )
2018-03-09 09:59:59 -07:00
Minecrell
1894a7a608
[CI-SKIP] Add Minecrell to MIT list ( #1035 )
...
Change email address for some older patches to make it clear that
they are MIT licensed too.
2018-03-08 16:08:21 +01:00
chickeneer
bc19f55565
[CI-SKIP] Add me (chickeneer) to MIT list ( #1034 )
2018-03-07 21:56:00 -06:00