🐙
AquaticCrates
  • 👋Welcome
  • ⚙️Installation
    • Configuration
    • Messages
    • Crates
      • Basic Options
      • Model Options
      • Item Options
      • Preview Options
      • Reward Options
        • Actions
      • Animation Options
        • Basic Settings
        • Bossbars Options
        • Reroll Options
        • Frames
Powered by GitBook
On this page
  • Settings
  • Screen-Effect
  1. Installation

Configuration

A simple guide about how to setup the main configuration

messages-format: "legacy" # Available: Legacy, Minimessage
model-provider: "modelengine" # Available: ModelEngine, ItemsAdder
options:
  screen-effect:
    character: 'ざ'
    on-start:
      in: 10
      keep: 3
      out: 15
    on-finish:
      in: 10
      keep: 1
      out: 15

Settings

  • messages-format

    • Sets the format of message.yml. If you don't know what is MiniMessage, I would really recommend to set the value to "legacy".

  • screen-effect

    • An effect that makes a fading blackscreen like in cinematics

  • model-provider

    • A plugin that handles the models.

    • Possible values are:

      • ModelEngine

      • ItemsAdder

Screen-Effect

Types

  • on-start

    • the effect is played when a player click on a crate with a key

  • on-finish

    • the effect is played when the animation ends

Options

  • character

    • a character from your Resource-Pack that holds the black-screen texture

  • in

    • fade-in of the effect

  • stay

    • for how long should the black-screen stay

  • out

    • fade-out of the effect

PreviousInstallationNextMessages

Last updated 2 years ago

⚙️