Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Releases: Mythic-Projects/Titanium

Titanium (0.10.0)

02 Dec 23:49
e4228cf
Compare
Choose a tag to compare

Features & Enhancements 🎉

  • 7b46bd2 Use EntityType for spawner illegal entities patch
  • 4543f2b Configurable spam limiter
  • 98cdfed Option to load/generate spawn chunks asynchronously
  • f95a3f6 Option to disable fire ticking
  • c193b22 Allow large packets for 1.7 clients
  • 268a18f Kill ender pearl outside world border
  • da89b0b Make Async Entity Tracker Add/Remove rate configurable

Upstream Patches 🚀

  • fc2ac31 Backport Paper 1.13.2 Async Chunk Generation and Loading
  • db1dda2 [Paper-0451] Load Chunks for Login Asynchronously by Aikar
  • 4043584 [Paper-0127] Do not load chunks for pathfinding by Aikar
  • b738248 [Paper-186] Prevent Pathfinding out of World Border by Aikar
  • 98d0604 [Paper-0369] Prevent rayTrace from loading chunks by Aikar
  • ef3557c [Paper-0161] Disable Vanilla Chunk GC by Aikar
  • e797d1b [KigPaper-0170] Kick after receiving invalid creative action packet by RoccoDev
  • 0a7b29a [Paper-0232] Fix MC-117075: TE Unload Lag Spike by mezz
  • 45bda19 [Paper-0362] Prevent mob spawning from loading/generating chunks by Shane Freeder
  • 85ebd22 [KigPaper-0110] Backport from Spigot: Enforce cooldowns on book edits by RoccoDev
  • 5fa0cda [KigPaper-0138] Fix some memory leaks by RoccoDev
  • eebe2d0 [KigPaper-0161] Fix CraftingManager memory leak by RoccoDev
  • e5aa5f1 [Paper-0156] Auto Save Improvement by Aikar
  • e77a207 [Paper-0287] MC-124833 by Zach Brown
  • e77a207 [Paper-0374] Add Stricter Sign limits by Aikar
  • b18ee94 [Paper-0332] Add More information to Entity.toString() by Aikar
  • a96d296 [SportPaper-0031/0058] Potion effect events by cswhite2000
  • c0efbb2 [Paper-0009/0019] Version Command 2.0/Implement Paper VersionChecker by Zach Brown
  • c420951 [Paper-0201] Remove CraftScheduler Async Task Debugger by Aikar
  • 5f8fb29 [Paper-0116] Fix Bugs with Spigot Mob Spawn Logic by Aikar
  • dada8ed [Paper-0348] Prevent chunk loading from Fluid Flowing by Aikar
  • 88f4345 [Nacho-0027] Netty IP_TOS 0x18 by Health Logan Campbell
  • 220f48b [Tuinity-0051] Optimise non-flush packet sending by Spottedleaf
  • fffc69c 4f71c3c a47b8b9 220f48b Remove certain patches

API Changes ⚙️

  • f528e28 Add Horizontal Min/Max & WTap Extra Horizontal/Vertical to Knockback Profiles
  • a96d296 Add LivingEntity#removeAllEffects method
  • 809a149 Improve versioning API - Server.Titanium.VersionInfo
  • fed8bbb Backport World#isChunkGenerated

Bug Fixes 🐛

  • 0c85791 Fix typo in ping placeholder
  • fc3b3f8 Temporary fix to make nLogin works properly
  • GH-103 Fix "[FlamePaper-0015] Fix Book Exploits" patch
  • 4ba52df Fix "[Taco-0025] Fix east west cannoning" patch
  • 6f29a72 Fix checking for nether and the end dimension

Other 📝

  • GH-89 Cleanup in patches names & authors
  • General cleanup (remove certain patches etc.) and fixes in patches
  • 0153144 Improve project versioning

Full Changelog: 0.9.4...0.10.0

Titanium (0.9.4)

03 Oct 07:28
df34ef8
Compare
Choose a tag to compare

Features & Enhancements 🎉

  • 68bf1a6 Remove even more methodPorfiler calls and aikar timings
  • 1baf6fc Standardize Thread naming

API Changes ⚙️

  • 7fdc293 Backport EntityTransformEvent and EntityZapEvent

Bug Fixes 🐛

Full Changelog: 0.9.0...0.9.4

Titanium (0.9.0)

23 Sep 21:48
e295b55
Compare
Choose a tag to compare

