Releases: etianl/Trouser-Streak
Trouser-Streak v1.4.0
Customer Support: https://discord.gg/Az3G3p4ZCj
Support for 1.21.1 has been dropped, just like I mentioned I was going to do in the last release post! I only have so much time on my hands to be copying all the code to different versions.
Please use ViaFabricPlus to connect to older version Minecraft servers, it works great!
Also on a side note, you can only get Meteor Client for 1.21.4 now unless you build it from the source of older release tags.
Now onto the changes for this version:
BaseFinder Adjustments
- Made the block which triggered Basefinder display again when the DisplayCoords option is disabled. I accidentally deleted that in addition to the coordinate when changing the code.
- Adjusted Entity Cluster Finder threshold from 12 to 14 in the BaseFinder module.
- Removed Redstone Wall Torch from List 6 to prevent false positives with Ancient Cities.
- Moved Furnace from List 6 to List 5
PortalPatternFinder and CaveDisturbanceDetector update
- Made the chunk scanning on tick as opposed to on packet recieved (chunk data) to possibly improve detection of the air patterns.
ActivatedSpawnerDetector Update
- Added options so you can choose to enable or disable the messages and renders for certain structures containing spawners (based on the natural spawner type within).
MaceKill
- Made the Mace Power slider disappear if Maximum Mace Power is enabled because it's irrelevant then.
- Adjusted the maths very slightly for improved teleport efficiency maybe
Source for 1.20.4 and 1.21.3 is in the zip files here, and in the 1.20.4 and 1.21.3 branches.
If you like Trouser Streak give it a star on github!
Trouser-Streak v1.3.9 for MC 1.21.4 (NEW METEOR ADDON FORMAT)
Updated Trouser-Streak 1.3.9 for Minecraft version 1.21.4 to use the newest Meteor version format thing. No additional changes were made.
If you are using a Meteor version prior to this change and also on MC 1.21.4, get this release instead
https://github.com/etianl/Trouser-Streak/releases/tag/v1.3.9-1.21.4
Support for 1.21.1 will be discontinued starting the next Trouser update so it is time to get your client updated!
The new Trouser updates in the future will support 1.21.4, 1.21.3, and 1.20.4
1.20.4 is only supported to make sure we can continue to use the ForceOPSign mod on older servers.
Please see the changelog for 1.3.9 here, the was lots of good stuff added! You can also download the builds for older versions here:
https://github.com/etianl/Trouser-Streak/releases/tag/v1.3.9
Customer Support: https://discord.gg/Az3G3p4ZCj
If you like Trouser Streak give it a star on github!
Trouser-Streak v1.3.9 for Minecraft 1.21.4
Updated Trouser-Streak 1.3.9 to Minecraft version 1.21.4. No additional changes were made.
Support for 1.21.1 will be discontinued starting the next Trouser update so it is time to get your client updated!
The new Trouser updates in the future will support 1.21.4, 1.21.3, and 1.20.4
1.20.4 is only supported to make sure we can continue to use the ForceOPSign mod on older servers.
Please see the changelog for 1.3.9 here, the was lots of good stuff added! You can also download the builds for older versions here:
https://github.com/etianl/Trouser-Streak/releases/tag/v1.3.9
Customer Support: https://discord.gg/Az3G3p4ZCj
If you like Trouser Streak give it a star on github!
Trouser-Streak v1.3.9
Customer Support: https://discord.gg/Az3G3p4ZCj
If you like Trouser Streak give it a star on github!
CAVE_AIR Update and much more!
New Modules!
PortalPatternFinder
- Scans for the shapes of broken/removed Nether Portals within the cave air blocks found in caves and underground structures in 1.13+ chunks.
- This may be useful for finding portal skips in the Nether because there is alot of cave generation containing CAVE_AIR.
CaveDisturbanceDetector
- Scans for single air blocks within the cave air blocks found in caves and underground structures in 1.13+ chunks.
- There is alot of false positives with this module due to random single air blocks that can naturally occur in caves, mineshafts, etc.
Other Changes
- Added an option so you can turn off chat feedback in ActivatedSpawnerDetector and BaseFinder.
- Added an option enabled by default to ActivatedSpawnerDetector which scans for disturbances in the air around the spawner blocks if the timer value is 20 or 0. If someone placed a block and removed it immediately around the spawner this will detect that within chunks generated in Minecraft version 1.13+.
- Added an option for tracers to PotESP and ActivatedSpawnerDetector. This also includes an option to only show one tracer to the nearest detected thing.
- Made detected positions get cleared on switching dimension to prevent the renders still being visible from the previous dimension in the ActivatedSpawnerDetector and PotESP modules.
- Made the small box around the spawner and the tracer still render when no chests within are in range of spawner when "Less Render Spam" is enabled in ActivatedSpawnerDetector.
- Merged this pull request #76 that cleaned up a bunch of my code and may prevent some crashes with 40 files changed! Thank you to https://github.com/DonKisser for their contributions!
Trouser-Streak v1.3.8
New Modules added!
Customer Support: https://discord.gg/Az3G3p4ZCj
Attribute Swap
Thank you to DonKisser for making this module for us!
- This Module swaps the current main hand item with another item on the hotbar for a single tick when you attack an entity. This cause the attributes from the target item you are swapping to be applied to the main hand item.
- This can be used to make a weapon never break if you target a slot that has an item that cannot break! (like your empty hand or a stick)
- This can also be used to apply the enchantments from one item onto another
The inspiration to make this came from this Youtube video:
https://www.youtube.com/watch?v=q99eqD_fBqo
AutoTexts
Thank you to DedicateDev for this one!
- The AutoTexts module automatically spawns words around you by creating invisible armor stands with names. You can specify the text you want to spawn in, and the color of the text.
- Requires Creative Mode!
TextCommand
Thank you to DedicateDev!
-
The TextCommand command is very similar to the AutoTexts module. The difference with this one is that it can display many lines one after the other.
-
The command is accessed by typing .text followed by one of the subcommands. You can choose load or save a preset set of text.
-
The saved presets for the .text command will be saved in the .minecraft/TrouserStreak/TextPresets folder.
-
Some example commands would be
.text save testpreset #green [ #dark_red Trolled! #green ]|#gold Mountains of Lava Inc.|#red Youtube: #blue www.youtube.com/
@mountainsoflavainc.6913|#green [ #dark_red Trolled! #green ]
.text load testpreset -
Individual lines are seperated by a | (pipe character) and you can also use #red "wordhere" to format the color of the text.
MultiUse
- Initially created by maytrixc, modified by etianl to use doItemUse
- This module allows you to do the item use action more than once per item use. Essentially a strange form of the FastUse module and may work well combined with it.
Pull requests merged in this update:
If you enjoy Trouser-Streak please give it a star on Github!
Trouser-Streak v1.3.7
ActivatedSpawnerDetector made slightly better
- Added a "Storage Blocks" list setting to define the blocks that the module is checking for when considering displaying a message about stashes or a rendered box.
- Added Barrels, Hoppers, and Dispensers to this list. The default was just chests.
Customer Support: https://discord.gg/Az3G3p4ZCj
See the releases page for previous changelogs if you missed the last couple updates. :)
There was lots of new features in the 1.3.5 update, maybe have a look: https://github.com/etianl/Trouser-Streak/releases/tag/v1.3.5
There was a bug fixed in the last update so if you have Trouser v1.3.5 you should probably update!
Trouser-Streak v1.3.6
ActivatedSpawnerDetector fixes
- Fixed a bug with the ActivatedSpawnerDetector where it would continuously spam you about spawners outside of render distance. I REALLY noticed this when using the Bobby mod for fabric.
- Made it so you can actually turn off the Trial Spawner Detector in the ActivatedSpawnerDetector module (the checkbox did nothing).
PotESP fixes
- Fixed a false positive with PotESP pertaining to naturally occuring raw iron blocks in pots.
- Added a item list setting for PotESP where you can define items that will not be flagged, meaning decorated pots with those items will not be highlighted.
Customer Support: https://discord.gg/Az3G3p4ZCj
See the releases page for previous changelogs if you missed the last couple updates. :)
Trouser-Streak v1.3.5
There is still a couple bugs with this release! I am in the process of uploading a fixed version right now
EDIT: That's already done, if you find yourself here go to the new release for the download after you read up about the new stuff!
Customer Support: https://discord.gg/Az3G3p4ZCj
Release for 1.21.3, 1.21.1, and also 1.20.4! Use the correct jar for your version. Source for 1.20.4 and 1.21.1 is in the zip files here, and in the 1.20.4 and 1.21.1 branches.
New ActivatedSpawnerDetector Features!
TrialSpawnerDetector added! This comes as a new feature for the ActivatedSpawnerDetector and tells you about the Trial Spawner blocks people have walked within 14 blocks of if they have not completed the trial.
- Made the ActivatedSpawnerDetector tell you what structure the spawner is in, based on the natural places different mob spawners spawn (ex: zombie spawner is a dungeon).
- Added an option enabled by default which makes no rendering happen if there are no chests within a 16 block radius of the spawner.
Thank you to "nataani_" on Discord for submitting these couple ideas!
NewerNewChunks Upgrades!
- Cleaned up code just a little again in NewerNewChunks.
- Removed the NewChunkCounter command because it's not that useful for anything other than some debugging. This is also to clean up code in NewerNewChunks
- The above changes appear to have increased performance when using NewerNewChunks maybe (I could be mistaken)
New AutoNames Module Added!
- Automatically change player name colors, prefix, suffix in tab and chat. Credits to DedicateDev for this module!
- This module requires OP status!
Merged Pull Requests to Fix things!
- Accepted a Pull Request from nokernelspace that fixes the Book And Quill Dupe module for Minecraft 1.21.3
- Accepted a PR from DedicateDev that implements a tick delay between commands for AutoDisplays, AutoScoreBoard, and AutoTitles. This solve this issue #51
- Accepted a PR from DedicateDev that implements StarScript for commands for the AutoCommand module. This solve this issue #61
Fixed my silly maths
- Fixed a bug with ActivatedSpawnerDetector, BaseFinder, HoleAndTunnelAndStairsESP, NewerNewChunks, OnlinePlayerActivityDetector, and PotESP where the rendered things would disappear if you were flying really high up.
Other Changes
- Deleted TrouserBlockESP module because Meteor Client's default one is a little more performant, does the same thing, and I do not feel like maintaining the one in Trouser-Streak.
Trouser-Streak v1.3.4
ActivatedSpawnerDetector minor update:
- Made the large rendered box around the spawner showing it's active range 16 blocks in radius instead of 14. I was incorrect in thinking it was 14 blocks.
- The above change also affects the message telling you to loot the chests if there are chests within the active radius of the spawner. The radius in the code is now 16 blocks not 14
Customer Support: https://discord.gg/Az3G3p4ZCj
See the releases page for previous changelogs if you missed the last couple updates. :)
Trouser-Streak v1.3.3
ActivatedSpawnerDetector update:
- Added an option enabled by default that will reduce spam about checking storage around the spawners. If there is no chests within 14 blocks of the spawner (the distance to trigger it) then it will not tell you to check storage.
ForceOPBook Module added!
requires creative mode
- Creates a blank book and quill where the first page is a click event that you can load with any command. The book looks completely blank and is not very suspicious so just ask the target operator for an autograph. The book menu will not let them write, it will close and the command will have executed when they click on the first page.
- The book can only execute commands that are available to the victim, so targeting an operator is necessary
- If you want to you can choose the text in the book and the author/title.
- In server versions less than Minecraft version 1.21.2 you cannot put clickEvents on a book and quill so in those versions you have to use the WrittenBook mode which creates a written book item that has been signed. Those books would require more social engineering to use, you'd have to convince the operator to click on the first page.
The ForceOPBook mod is also available as a standalone mod! This is already updated up to Minecraft 1.21.4!
https://github.com/etianl/ForceOPBook
Customer Support: https://discord.gg/Az3G3p4ZCj