Commit Graph

19035 Commits

Author SHA1 Message Date
Spigot ad5e1cb56e Automatically update upstream versions. Bukkit-1.4.7-R0.1, CraftBukkit-1.4.7-R0.1
By: EcoCityCraft <admin@ecocitycraft.com>
2013-01-17 04:25:51 -06:00
Spigot ca9b59a740 Automatically update upstream versions. Bukkit-1.4.6-R0.3-6-g430e30e, CraftBukkit-1.4.6-R0.3-16-gfcfebeb
By: EcoCityCraft <admin@ecocitycraft.com>
2013-01-17 04:00:54 -06:00
Spigot 5a7a0a2a4e Automatically update upstream versions. Bukkit-1.4.6-R0.3-5-ga91c4c6, CraftBukkit-1.4.6-R0.3-15-g0104a40
By: EcoCityCraft <admin@ecocitycraft.com>
2013-01-16 23:30:54 -06:00
Spigot b2f83676cf Cant forget to fix mushroom growth
By: md_5 <md_5@live.com.au>
2013-01-17 16:25:19 +11:00
Spigot bc01b7362b Automatically update upstream versions. Bukkit-1.4.6-R0.3-5-ga91c4c6, CraftBukkit-1.4.6-R0.3-13-gc756ace
By: EcoCityCraft <admin@ecocitycraft.com>
2013-01-16 20:25:51 -06:00
Spigot bf0a2efa81 Fix blockstem growth
By: md_5 <md_5@live.com.au>
2013-01-17 10:14:27 +11:00
Spigot e012fd5fe6 Automatically update upstream versions. Bukkit-1.4.6-R0.3-5-ga91c4c6, CraftBukkit-1.4.6-R0.3-12-g46177b8
By: EcoCityCraft <admin@ecocitycraft.com>
2013-01-16 16:22:51 -06:00
Spigot 574461c520 Re add chunk snc lock and update patch files.
By: md_5 <md_5@live.com.au>
2013-01-16 11:32:20 +11:00
Spigot dd7cd24332 Fix wheat modifier potentially crashing
By: md_5 <md_5@live.com.au>
2013-01-16 11:09:27 +11:00
Spigot e846f2fe27 Update versioning check to correctly resolve api ver.
By: md_5 <md_5@bigpond.com>
2013-01-15 15:06:20 +11:00
md_5 017a98eb68 Initial commit - hello future of Spigot! 2013-01-15 12:18:40 +11:00
mrapple 333cc0c4e1 Add methods for working with arrows stuck in living entities
Upstream added methods for this so the original methods
are now deprecated
2012-11-25 13:47:27 -06:00
Techcable b8f6338201 Player Tab List and Title APIs
Co-authored-by: Fruxz <cedricspitzer@outlook.de>
2016-02-29 20:02:40 -06:00
Aikar 459551a9d5 Fix ServerListPingEvent flagging as Async
This event can sometimes fire Async, set the proper boolean
2016-02-29 20:26:39 -06:00
Riley Park 8b45793902 Add BaseComponent sendMessage methods to CommandSender 2016-03-08 13:05:59 -08:00
Zach Brown 7c31d0a39b Add exception reporting event 2016-02-29 20:24:35 -06:00
Zach Brown b007bb8264 Graduate bungeecord chat API from spigot subclasses
Change Javadoc to be accurate
2016-02-29 19:54:32 -06:00
Riley Park 07c65b03e0 Expose server CommandMap 2016-02-29 19:48:59 -06:00
Byteflux a445dc4f3f Add BeaconEffectEvent 2016-02-29 18:09:40 -06:00
Byteflux 5fe2709f4c Add view distance API
Add per player no-tick, tick, and send view distances.

