aieuo / Mineflow

Easily create and execute the original flow like a plugin
University of Illinois/NCSA Open Source License
48 stars 15 forks source link

Suggestions #82

Closed LanternServer closed 2 years ago

LanternServer commented 3 years ago

Hii! I have a few things that I think you should add to mineflow!

Firstly, I think it’d be amazing if you added the ability to activate a players sprint, or better, allow mineflow to control all player movement. This is because I am creating a settings UI, and so far it only has auto gg (See point 2) and I know a lot of people would think auto sprint would be awesome!

Secondly, I think this might already exist, but for my auto GG I would like to have it so that instead of making them do /say GG upon death, they actually say GG to integrate it with pureperms. If this does exist, please direct me to it cos I can’t find it anywhere 0:

Thirdly, I think it’d be a good idea if you could disable recipes, for testing purposes, cos deleting the trigger every time I don’t want insanely broken modified knockback XD is kinda hard..

That’s all for now, thank you :)

aieuo commented 3 years ago

Thank you for the suggestion.

Firstly, I think it’d be amazing if you added the ability to activate a players sprint, or better, allow mineflow to control all player movement. This is because I am creating a settings UI, and so far it only has auto gg (See point 2) and I know a lot of people would think auto sprint would be awesome!

Is there an auto-sprint setting in Minecraft? If not, it's hard to implement...

Secondly, I think this might already exist, but for my auto GG I would like to have it so that instead of making them do /say GG upon death, they actually say GG to integrate it with pureperms. If this does exist, please direct me to it cos I can’t find it anywhere 0:

There is no way to get the PurePerms permissions directly now. Alternatively, you may use the "Player > The player has permission" condition. I am planning to create an extension to support PurePerms.

Thirdly, I think it’d be a good idea if you could disable recipes, for testing purposes, cos deleting the trigger every time I don’t want insanely broken modified knockback XD is kinda hard..

That's good! I'll implement that.

LanternServer commented 3 years ago

There is no setting ): Oh and btw I meant purechat not pureperms, what I mean is that /say GG makes it like this: §d[Player] GG, when it should be like this [Guest] Player>> GG

aieuo commented 3 years ago

ah, I got it. There is no action to let the player chat yet. I'll add it soon.