aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-API-Patches
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2016-09-10 23:27:07 -0500
committerZach Brown <[email protected]>2016-09-10 23:27:07 -0500
commit2e880e76761c1956597c7027712dab9552acce34 (patch)
tree411f2a79873c02b71a7f711c8c239581f574d666 /Spigot-API-Patches
parent5626ad5f58a4d0f7b43094a39518217158337a80 (diff)
downloadPaper-2e880e76761c1956597c7027712dab9552acce34.tar.gz
Paper-2e880e76761c1956597c7027712dab9552acce34.zip
Make UseItem rate limiting stricter, configurable
Diffstat (limited to 'Spigot-API-Patches')
-rw-r--r--Spigot-API-Patches/0012-Add-PlayerInitialSpawnEvent.patch4
-rw-r--r--Spigot-API-Patches/0014-Automatically-disable-plugins-that-fail-to-load.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-API-Patches/0012-Add-PlayerInitialSpawnEvent.patch b/Spigot-API-Patches/0012-Add-PlayerInitialSpawnEvent.patch
index 625d6bd6d5..b203f65f42 100644
--- a/Spigot-API-Patches/0012-Add-PlayerInitialSpawnEvent.patch
+++ b/Spigot-API-Patches/0012-Add-PlayerInitialSpawnEvent.patch
@@ -1,4 +1,4 @@
-From 3dabbf24d9e169631ff0f11df707e0623c4d2cc4 Mon Sep 17 00:00:00 2001
+From f41fd8808accbe9c7771647d3beddc54fc5e7036 Mon Sep 17 00:00:00 2001
From: Steve Anton <[email protected]>
Date: Mon, 29 Feb 2016 18:13:58 -0600
Subject: [PATCH] Add PlayerInitialSpawnEvent
@@ -55,5 +55,5 @@ index 0000000..d1d6f33
+ }
+}
--
-2.8.0
+2.10.0.windows.1
diff --git a/Spigot-API-Patches/0014-Automatically-disable-plugins-that-fail-to-load.patch b/Spigot-API-Patches/0014-Automatically-disable-plugins-that-fail-to-load.patch
index f76fbefcc5..3d83245932 100644
--- a/Spigot-API-Patches/0014-Automatically-disable-plugins-that-fail-to-load.patch
+++ b/Spigot-API-Patches/0014-Automatically-disable-plugins-that-fail-to-load.patch
@@ -1,4 +1,4 @@
-From aca5c5298ce7fca0a9b6d8c8240f94d1a09de085 Mon Sep 17 00:00:00 2001
+From 90e6868ac669e61bc3b0e176b452181dcf078c2c Mon Sep 17 00:00:00 2001
From: Aikar <[email protected]>
Date: Mon, 29 Feb 2016 19:45:21 -0600
Subject: [PATCH] Automatically disable plugins that fail to load
@@ -20,5 +20,5 @@ index 759c461..d8b9c24 100644
// Perhaps abort here, rather than continue going, but as it stands,
--
-2.9.3
+2.10.0.windows.1