PlayerInput | Interactive Player Input System icon

PlayerInput | Interactive Player Input System -----

Create inputs to allow players to write anything in chat and use it as a variable anywhere you want!




Warning: this update requires you to reset your input-formats.yml
Changes
  • Commands now accept multiple lines.
  • Changed timeout in input_timeout.
  • console_command and player_command now support PlaceholderAPI placeholders.
  • The input-format.yml file went from this:
    Code (YAML):
    success:
          message
    : "message here"
          sound
    : "sound_here;1.0;1.0"
          command
    : "give {player} diamond {input}"
    to this:
    Code (YAML):
    success:
          message
    : "&aNumber {input} received successfully!"
          sound
    : "ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0"
          commands
    :
            - "console_command
    : give {player } diamond {input } " #Executes a command as the console
            - "
    player_command : another command " #Executes a command as the player
Bug Fixes
  • Timeout value in formats was not working, causing the timeout to always be the default value specified in config.yml
  • Console logs were displaying in the wrong way
  • Fixed an error message called at the wrong time
----------, Oct 8, 2025

Resource Information
Author:
----------
Total Downloads: 13
First Release: Oct 8, 2025
Last Update: Oct 8, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings