Commit Graph
72 Commits
Author SHA1 Message Date
Zach Brown 867d37a1cf Add travis back to README.md 2014-07-22 15:28:35 -05:00
Zach Brown 76c23c953b Update from upstream SpigotMC
Remove defensive copy in EAR SpigotMC/Spigot@f1ba1f6c07
Make "moved wrongly limit" configurable SpigotMC/Spigot@f7ab380e16
Fix null Tile Entity Worlds (we already had this) SpigotMC/Spigot@b271cdbfa0
Fix slow tab complete for some commands SpigotMC/Spigot@f3b7952c73
Only suggest ops to deop and remove whitelist add case entirely SpigotMC/Spigot@0e1fcfbe70
Allow tab complete for /whitelist add SpigotMC/Spigot@27f8aa22bd
2014-07-22 15:25:09 -05:00
Zach Brown 1479d411c1 Fix minecraft-server dependencies in poms 2014-07-22 14:50:06 -05:00
Zach Brown b872c34a83 Update MinecraftServer and MinecraftRelocate for module change 2014-07-21 19:28:52 -05:00
Zach Brown 3081e4c401 Support all projectiles in the invisible players patch
also cleans up the code a bit
2014-07-21 18:52:19 -05:00
Zach Brown 5a1fd5b46c Update README.md after restructure 2014-07-21 15:57:32 -05:00
Zach Brown e7f3ca4505 Restructure PaperSpigot as a new set of modules
Allows us much greater control over the Spigot portion of the code
and makes us more "proper"
Credit to @Dmck2b for originally passing the idea along a while back
2014-07-21 15:46:54 -05:00
Zach Brown 3a11072506 Upstream - Update from CraftBukkit 2014-07-19 19:31:35 -05:00
Zach Brown 93dd4d3cd7 Upstream - fix IP banning 2014-07-19 16:31:18 -05:00
Zach Brown 5af342537d Upstream - Prevent attribute and NBT client crashes, dont spawn bonus ocelots when spawned via plugin 2014-07-19 14:38:01 -05:00
Zach Brown 6d44f5dfcf Upstream - Ench Table fixes and bukkit method for EAR 2014-07-19 01:03:23 -05:00
Zach Brown 7925fef983 Upstream - cache heads because Mojang rate limited the session servers 2014-07-16 19:23:48 -05:00
Zach Brown c23377d321 Upstream - Classloader changes and interact limiter changes 2014-07-16 14:11:44 -05:00
Zach Brown 2f607fbb69 Upstream - Fix issues with mountables 2014-07-14 19:14:11 -05:00
Zach Brown f3243cbd02 Configurable delay for mob AI targetting
Allows for interesting gameplay elements and other interesting tweaks
2014-07-14 01:24:09 -05:00
Zach Brown 52f7f753f9 Upstream - Don't overwrite invalid config files 2014-07-12 19:38:57 -05:00
Zach Brown 209b9e7259 Upstream - Don't crash when a skele shoots an item frame 2014-07-11 08:17:54 -05:00
Zach Brown c11efc9fa8 Restore our earlier and simpler TNT direction bias fix 2014-07-11 03:56:02 -05:00
Zach Brown 59643f90bc Use CraftBukkit's damage API fix instead of our own
... here's hoping theirs works
2014-07-10 21:47:05 -05:00
Zach Brown f507930396 Upstream - Use Spigot's better nibble arrays 2014-07-10 19:19:13 -05:00
Zach Brown 060423df62 Revert "Update spawn chunk persistence patch"
This reverts commit bb2f77109f.
2014-07-09 23:46:54 -05:00
Zach Brown 394581d97b Use the standard 1.7.10 Netty version, not newer 2014-07-09 18:17:21 -05:00
Zach Brown 2d830e5a1c Configurable nerf for TNT cannons 2014-07-09 17:40:03 -05:00
Zach Brown 7ff230fda1 Replace TNT fix with less buggy solution
... although the last one was pretty funny
2014-07-09 17:07:26 -05:00
Zach Brown 115f43a4fc Better EULA handling 2014-07-08 22:40:26 -05:00
Zach Brown fedd4511f5 PaperSpigot 1.7.10 2014-07-08 22:05:35 -05:00
Zach Brown 99855abe10 Upstream - Fix slow 'loading libraries' 2014-07-08 19:33:20 -05:00
Zach Brown 2208ce722b Revert updates to TNT bias patch 2014-07-08 19:28:16 -05:00
Zach Brown 7ad4a59952 Merge pull request #2 from Dmck2b/paperChunks
Allow toggling of spawn chunk persistance
2014-07-08 18:05:13 -05:00
Zach Brown 6b468690bb Update TNT directional bias patch
Includes work by SportBukkit - Thanks guys
2014-07-08 16:31:38 -05:00
Zach Brown 18df89d601 Upstream merge 2014-07-08 16:10:12 -05:00
Zach Brown a21b45bf17 Experimental: Don't tick chests
This isn't used anywhere and only adds to the load. This change should be considered experiemental however as it needs testing
2014-07-07 16:29:19 -05:00
Zach Brown 635957c8d9 Upstream merge - Revert player ticking in main loop 2014-07-06 19:16:34 -05:00
Zach Brown 67576acc3b Restore gsand's name to this patch :) 2014-07-06 02:50:09 -05:00
Zach Brown 1ee54478dd Remove patch 0012 hunger mulitplier for sprint jump
Newer and better patch coming soon
cc @gsand
2014-07-06 02:47:46 -05:00
Zach Brown 35f2082d10 Let's not check the config value every time
Once is enough
2014-07-06 01:50:02 -05:00
Zach Brown ff2628ed01 Make players tick in main loop "feature" configurable
Defaults to false, servers thant additional security and peace of mind can turn it back on but doing so may cause gameplay abnormalities
2014-07-05 22:55:30 -05:00
Zach Brown e004a7e206 Upstream merge 2014-07-05 14:40:16 -05:00
Zach Brown 92d0c0a1b9 Update readme with travis and info 2014-07-04 15:34:50 -05:00
Zach Brown c3b1c30f1c Upstream merge - Move player tick into main loop 2014-07-04 14:52:05 -05:00
Zach Brown 15d8da6e60 Upstream merge - remove movement limit 2014-07-03 23:21:36 -05:00
Zach Brown 93dc8eefa2 Configurable movement limit restriction 2014-07-03 19:29:30 -05:00
Zach Brown 04a7ca4114 Update from upstream 2014-07-03 18:34:59 -05:00
Zach Brown a608e1f08c Configurable interaction limit restriction 2014-07-03 00:57:36 -05:00
Zach Brown 97b93b3197 Update from upstream 2014-07-02 22:58:32 -05:00
Zach Brown 2f16bd158b Move our config options out of spigot.yml and into paper.yml 2014-07-02 20:47:25 -05:00
Zach Brown aa6a324445 Upstream merge 2: Upstream merge harder 2014-07-01 21:22:52 -05:00
Zach Brown 00feb99ac2 More upstream 2014-06-30 10:24:34 -05:00
Zach Brown 5eba650df2 Upstream merge 2014-06-30 02:56:38 -05:00
Zach Brown 6fcd673b6c Allow nerfed mobs to jump
Unbreaks quite a few spawner grinders
2014-06-29 13:34:16 -05:00
Zach Brown a1c9ce2381 Configurable fishing time ranges 2014-06-29 13:33:49 -05:00
Zach Brown 64bded84af Upstream merge 2014-06-29 13:16:47 -05:00
Zach Brown 252155da0a Revert "Remove 0017 - potentially causing issues on respawn with plugins"
Turned out this wasn't the issue
2014-06-28 17:38:47 -05:00
Zach Brown 367c9e5735 Remove 0017 - potentially causing issues on respawn with plugins 2014-06-28 16:57:35 -05:00
Zach Brown 6c5ee2b190 More upstream merge 2014-06-27 12:29:32 -05:00
Zach Brown 395268c602 Upstream merge 2014-06-26 15:07:23 -05:00
Zach Brown 6e3ee2f859 Upstream merge 2014-06-25 15:49:03 -05:00
Zach Brown 06af0683b9 Fix zombie sieges and their spawn mechanics 2014-06-24 22:56:20 -05:00
Zach Brown 9061b94262 Fix fireball event ;D 2014-06-24 17:05:47 -05:00
Zach Brown 2a146175e0 Update with ItemFrame fix ;D 2014-06-24 10:13:29 -05:00
Zach Brown 8ae366785c Apply our patches over Spigot-Server and Spigot-API directly 2014-06-24 07:21:58 -05:00
Zach Brown fd14a5cf0e Update patch numbers 2014-06-22 15:55:54 -05:00
Zach Brown 03dd521324 Ability to disable asynccatcher 2014-06-22 15:50:22 -05:00
Zach Brown dad78ba583 Add 1.8 recipes for stone variants 2014-06-22 15:45:06 -05:00
Zach Brown 9cd3bc4c16 Make destroyed boats drop the boat item 2014-06-22 15:41:56 -05:00
Zach Brown 51033cd963 Configurable baby zombie movement speed 2014-06-22 15:41:01 -05:00
Zach Brown 303178cfc2 Configurable cactus and reed natural growth heights 2014-06-22 15:38:49 -05:00
Zach Brown 78082de9fe Configurable damage multiplier for PvP blocking 2014-06-22 15:38:17 -05:00
Zach Brown b2927cf499 Add float methods to configs 2014-06-22 15:37:12 -05:00
Zach Brown 7130aff934 Configurable squid spawn ranges 2014-06-22 15:32:38 -05:00
Zach Brown 990862afb7 Invisible players don't have rights 2014-06-22 15:30:53 -05:00
Zach Brown 6dfb316a96 Allow undead horse types to be leashed 2014-06-22 15:26:31 -05:00