Actions

Types of Action

Action

Description

[message] <text>

Sends a message to the player

[title] (title)(subtitle(fade-in)(stay)(fade-out)

Sends a title to the player

[player] <command>

Executes the command as the player

[console] <command>

Executes the command as the console

[sound] (sound)(pitch)(volume)

Plays the sound to the player

[delay] <integer>

Delays all the next actions by the specified integer in the format of seconds.

triangle-exclamation

Action Usage

  left-click-actions:
    first-page:
      - "[message]  "
      - "[message]  &f&lSir Craft &#0bda51(1/2)"
      - "[message]  &#a2aab3How are you %player_name%?"
      - "[message]  "
      - "[delay] 2"
      - "[title] (&#0bda51&lGreat!)(&#a2aab3You talked to Sir Craft)(1)(2)(1)"
      - "[sound] (ENTITY_VILLAGER_CELEBRATE)(2)(1)"
circle-check

Paginated Actions

SocialCitizen features paginated actions. The page will be played based on the number of clicks of the player. When the player has reached the last page, It returns back to the first page.

Last updated

Was this helpful?