INNOUNIQ
Discord
  • 🏠Home
  • 🧩Plugins
    • 🌏TheCore
      • Installation
      • Commands & Permissions
      • Configuration
        • Base
        • Options
        • Centralized Reward Repository
        • Command management
    • 🎄Advent Season
      • Modules
        • Advent Calendar
          • Installation
          • Command & Permissions
          • Configuration
            • Options
            • Calendar
            • GUI
            • Command management
            • Placeholder
        • Christmas Mail
          • Installation
          • Command & Permissions
          • Configuration
            • Options
            • GUI
            • Command management
            • Placeholder
        • Grinch
          • Installation
          • Command & Permissions
          • Configuration
            • Options
            • GUI
            • Command management
            • Placeholder
        • Saint Nicholas
          • Installation
          • Command & Permissions
          • Configuration
            • Options
            • GUI
            • Command management
        • Scavenger Hunt
          • Installation
          • Command & Permissions
          • Configuration
            • Options
            • Christmas Present
            • GUI
            • Command management
            • Placeholder
          • Advent Calendar
      • FAQ
      • Summary
    • 🐣Easter Season
      • Modules
        • Egg Hunt
          • Installation
          • Command & Permissions
          • Configuration
            • Options
            • Easter Egg
            • GUI
            • Command management
            • Placeholder
      • FAQ
      • Summary
    • 🎺Melody Player
      • Installation
      • Commands & Permissions
      • Configuration
        • Options
        • Melody Reposiotry
        • Player Repository
        • Command management
        • GUI
      • FAQ
      • Summary
    • 🏃‍♂️Parkour
    • 💸Lottery
    • 📥Voting
      • Installation
      • Commands & Permissions
      • Configuration
        • Options
        • Voting Unit
        • GUI
        • Interactive Signs
      • Summary
    • 🎟️Promotional Activity
      • Coupon
        • Installation
        • Commands & Permissions
        • Configuration
          • Options
          • Command management
          • GUI
          • Placeholder
        • FAQ
        • Summary
      • Voucher
        • Installation
        • Commands & Permissions
        • Configuration
          • Options
          • Command management
          • GUI
          • Placeholder
        • FAQ
        • Summary
    • 👴Archieve
      • 🎄Advent Season - 2022 Edition
        • Installation
        • Command & Permissions
          • Advent Season
          • Advent Calendar
          • Christmas Mail
          • Carols
          • Saint Nicholas
          • Grinch
          • Additional permissions
        • Configuration
          • Base
          • Options
            • Advent Calendar
            • Christmas Mail
            • Saint Nicholas
            • Grinch
            • Carols
          • Reward
          • Command management
          • GUI
          • Placeholder
        • FAQ
        • Summary
      • 🎄Advent Season - 2023 Edition
        • Advent Core
        • Commands & Permissions
        • Configuration
          • Base
          • Options
          • Reward
          • Command management
        • Modules
          • Advent Calendar
            • Installation
            • Command & Permissions
            • Configuration
              • Options
              • Calendar
              • GUI
              • Command management
              • Placeholder
          • Christmas Mail
            • Installation
            • Command & Permissions
            • Configuration
              • Options
              • GUI
              • Command management
              • Placeholder
          • Grinch
            • Installation
            • Command & Permissions
            • Configuration
              • Options
              • GUI
              • Command management
              • Placeholder
          • Saint Nicholas
            • Installation
            • Command & Permissions
            • Configuration
              • Options
              • GUI
              • Command management
          • Scavenger Hunt
            • Installation
            • Command & Permissions
            • Configuration
              • Options
              • Christmas Present
              • GUI
              • Command management
              • Placeholder
            • Advent Calendar
        • FAQ
        • Summary
      • 📥Voting - Until 4.2.0
      • 🐣Easter Season - 2023/2024
        • Easter Core
        • Commands & Permissions
        • Configuration
          • Base
          • Options
          • Reward
          • Command management
        • Modules
          • Egg Hunt
            • Installation
            • Command & Permissions
            • Configuration
              • Options
              • Easter Egg
              • GUI
              • Command management
              • Placeholder
        • FAQ
        • Summary
  • ⚖️Terms of Use
  • 🏖️Playground Server
  • 📊Analytics
  • 💰Donation
