idk how to make a /{commnd} (player) #375


  • Started
Open
  • Modestkidstudio created this issue Dec 31, 2024

    idk how to make a command that lets players do
    /{command_name} and then (player_name)

  • Modestkidstudio added a tag Started Dec 31, 2024
  • guoficial posted a comment Mar 7, 2025

    Wiki explains everything.

  • user_zs2owaauxs52apir posted a comment Mar 9, 2025

    command-player:

      command: /command

      type: RUN_CONSOLE

      runcmd:

        - ‘give $arg1 diamond’

      register: true

      permission-required: false

     

    # replace the runcmd section with whatever command you want

    # $arg1 is the player typed after /command

    # usuage: /command <player>


To post a comment, please login or register a new account.