Donator name as entity custom name?
JimiIT92 opened this issue ยท 5 comments
I don't know if this is possibile, but if so i can't find anything on the documentation, but: is it possibile to include the donator name in commands? For example, on donation i want to spawn a creeper with the name of the donator, how can i do that? I tried including the ${actor} in the entity's nbt but this spawns a creeper with the name being literally ${actor}, not replacing the actual donator name. So, is it possibile to include this information in the command?
Hey there! Unfortunately, expression evaluation is currently only available on messages (Both on message configs and DISPLAYING
parameters). However, expression evaluation is planned to be added to TSL actions real soon.
If you are interested, in the mean time, you can see latest changes in our Discord Server! (https://discord.gg/KNxxdvN)
Edit: i've managed to get it work, i'll push the changes to my fork of your repository if you wish to take a look ๐
Sure thing, I can take a look at it @JimiIT92 !
PRs are always welcomed, as long as their commit logs satisfy the Angular Commit Conventions!
Perhaps setting up a CI for Angular Commit Conventions soon might be a good idea ๐ค