meteor-client icon indicating copy to clipboard operation
meteor-client copied to clipboard

[Suggestion] A whole load of improvements for a few different modules

Open Funtimes909 opened this issue 3 years ago • 16 comments

Describe the feature

Chat Highlight, Highlights certain words (can also be configured to highlight usernames) in chat with a configurable color

Auto Inventory Module, Automatically puts certain items into certain slots of your inventory

Mass TPA module (Thanks Wurst!), Sends and cancels mass TPA requests to other players online, Can also be access via /mass-tpa "username" cancel "true/false" delay in ticks "20"

Twerk Module, Auto Twerks at a configurable speed (Kinda like anti-afk but just twerking!)

Auto disable option for all auras that can be set to disable after being kicked/disconnecting or after a certain time period

You can now set a delay for Auto Respawn

Limit feature for tracers, Similar to the culling feature in the nametags module, allows you to set a strict amount of tracers that can be rendered

Auto disable option to disable spammer module after being kicked/disconnected

Combat info can now display health and armor durability in numbers or percentages

Combat info can also display item names

Blink will now render a player model with your skin where you are standing and will disappear once it is disabled

I am aware this a lot of things to add so sorry if someone of them already exist in some addons or other modules

Before submitting a suggestion

  • [X] This feature doesn't already exist in the client. (I have checked every module and their settings on the latest dev build)

  • [X] This wasn't already suggested. (I have checked every suggestion on github)

  • [X] This feature is a valid suggestion. (I have read the FAQs and Guides)

Funtimes909 avatar Mar 21 '22 19:03 Funtimes909

picrew pfp opinions ignored

machiecodes avatar Mar 21 '22 19:03 machiecodes

why is this written like a pull request when it is not a pull request

C10udburst avatar Mar 21 '22 20:03 C10udburst

why is this written like a pull request when it is not a pull request

agree

gigglingbed avatar Mar 21 '22 20:03 gigglingbed

why is this written like a pull request when it is not a pull request

ikr, they even say stuff like "you can now"

SnivyLlama avatar Mar 21 '22 22:03 SnivyLlama

why is this written like a pull request when it is not a pull request

I was originally going to add this to my own addon and just copy pasted the ideas list into the suggestion

Funtimes909 avatar Mar 22 '22 00:03 Funtimes909

A few great ideas, I'll look into it on the weekend if nobody else does so

SIMULATAN avatar Mar 22 '22 05:03 SIMULATAN

Instead of mass tpa command, add {players.all} placeholder for Starscript. In macros we could type tpa {players.all} for example and it will automatically parse this placeholder for all online players in server and will execute the command on all those players.

DesiCow avatar Mar 27 '22 13:03 DesiCow

no because parsing {players.all} would just result in like "/tpa player1 player2 player70" and wouldn't work

gigglingbed avatar Mar 27 '22 13:03 gigglingbed

starscript forEach when

SIMULATAN avatar Mar 27 '22 16:03 SIMULATAN

starscript forEach when

but that still doesn't define the action that would happen with the text. you are stupid if you cant realise with simple logic that this as a general feature is completely unviable

gigglingbed avatar Mar 28 '22 07:03 gigglingbed

also this is completely out of scope for starscript, it was designed for simple text processing

gigglingbed avatar Mar 28 '22 07:03 gigglingbed

but that still doesn't define the action that would happen with the text

no shit, that's not how the original forEach works either lol

SIMULATAN avatar Mar 28 '22 08:03 SIMULATAN

yes it is @SIMULATAN

for each something -> action

gigglingbed avatar Mar 28 '22 12:03 gigglingbed

yes it is @SIMULATAN

for each something -> action

See, forEach != for each something -> action

SIMULATAN avatar Mar 28 '22 13:03 SIMULATAN

but that still doesn't define the action that would happen with the text

no shit, that's not how the original forEach works either lol

I seemed to have started an argument here

Funtimes909 avatar Mar 28 '22 20:03 Funtimes909

Latest build for meteor makes wurst and meteor compatible

DrParanoya avatar May 26 '25 14:05 DrParanoya