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

[ENHANCEMENT] Make vehicle entities get an unique entity name. #1707

Closed
TonySokachu opened this issue Aug 21, 2023 · 8 comments
Closed

[ENHANCEMENT] Make vehicle entities get an unique entity name. #1707

TonySokachu opened this issue Aug 21, 2023 · 8 comments
Labels
enhancement It's not a bug, it's a feature! wontdo Not gonna duh. Wouldn't be prudent.

Comments

@TonySokachu
Copy link

Right now every MTS vehicles have an entity Identifier name that goes like this:
entity.mts_entity.name(on 1.12.2) and
mts.builder.existing(on 1.16.5).
You can kill the vehicles by running: {"/kill @e[type=mts.builder.existing]"} but you can't summon them, because running "/summon mts.builder.existing" brings up an invisible fake entity.
What i want and i'm sure more people are looking toward this feature is to be able to identify each vehicle by the name of their item: mts:packid.name
ex.
Item name: mts:warkvehicle.containerhandler
entity name: mts:warkvehicle.containerhandler

I believe this would help servers in a big way. They could setup minigames, Races, Roleplays and so much more.

@DonBruce64
Copy link
Owner

Can it be assumed what you actually want is a command to summon vehicles, not them having a unique name specificall?

@TonySokachu
Copy link
Author

Can it be assumed what you actually want is a command to summon vehicles, not them having a unique name specificall?

Sorry for not responding.
Yes but i requested entity names as you have multiple minecraft command, ex. kill, tp, execute if entity execute at, etc

@DonBruce64
Copy link
Owner

They will not have unique names. IV registers vehicles as a single entity. Their JSON defines what they do. So no, you just get the basic names.

@DonBruce64 DonBruce64 added enhancement It's not a bug, it's a feature! wontdo Not gonna duh. Wouldn't be prudent. labels Aug 28, 2023
@TonySokachu
Copy link
Author

TonySokachu commented Aug 28, 2023 via email

@DonBruce64
Copy link
Owner

If you use the right NBT, yes, you can summon a vehicle now. You don't need anything special for that.

@TonySokachu
Copy link
Author

TonySokachu commented Aug 29, 2023 via email

@DonBruce64
Copy link
Owner

I honestly have no clue. I don't mess with summon commands with NBT normally. Would ask one of the folks who is on servers regularly that do.

@TonySokachu
Copy link
Author

TonySokachu commented Aug 30, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement It's not a bug, it's a feature! wontdo Not gonna duh. Wouldn't be prudent.
Projects
None yet
Development

No branches or pull requests

2 participants