Skip to content

Items Notify JSON Configuration

Pheonix KageDesu edited this page Nov 25, 2018 · 5 revisions

⚠️ Available since build 990

JSON configuration files

All JSON configuration files place: 📁 RPG Maker MV Project/data/AABS/

Items Notify Panel

Configuration file name: ItemsNotifySettings.json
Download default file


Configuration file structure: 5 code blocks
1️⃣ Global Settings
2️⃣ Settings for simple text
3️⃣ Settings for experience notify
4️⃣ Settings for gold notify
5️⃣ Settings for items notify

Configuration elements:
navigation - Number

  1. None, next replace previous
  2. Top, next above previous
  3. Down, next below previous
  4. Left
  5. Right

anchor - Number
1 - text will appear in left side
0.5 - text will appear in center
0 - text will appear in right

stayTime - Number
how long text will be stay on screen

margin - Number, space between lines in px

changeFontSize - Number
font size will be animated changed to this value after text is appeared

colorA, colorB - Color in HEX format
Gradient colors for text background

gType - 0 or 1
Vertical or Horizontal background gradient

Other elements have clear names and do not need to be described