Hi there MJSU Im tryingh to make the wipe panel more center, is there a list of the docks? Ive tried adjusting the position with in the config but have not had much success. Any idea how to make these alittle more central above the hotbar?
Change panel position?Solved
You create your own docks in the MagicPanel.json file. Then in each plugins config.json file, you assign which dock you would like to assign it to. MagicPanel.json comes with a lot of default dock positions for you to use. Looking at the picture I believe the two panels are on separate docks which is why it looks so spaced out.
The Last Wipe Panel is
{
"Panel Settings": {
"Dock": "center",
"Width": 0.1,
"Order": 11,
"BackgroundColor": "#FFF2DF08"
},
The Wipe Panel is
{
"Panel Settings": {
"Dock": "center",
"Width": 0.1,
"Order": 10,
"BackgroundColor": "#FFF2DF08"
},
So they are on the same dock. I would change the background colors on the to #FF0000FF and the other to #00FF00FF so you can see the size of the panels and make sure one isn't too large and push the other one.
Ahh ok awesome thanks for the tip ill try that. My first time using Magic panel stuff so still learning lots :)
Merged post
I have changed the background colors but cant figure out how to adjust them left or right, im trying to centre them to the toolbelt so they nice and symmetrical.
I figured it out, Its in the MagicPanel.json config
What was causing them to be all weird?
in the Magic panel config i changed the X postion a bit,
"center": {
"Position": {
"X Position": 0.6,
"Y Start Position": 0.109,
"Height": 0.035
},
Locked automatically