Also add send/no-tick view distance to World.
2016-02-29 18:05:37 -06:00
Byteflux 0cf4a9a62e Entity Origin API 2016-02-29 17:50:31 -06:00
Zach Brown 05ec73f817 Expose server build information
Co-authored-by: Professor Bloodstone <git@bloodstone.dev>
Co-authored-by: Mark Vainomaa <mikroskeem@mikroskeem.eu>
Co-authored-by: masmc05 <masmc05@gmail.com>
Co-authored-by: Riley Park <rileysebastianpark@gmail.com>
2019-05-27 01:10:06 -05:00
Aikar 376251dab7 Add getTPS method 2016-02-29 17:24:57 -06:00
Jedediah Smith 978feffa80 Player affects spawning API 2016-02-29 17:22:34 -06:00
Jason Penilla e183355647 Add command line option to load extra plugin jars not in the plugins folder
ex: java -jar paperclip.jar nogui -add-plugin=/path/to/plugin.jar -add-plugin=/path/to/another/plugin_jar.jar
2021-05-18 14:42:26 -07:00
Aikar d4d8262f6e Timings v2
TODO: Add #isStopping to FullServerTickHandler#stopTiming in patch 191
expose isRunning
2016-02-29 18:48:17 -06:00
Jake Potrebic 30e04bfa2f Add Position 2022-03-20 10:42:28 -07:00
Owen1212055 23095683d0 Paper Plugins 2022-07-06 23:00:36 -04:00
Techcable 844bc6c46a Use ASM for event executors.
Uses method handles for private or static methods.
2016-03-03 13:20:33 -07:00
Aikar 258a2ce7b8 Paper Utils 2019-02-23 11:26:21 -05:00
Riley Park 15081a5912 Adventure
Co-authored-by: zml <zml@stellardrift.ca>
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
Co-authored-by: Yannick Lamprecht <yannicklamprecht@live.de>
2021-01-29 17:21:55 +01:00
Aikar 8888031206 Add FastUtil to Bukkit
Doesn't expose to plugins, just allows Paper-API to use it for optimization
2016-04-01 00:02:47 -04:00
Jake Potrebic 4fd928df47 Code Generation
Currently includes generated key holder classes for types
used in the Registry Modification API
2023-05-26 18:14:44 -07:00
Shane Freeder b42af839f3 Test changes
- Allow use of TYPE_USE annotations
- Ignore package-private methods for nullability annotations
- Add excludes for classes which don't pass
- Disable stupid BukkitMirrorTest
- configure mockito agent to address changes in newer java versions see https://openjdk.org/jeps/451

Co-authored-by: Riley Park <rileysebastianpark@gmail.com>
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
Co-authored-by: Yannick Lamprecht <yannicklamprecht@live.de>
2019-03-17 23:04:30 +00:00
Zach Brown 74b3d383cc Build system changes 2016-03-01 00:16:08 +01:00
Kyle Wood 136bc4ed8e Convert project to Gradle
The pom.xml file is deleted in this patch so the patch will fail to
apply if there are changes made to it from upstream - thus notifying us
that changes were made.
2020-12-10 20:50:33 -08:00
Initial Source 1669b2f843 Removed unneeded files 2024-12-11 22:25:03 +01:00
Bukkit/Spigot 5d70190d5f Add restart API.
By: md_5 <git@md-5.net>
2015-07-13 19:10:15 +10:00
Bukkit/Spigot 28e80d52a4 BungeeCord Chat API
By: md_5 <git@md-5.net>
2014-12-13 02:59:14 +01:00
Bukkit/Spigot e5642b1949 Add PlayerSpawnLocationEvent.
By: ninja <xninja@openmailbox.org>
2014-04-08 14:01:32 +02:00
Bukkit/Spigot 7e29c12d04 Silenceable Lightning API
By: drXor <mcyoungsota@gmail.com>
2014-02-23 16:16:29 -04:00
Bukkit/Spigot 666a89b3e3 Add support for fetching hidden players
By: Tux <write@imaginarycode.com>
2014-02-09 14:02:11 -05:00
Bukkit/Spigot 84ac5b3cf2 Add respawn API.
By: ninja- <xninja@openmailbox.org>
2013-10-08 14:35:58 +02:00
Bukkit/Spigot 43633a43a9 BungeeCord Support
By: md_5 <git@md-5.net>
2013-06-02 15:20:49 +10:00
Bukkit/Spigot c2123d2080 Spigot Timings
Adds performance tracking timings all around the Minecraft Server, and improves the usability of the /timings command

Plugins can track their own timings with CustomTimingsHandler

By: Aikar <aikar@aikar.co>
2013-06-02 10:42:57 +10:00
Bukkit/Spigot 8de3a6a15d Skeleton API Implementations
By: md_5 <git@md-5.net>
2017-05-15 15:16:15 +10:00
Bukkit/Spigot 29381e2731 POM Changes
By: md_5 <git@md-5.net>
2013-06-02 10:36:24 +10:00
Bukkit/Spigot 88499aa05b Update to Minecraft 1.21.4
By: md_5 <git@md-5.net>
2024-12-04 03:20:00 +11:00
Bukkit/Spigot f722ad8301 SPIGOT-7965: Unknown TransformReason for Hoglins
By: md_5 <git@md-5.net>
2024-11-27 07:08:11 +11:00
Bukkit/Spigot 0381154988 SPIGOT-7964: Fix typo in Deprecation annotation
By: md_5 <git@md-5.net>
2024-11-25 20:01:43 +11:00