BitGrid
Sophisticated & Intelligent Storage Management for Minecraft

✨ Key Features
- Storage Core: A high-capacity central block for massive item storage.
- Intelligent GUI: Powerful search system and multiple sorting options (Time, Amount, ID).
- Grid Sharing (New!): Invite other players to share your storage grid seamlessly.
- Advanced Upgrade System:
- Stack Upgrade: Increase items per slot (up to level 6).
- Page Upgrade: Expand your storage capacity with more pages.
- Economy Integration: Supports both Vault (Money) and EXP for upgrade costs.
- Multi-language: Fully customizable messages (Default: English & Korean).
[HR][/HR]
Commands & Permissions
Main Commands:
-
Code (Text):
/bitgrid give <player>
- Grants a Storage Core block.
-
Code (Text):
/bitgrid invite <player>
- Invite a member to your grid.
-
Code (Text):
/bitgrid kick <player>
- Kick a member from your grid.
-
Code (Text):
/bitgrid members
- View the list of grid members.
-
Code (Text):
/bitgrid leave
- Leave the current grid.
Permissions:
-
- Access to Storage Core. (Default: true)
-
Code (Text):
bitgrid.craft
- Ability to craft Core. (Default: true)
-
Code (Text):
bitgrid.admin
- Admin commands access. (Default: op)
[HR][/HR]
Crafting Recipe
You can craft the Storage Core using Diamonds, Ender Pearls, and a Barrel.
| DIAMOND |
ENDER_PEARL |
DIAMOND |
| ENDER_PEARL |
BARREL |
ENDER_PEARL |
| DIAMOND |
ENDER_PEARL |
DIAMOND |
[HR][/HR]
⚙️ Configuration
Code (YAML):
database:
type
: sqlite
host
: localhost
port
: 3306
name
: bitgrid
username
: root
password
:
""
storage-core:
crafting:
enabled
: true
recipe:
row1
:
[
"DIAMOND",
"ENDER_PEARL",
"DIAMOND"
]
row2
:
[
"ENDER_PEARL",
"BARREL",
"ENDER_PEARL"
]
row3
:
[
"DIAMOND",
"ENDER_PEARL",
"DIAMOND"
]
upgrades:
stack:
max-level
: 6
price-type
:
"VAULT"
# EXP or VAULT
costs
:
[10, 20, 30, 40, 50, 60
]
limits
:
[256, 1024, 4096, 16384, 65536, 131072, 262144
]
page:
max-level
: 6
price-type
:
"VAULT"
# EXP or VAULT
costs
:
[10, 20, 30, 40, 50, 60
]
limits
:
[3, 5, 7, 9, 11, 13, 15
]
Author: Dev-Wonjoon | Version: 0.1-ALPHA | API: 1.20