Create your own pocket dimension!
With this plugin you can craft your own 13x13x13 dimension that only the person with the Hyperbox can enter!
Easily customize the recipe for the Hyperbox to suit your needs!
Give out Hyperboxes as a reward and allow players to make unique storage areas or farms.
You can also save the information of where each Hyperbox is going in either SQLite or MYSql
Config:
Code (Text):
database:
type: sqlite # Options: mysql, sqlite
url: jdbc:mysql://localhost:3306/hyperbox_db
username: root
password: password
sqlite_file: hyperbox.db
hyperboxWorld: hyperbox_world
#Create a world with the command: /mv create hyperbox_world normal -g VoidGen
recipe:
shape:
- "BBB"
- "BDB"
- "BBB"
ingredients:
B: BEDROCK
D: DIAMOND_BLOCK
Please Note you will need to create a world with MVCore and I suggest making it a void world.
This is my second plugin I have created if you like it please leave a review!