-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
##New Modules! **Attribute Swap** - 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 first 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)!!! Thank you to [DonKisser](https://github.com/DonKisser) for making this module for us! Their inspiration was this Youtube video: https://www.youtube.com/watch?v=q99eqD_fBqo **AutoTexts** Thank you to [DedicateDev](https://github.com/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. PICTURE **TextCommand** Thank you to [DedicateDev](https://github.com/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 load mountains .text save mountains #green [ #dark_red Trolled! #green ]|#gold Mountains of Lava Inc.|#red Youtube: #blue www.youtube.com/@mountainsoflavainc.6913|#green [ #dark_red Trolled! #green ] Individual lines are seperated by a | (pipe character) and you can also use #red "wordhere" to format the color of the text. PICTURE **MultiUse** - Initially created by [maytrixc](https://github.com/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: #69 #70 #71 #73 #74
- Loading branch information
Showing
10 changed files
with
711 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.