📦
AquaticCrates v3
  • Getting Started
  • Commands
  • Compatibility
  • ✏️Configuring
    • Basics
    • Crate
      • Visuals
      • Interactions
      • Hologram
      • Open Prices
      • Open Requirements
      • Open Restrictions
      • Open Cooldown
    • Mass Opening
    • Keys
      • Interactions
    • Rewards
      • Rarities
      • Win Limits
      • Actions
      • Rewards Menu
    • Preview
    • Milestones
    • Reroll
    • Animation
      • Open Animation
      • Idle Animation
      • Fail Animation
      • Actions
    • Reward & Crate Limits
    • Item Settings
    • Examples
  • 💻Developer API
    • Basics
Powered by GitBook
On this page
  • Discord Embed
  • Actionbar
  • Bossbar
  • Broadcast
  • Command
  • Give Item
  • Message
  • Sound
  • Title
  1. Configuring
  2. Rewards

Actions

These actions are being used to define what is gonna happen when a reward is won!

Placeholders:

  • %reward-name% - name of the reward

  • %chance% - chance of the item

  • %rarity-name% - name of the rarity

  • %rarity-id% - id of the rarity

  • %item_type_image_url% - url to png file of the reward item material

  • %reward-var:<id>% - reward variable

  • %random-amount% - the value of rolled random amount

  • %player% - player username

  • And all PAPI placeholders

Discord Embed

actions:
  - type: "discord-webhook"
    url: "Webhook URL"
    content: "Message Content"
    username: "Actions Webhook"
    avatar-url: "Icon Url"
    tts: false
    embeds:
      - title: "Embed 1"
        description: "This is Embed 1 description"
        url: "Title URL"
        author: 
          name: "AquaticCrates"
          url: "Author URL"
          icon-url: "Author Icon URL"
        footer:
          text: "This is footer text"
          icon-url: "Footer Icon URL"
        color:
          red: 255
          green: 255
          blue: 255
        image: "Embed Image URL"
        thumbnail: "Thumbnail Image URL"
        

Actionbar

actions:
  - type: "actionbar"
    message: "Your actionbar message"

Bossbar

actions:
  - type: "bossbar"
    message: "Bossbar message"
    progress: 1.0
    color: WHITE
    style: PROGRESS
    duration: 60 # Ticks

Shows a bossbar for X amount of ticks

Colors:

  • PINK

  • BLUE

  • RED

  • GREEN

  • YELLOW

  • PURPLE

  • WHITE

Styles:

  • PROGRESS

  • NOTCHED_6

  • NOTCHED_10

  • NOTCHED_12

  • NOTCHED_20

Broadcast

actions:
  - type: "broadcast"
    message: "The broadcast message"

Command

actions:
  - type: "command"
    command: "say hello %player%"

Give Item

actions:
  - type: "giveitem"
    item:
      material: STONE
      display-name: "<red>Special Stone"
      amount: 1

Message

actions:
  - type: "message"
    message: "The broadcast message"

Sound

actions:
  - type: "sound"
    sound: "minecraft:ambient.basalt_deltas.additions"
    volume: 1.0
    pitch: 1.0

Title

actions:
  - type: "title"
    title: "Your title"
    subtitle: "Your subtitle"
    fade-in: 0
    stay: 100
    fade-out: 0
PreviousWin LimitsNextRewards Menu

Last updated 2 months ago

Check out more item settings in the section!

✏️
Item Settings