Powered by GitBook
On this page
  • Season duration
  • MailBox
  • Extend capacity
  • Vulgarism filter
  • Restriction
  • Figure (Elf)
  • Mode
  • Particle

Was this helpful?

  1. Plugins
  2. Archieve
  3. Advent Season - 2023 Edition
  4. Modules
  5. Christmas Mail
  6. Configuration

Options

Looking into Options.yml

Season duration

Range of days, while module is active.

Options:
  Season:
    StartDateTime: "01.12.2023 00:00" #The datetime when the season starts.
    GapDateTime: "24.12.2023 00:00" #The datetime when the sending mode is turned to reading mode.
    EndDateTime: "31.12.2023 23:59" #The datetime when the season ends.

Before and after this season, players won't be able to interact with Figure.

MailBox

When player wants to send a surprise to his friennd, he needs to create MailBox.

Capacity of MailBoxes is limited.

Options:
  MailBox:
    Capacity:
      Default: 9

Extend capacity

By permissions, you can extend capacity of MailBoxes for player.

Simply create KEY and assign it value.

Options:
  MailBox:
    Capacity:
      Extension:
        PRINCE: 3
        KING: 9

Default + Extension = Total Capacity

Example

Extension with key VIP_GOLD extends capacity by 5. In configuration file, it will look like this:

Options:
  MailBox:
    Capacity:
      Extension:
        VIP_GOLD: 5

Player with permission ChristmasMail.MailBox.Capacity.VIP_GOLD can create 14 MailBoxes. (9 as Default + 5 by extension)

At applying more permissions on the player, only permission with highest value will be used!

Vulgarism filter

Christmas time is about peace and calm, why to send inappropriate messages in wishes?

To handle vulgarisms in wishes, you need to put inappropriate words into specific file. One word has to be on separated line.

If file InappropriateBehaviour.txt does not exist, please create one in ChristmasMail folder.

Restriction

You can disable performing some actions while using the resource.

Options:
  Restriction:
    World:
      - world_the_end
      - world_nether
      - SomeAnotherRestrictedWrold

If you want to allow all worlds, you need to set Empty Collections([]) here!

Options:
  Restriction:
    World: []

Figure (Elf)

Via Figure, players are able to open Christmas Mail. Elf also displays current status of the season.

System offers pre-defined Armor Stand, with clothes and head. All values can be changed in the configuration file. System also supports NPC, you can aslo equip it with armor or items.

Warning at placing the Figure. Figure copies your locations and also facing direction!

To place Assistant type: /ChristmasMail Figure Place

If you have own Armor Stand, you can link it with Advent Figure. It only creates Holograms above the Armor Stand.

To link Elf with the nearest Armor Stand in your range type: /ChristmasMail Figure Link

Mode

List of modes mentioned above:

  • NONE

  • ARMOR_STAND

  • PLAYER

  • HOLOGRAM

Options:
  Figure:
    Mode: "ARMOR_STAND"

Particle

Particles are spawning around the spawned Figure. You can keep them active or disable them. Also you can change Effect, Color, Speed and Amount.

Options:
  Figure:
    Particle:
      Active: true
      TickDelay: 13 #How fast particles are spawned. (20 ticks = 1 second)
      Data:
        Effect: SPELL_WITCH
        Amount: 35
        Speed: 1.0 #Optional, Default 1.0
        Color: "255:255:255" #Optional, Default White
        Offest: #Optional, Offset from Figures's location. (Vector)
          X: .5
          Y: .5
          Z: .5
PreviousConfigurationNextGUI

Last updated 1 year ago

Was this helpful?

🧩
👴
🎄