mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 21:37:28 +01:00
Remove custom links patch.
This commit is contained in:
parent
f2e9b61f57
commit
0730a13e5c
86 changed files with 10 additions and 107 deletions
CraftBukkit-Patches
0005-Spigot-Configuration.patch0028-Allow-Disabling-of-Command-TabComplete.patch0029-Configurable-Messages.patch0055-BungeeCord-Support.patch0074-Add-Spigot-Links.patch0074-Configurable-Ping-Sample-Size.patch0075-Add-Optional-Tick-Shuffling.patch0076-Allow-Configuring-Chunks-per-Packet.patch0077-Implement-Locale-Getter-for-Players.patch0078-Cap-Entity-Collisions.patch0079-Fix-dispensing-bone-meal-not-having-the-correct-data.patch0080-Spam-Filter-Exclusions.patch0081-Add-Option-to-Silence-CommandBlock-Console.patch0082-Add-support-for-fetching-hidden-players.patch0083-Allow-Disabling-Creative-Item-Filter.patch0084-Cap-Channel-Registrations.patch0085-Allow-vanilla-commands-to-be-the-main-version-of-a-c.patch0086-Unfinalize-the-isDisconnected-method-by-bukkit.patch0087-Implement-Silenceable-Lightning-API.patch0088-Use-one-PermissibleBase-for-all-Command-Blocks.patch0089-Prevent-hoppers-from-loading-chunks.patch0090-Guard-Entity-List.patch0091-Fix-ConcurrentModificationException-while-being-idle.patch0092-Cancellable-WitherSkull-potion-effect.patch0093-Descriptive-kick-reasons-instead-of-Nope.patch0094-Configurable-dragon-death-and-wither-spawn-sounds.patch0095-Display-Spigot-in-client-crashes-server-lists-and-Mo.patch0096-Treat-Bungee-as-Online-Mode.patch0097-Add-Conversion-Message.patch0098-Properly-cancel-fishing-event.-Fixes-BUKKIT-5396.patch0099-Print-Stack-on-InternalException.patch0100-Use-Offline-Player-Data-Once-if-Required.patch0101-Use-Provided-Case-for-Non-Existent-Offline-Players.patch0102-Check-for-blank-OfflinePlayer-Names.patch0103-Fix-Player-Banning.patch0104-Fix-ban-expire-dates.patch0105-Correct-Ban-Expiration.patch0106-Convert-Horses-owner-to-UUID.patch0107-Add-Score.isScoreSet-Z-API.patch0108-Log-null-TileEntity-Owner.patch0109-Don-t-special-case-invalid-usernames-for-UUIDs.patch0110-Convert-player-skulls-async.patch0111-Prevent-NoClassDefError-crash-and-notify-on-crash.patch0112-Check-Skull-canPlace.patch0113-Fix-race-condition-that-could-kill-connections-befor.patch0114-Configurable-UserCache-cap.patch0115-Implement-PlayerSpawnLocationEvent.patch0116-Cap-Objective-Score-Length.patch0117-Process-conversation-input-on-the-main-thread.-Fixes.patch0118-Configurable-save-on-stop-only-for-UserCache.patch0119-Prevent-Unbounded-IntCache-Growth.patch0120-Add-damager-to-the-unhandled-error.patch0121-Cross-World-Entity-Teleportation.patch0122-Limit-block-placement-interaction-packets.patch0123-Better-item-validation.patch0124-Further-Seed-Customisation.patch0125-Disable-ResourceLeakDetector.patch0126-Add-More-Information-to-session.lock-Errors.patch0127-Safer-JSON-Loading.patch0128-Fix-Slow-Loading-Libraries.patch0129-Add-CommandLine-EULA-Flag.patch0130-Fix-for-enchanting-table-wiping-meta-when-placing-st.patch0131-Don-t-spawn-bonus-ocelots-when-plugins-spawn-ocelots.patch0132-Prevent-a-crash-involving-attributes.patch0133-Make-moved-wrongly-limit-configurable.patch0134-Fix-Null-Tile-Entity-Worlds.patch0135-Make-moved-too-quickly-limit-configurable.patch0136-Apply-NBTReadLimiter-to-more-things.patch0137-Allow-Attribute-Capping.patch0138-Only-fetch-an-online-UUID-in-online-mode.patch0139-Filter-attribute-modifiers-which-cause-the-attribute.patch0140-Plug-WorldMap-Memory-Leak.patch0141-Fix-Corrupted-Trapped-Chest.patch0142-Remove-uneeded-validation.patch0143-Add-Hunger-Config-Values.patch0144-Make-debug-logging-togglable.patch0145-Skip-invalid-enchants-in-CraftMetaItem.patch0146-Limit-TNT-Detonations-per-tick.patch0147-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch0148-Configurable-Hanging-Tick.patch0149-Refactor-ItemDoor-Place.patch0150-BungeeCord-Chat-API.patch0151-Use-Standard-List-for-EntitySlices.patch0152-Allow-Capping-Tile-Entity-Tick-Time.patch0153-Use-FastMatches-for-ItemStack-Dirty-Check.patch0154-Use-CLQ-for-main-thread-tasks.patch
|
@ -335,6 +335,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ return config.getString( "world-settings." + worldName + "." + path, config.getString( "world-settings.default." + path ) );
|
||||
+ }
|
||||
+}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
|
@ -48,6 +48,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ tabComplete = getInt( "commands.tab-complete", 0 );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
|
@ -102,6 +102,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ outdatedServerMessage = transform( getString( "messages.outdated-server", outdatedServerMessage ) );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
|
@ -211,6 +211,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ bungee = getBoolean( "settings.bungeecord", false );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
|
@ -1,77 +0,0 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <git@md-5.net>
|
||||
Date: Thu, 23 Jan 2014 13:17:35 +1100
|
||||
Subject: [PATCH] Add Spigot Links
|
||||
|
||||
|
||||
diff --git a/README.md b/README.md
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/README.md
|
||||
+++ b/README.md
|
||||
@@ -0,0 +0,0 @@
|
||||
-CraftBukkit
|
||||
+Spigot
|
||||
===========
|
||||
|
||||
-A Bukkit (Minecraft Server API) implementation
|
||||
+A Spigot-API and Bukkit implementation
|
||||
|
||||
-Website: [http://bukkit.org](http://bukkit.org)
|
||||
-Bugs/Suggestions: [http://leaky.bukkit.org](http://leaky.bukkit.org)
|
||||
-Contributing Guidelines: [CONTRIBUTING.md](https://github.com/Bukkit/CraftBukkit/blob/master/CONTRIBUTING.md)
|
||||
+Website: [http://spigotmc.org](http://spigotmc.org)
|
||||
+Bugs/Suggestions: [http://www.spigotmc.org/forums/bugs-feature-requests.8/](http://www.spigotmc.org/forums/bugs-feature-requests.8/)
|
||||
+Contributing Guidelines: [CONTRIBUTING.md](https://github.com/SpigotMC/Spigot-API/blob/master/CONTRIBUTING.md)
|
||||
|
||||
Compilation
|
||||
-----------
|
||||
@@ -0,0 +0,0 @@ Compilation
|
||||
We use maven to handle our dependencies.
|
||||
|
||||
* Install [Maven 3](http://maven.apache.org/download.html)
|
||||
-* Check out and install [Bukkit](http://github.com/Bukkit/Bukkit)
|
||||
- * *Note*: this is not needed as the repository we use has Bukkit too, but you might have a newer one (with your own changes :D)
|
||||
+* Check out and install [Spigot-API](http://github.com/SpigotMC/Spigot)
|
||||
+ * *Note*: this is not needed as the repository we use has Spigot-API too, but you might have a newer one (with your own changes :D)
|
||||
* Check out this repo and: `mvn clean package`
|
||||
diff --git a/src/main/resources/configurations/bukkit.yml b/src/main/resources/configurations/bukkit.yml
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/resources/configurations/bukkit.yml
|
||||
+++ b/src/main/resources/configurations/bukkit.yml
|
||||
@@ -0,0 +0,0 @@
|
||||
# If you need help on this file, feel free to join us on irc or leave a message
|
||||
# on the forums asking for advice.
|
||||
#
|
||||
-# IRC: #bukkit @ esper.net
|
||||
-# (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
|
||||
-# Forums: http://forums.bukkit.org/forums/bukkit-help.6/
|
||||
-# Twitter: http://twitter.com/CraftBukkit
|
||||
-# Bug tracker: http://leaky.bukkit.org/
|
||||
+# IRC: #spigot @ irc.spi.gt
|
||||
+# (If this means nothing to you, just go to http://irc.spi.gt/iris/?nick=&channels=spigot )
|
||||
+# Forums: http://www.spigotmc.org/forums/help.40/
|
||||
+# Bug tracker: http://www.spigotmc.org/forums/bugs-feature-requests.8/
|
||||
|
||||
|
||||
settings:
|
||||
diff --git a/src/main/resources/configurations/commands.yml b/src/main/resources/configurations/commands.yml
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/resources/configurations/commands.yml
|
||||
+++ b/src/main/resources/configurations/commands.yml
|
||||
@@ -0,0 +0,0 @@
|
||||
# If you need help on this file, feel free to join us on irc or leave a message
|
||||
# on the forums asking for advice.
|
||||
#
|
||||
-# IRC: #bukkit @ esper.net
|
||||
-# (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
|
||||
-# Forums: http://forums.bukkit.org/forums/bukkit-help.6/
|
||||
-# Twitter: http://twitter.com/CraftBukkit
|
||||
-# Bug tracker: http://leaky.bukkit.org/
|
||||
+# IRC: #spigot @ irc.spi.gt
|
||||
+# (If this means nothing to you, just go to http://irc.spi.gt/iris/?nick=&channels=spigot )
|
||||
+# Forums: http://www.spigotmc.org/forums/help.40/
|
||||
+# Bug tracker: http://www.spigotmc.org/forums/bugs-feature-requests.8/
|
||||
|
||||
command-block-overrides: []
|
||||
aliases:
|
||||
--
|
|
@ -38,6 +38,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ System.out.println( "Server Ping Player Sample Count: " + playerSample );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
|
@ -38,6 +38,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ playerShuffle = getInt( "settings.player-shuffle", 0 );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
|
@ -56,6 +56,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ } ) );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
|
@ -32,6 +32,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ silentCommandBlocks = getBoolean( "commands.silent-commandblock-console", false );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
|
@ -32,6 +32,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ filterCreativeItems = getBoolean( "settings.filter-creative-items", true );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
|
@ -75,6 +75,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ Arrays.asList( "setblock", "summon", "testforblock", "tellraw" ) ) );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
Loading…
Add table
Reference in a new issue