Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starscript in Auto Command #61

Closed
buhhhhg opened this issue Dec 23, 2024 · 3 comments
Closed

Starscript in Auto Command #61

buhhhhg opened this issue Dec 23, 2024 · 3 comments

Comments

@buhhhhg
Copy link

buhhhhg commented Dec 23, 2024

it would be really nice
(e.x.
/op otheruser
/deop {player}
)

@etianl
Copy link
Owner

etianl commented Dec 24, 2024

I'm not 100% certain what you are meaning

@buhhhhg
Copy link
Author

buhhhhg commented Dec 24, 2024

image
does this help? sorry if i didnt give enough context

@etianl
Copy link
Owner

etianl commented Dec 24, 2024

#66
DedicatedDev fixed it for us :D
https://github.com/DedicateDev

@etianl etianl closed this as completed Dec 24, 2024
etianl added a commit that referenced this issue Dec 24, 2024
Added Starscript to AutoCommand like requested in issue #61
etianl added a commit that referenced this issue Dec 25, 2024
**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.

**Merged Pull Requests to Fix things!**
- Accepted a Pull Request from [nokernelspace](https://github.com/nokernelspace) that fixes the Book And Quill Dupe module for Minecraft 1.21.3
- Accepted a PR from [DedicateDev](https://github.com/DedicateDev) that implements a tick delay between commands for AutoDisplays, AutoScoreBoard, and AutoTitles. This solve this issue #51
- Accepted a PR from [DedicateDev](https://github.com/DedicateDev) that implements StarScript for commands for the AutoCommand module. This solve this issue #61

**New AutoNames Module Added!**
- Automatically change player name colors, prefix, suffix in tab and chat. Credits to [DedicateDev](https://github.com/DedicateDev) for this module!
- This module requires OP status!

**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 ActivatedSpawnerDetector Features!**
- TrialSpawnerDetector added, which 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.

**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.
etianl added a commit that referenced this issue Dec 25, 2024
**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.

**Merged Pull Requests to Fix things!**
- Accepted a Pull Request from [nokernelspace](https://github.com/nokernelspace) that fixes the Book And Quill Dupe module for Minecraft 1.21.3
- Accepted a PR from [DedicateDev](https://github.com/DedicateDev) that implements a tick delay between commands for AutoDisplays, AutoScoreBoard, and AutoTitles. This solve this issue #51
- Accepted a PR from [DedicateDev](https://github.com/DedicateDev) that implements StarScript for commands for the AutoCommand module. This solve this issue #61

**New AutoNames Module Added!**
- Automatically change player name colors, prefix, suffix in tab and chat. Credits to [DedicateDev](https://github.com/DedicateDev) for this module!
- This module requires OP status!

**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 ActivatedSpawnerDetector Features!**
- TrialSpawnerDetector added, which 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.

**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.
etianl added a commit that referenced this issue Dec 25, 2024
**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.

**Merged Pull Requests to Fix things!**
- Accepted a Pull Request from [nokernelspace](https://github.com/nokernelspace) that fixes the Book And Quill Dupe module for Minecraft 1.21.3
- Accepted a PR from [DedicateDev](https://github.com/DedicateDev) that implements a tick delay between commands for AutoDisplays, AutoScoreBoard, and AutoTitles. This solve this issue #51
- Accepted a PR from [DedicateDev](https://github.com/DedicateDev) that implements StarScript for commands for the AutoCommand module. This solve this issue #61

**New AutoNames Module Added!**
- Automatically change player name colors, prefix, suffix in tab and chat. Credits to [DedicateDev](https://github.com/DedicateDev) for this module!
- This module requires OP status!

**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 ActivatedSpawnerDetector Features!**
- TrialSpawnerDetector added, which 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.

**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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants