mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-22 07:34:05 +02:00
Added template configs!
Implemented gson, lombok!
This commit is contained in:
parent
b3c91e197a
commit
30b50b14a4
13 changed files with 56 additions and 2 deletions
13
src/main/resources/storage/protected_blocks.json
Normal file
13
src/main/resources/storage/protected_blocks.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"blocks": [
|
||||
{
|
||||
"owner": "",
|
||||
"key": "",
|
||||
"location": {
|
||||
"x": "",
|
||||
"y": "",
|
||||
"z": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue