How do I do a Command with a string?

Started by gamingvader on

Topic category: Help with modding (Java Edition)

Last seen on 23:15, 7. Jul 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I do a Command with a string?

Hi, I'm trying to do a command with a string but when i go in and test if the command was executed it wasn't it still shows its value as 1.0.

""

Last seen on 20:18, 12. Mar 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make sure both procedures…
Sat, 07/15/2023 - 21:50

Make sure both procedures are getting called, in the right order, on the same entity.

Also, check to see if normal commands work, such as "/execute as @e at @s run tp @s ~ ~100 ~".