Features & Enhancements 🎉

  • f7e69cb 85035a2 e295b55 Some smaller optimization options in configuration - Thanks to 1 anonymous guy that delivered me them ❤️

Bug Fixes 🐛

  • f7e69cb Fix killing same player at the same time
  • f7e69cb Allow render distance from 1 not 3

Full Changelog: 0.8.6...0.9.0

Titanium (0.8.6)

22 Sep 20:33
d2c8a20
Compare
Choose a tag to compare

Upstream Patches 🚀

  • 62bf27d [Paper-0192] Make legacy ping handler more reliable by Minecrell

Bug Fixes 🐛

  • d2c8a20 Fix ClassClassException in PaperServerListPingEvent and support PapeLegacyStatusClient

Full Changelog: 0.8.4...0.8.6

Titanium (0.8.4)

22 Sep 19:07
7e5ed13
Compare
Choose a tag to compare

Upstream Patches 🚀

  • b873ecc [KigPaper-108] Fix CraftPlayer setFlying not working by RoccoDev

Bug Fixes 🐛

  • 9f1b785 Add com.flowpowered.flow-nbt library (fix SWM patch)

Full Changelog: 0.8.2...0.8.4

Titanium (0.8.2)

21 Sep 14:30
58f5253
Compare
Choose a tag to compare

Features & Enhancements 🎉

  • GH-75 Native SlimeWorldManager support - now their classmodifier isn't required

Upstream Patches 🚀

  • 9ccfc54 [Spigot-5294] Cancelled EntityPickupItemEvent and PlayerPickupItemEvent alter on-ground stacks by md_5

API Changes ⚙️

  • 9ccfc54 Backport EntityPickupItemEvent

Bug Fixes 🐛

  • GH-77 Fix error while unloading world from SlimeWorldManager

Full Changelog: 0.8.0...0.8.2

Titanium (0.8.0)

17 Sep 13:03
7c64370
Compare
Choose a tag to compare

Features & Enhancements 🎉

  • GH-76 Option to change brand name
  • c0f94ef Replace Guava with Caffeine
  • c339ce1 Remove cast to short in Experience Orb saving

Upstream Patches 🚀

  • 3ccc16d [FlamePaper-0032] Don't load chunks for chests
  • 7c64370 [SportPaper-0086] Prevent Fire form loading chunks
  • dc4d782 [Lithium-ai/pathing/ChunkCache] Micro optimization for ChunkCache

API Changes ⚙️

  • 4f0f7f2 Backport modern TabCompleteEvent and AsyncTabCompleteEvent

Full Changelog: 0.7.5...0.8.0

Titanium (0.7.5)

07 Sep 23:27
0d24aac
Compare
Choose a tag to compare

Features & Enhancements 🎉

  • 0d24aac Don't send empty permission and unknown command message

Upstream Patches 🚀

  • 3072130 [Paper-0387] Reduce memory footprint of NBTTagCompound by Spottedleaf
  • 0be5b1a [Paper-0090] Improve Maps (in item frames) performance and bug fixes by Aikar
  • 01fc3b2 [IonSpigot-0003] Explosion Improvements by SuicidalKids

API Changes ⚙️

  • cff4f12 Backport some modern Location and World API

Full Changelog: 0.7.0...0.7.5

Titanium (0.7.0)

28 Aug 14:02
226a804
Compare
Choose a tag to compare

Features & Enhancements 🎉

  • 562fa83 Use custom AsynchronousExecutor for Chunk IO
  • e2f216b Configurable player data saving
  • 226a804 Some cleanup and improvements
  • f20dd87 Players in Nether and The End don't count for Sleeping Percentage

Upstream Patches 🚀

  • 6901d9e [WindSpigot-0014] Async entity path searching by windcolor-dev
  • f20dd87 [PaperBin-????] Optimise WorldServer#everyoneDeeplySleeping
  • 080055d [PaperBin-????] Faster Game Rules Lookup
  • 5a0dfcf [KigPaper-0112] Only trigger PlayerConnection#disconnect once by RoccoDev
  • f372603 [WindSpigot-????] Some improvements
  • 24ac81f [WindSpigot-????] Prevent display of overload on first 500 tick by windcolor-dev
  • 056e7c3 Revert "[WindSpigot-????] Concurrent map for tracked players" patch

Full Changelog: 0.6.1...0.7.0

Titanium (0.6.1)

24 Jul 19:32
0a2b045
Compare
Choose a tag to compare

Remove unnecessary debug log from 133ba4a