Skip to main content

🏦 Jewel Bank 🏦

Quick Description

The Jewel Bank plugin allows players to store and manage jewels safely, preventing inventory and vault clutter. Supports both standard and custom jewels.


How it works

  • Store and withdraw jewels using a simple in-game interface
  • Supports all main jewels: Chaos, Bless, Soul, Life, Creation...
  • Jewels are stacked and managed automatically
  • No risk of losing jewels due to lack of space

Main settings

  • Enable/disable: switch = true/false
  • Supported jewels: Chaos, Bless, Soul, Life, Creation...
  • Each jewel has its own config (name, itemIndex, stack)

Quick config (JewelBankConfig.lua)

JewelBankConfig = {
switch = true, -- Enable/disable system
jewelData = {
[0] = {name='joc_count',itemName='Jewel of Chaos',itemIndex=6159,itemStack=1},
[1] = {name='job_count',itemName='Jewel of Bless',itemIndex=7181,itemStack=1},
[2] = {name='jos_count',itemName='Jewel of Soul',itemIndex=7182,itemStack=1},
[3] = {name='jol_count',itemName='Jewel of Life',itemIndex=7184,itemStack=1},
[4] = {name='jcr_count',itemName='Jewel of Creation',itemIndex=7190,itemStack=1},
....
},
}

See JewelBankConfig.lua for all parameters and detailed examples.