📦
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
  • ModelEngine
  • ItemsAdder
  • Oraxen
  • MMOItems
  • MythicMobs
  • PlaceholderAPI

Compatibility

PreviousCommandsNextBasics

Last updated 3 months ago

ModelEngine

ItemsAdder

Oraxen

MMOItems

MythicMobs

PlaceholderAPI

is being used to add cross-plugins placeholders.

%aquaticcrates_keys_<player>_<crate-id>%

Returns a number of how many virtual keys the player has of specific crate.


%aquaticcrates_totalkeys_<player>%

Returns a number of all keys the player has of specific crate.


%aquaticcrates_statistic_crate_<crate-id>_<timeframe>%


%aquaticcrates_statistic_crate_<crate-id>_<timeframe>_<player>%


%aquaticcrates_statistic_reward_<crateid:rewardid>_<timeframe>%


%aquaticcrates_statistic_reward_<crateid:rewardid>_<timeframe>_<player>%


Arguments:

Statistic arguments:

Argument
Possible values

<player>

Self, Playername

<crate-id>

All, CrateId

<timeframe>

daily, weekly, monthly, alltime

Returns how many times has been a crate opened in specific timeframe. Read about arguments .

Retuns how many times has been a crate opened by specific player in specific timeframe. Read about arguments .

Returns how many times a reward has been won in specific timeframe. Read about arguments .

Returns how many times a reward has been won by specific player in specific timeframe. Read about arguments .

PlaceholderAPI
here
here
here
here