Added template configs!

Implemented gson, lombok!
This commit is contained in:
DaTTV 2025-02-16 17:23:02 +01:00
parent b3c91e197a
commit 30b50b14a4
13 changed files with 56 additions and 2 deletions

View file

@ -0,0 +1,2 @@
op-prefix: '<color:dark_gray>[</color><gradient:#ffa600:#ffb700><b>Team</b></gradient><color:dark_gray>]</color>'
player-prefix: '<color:dark_gray>[</color><gradient:#747e80:#828d8f><b>Player</b></gradient><color:dark_gray>]</color>'

View file

@ -1,6 +1,6 @@
name: BlazeSMP
version: '0.0.1-a'
main: org.example.blazesmp.BlazeSMP
main: me.freezy.plugins.papermc.blazesmp.BlazeSMP
api-version: '1.21'
load: STARTUP
authors: [ DaTTV, Freezy, EmrageGHC ]

View file

@ -0,0 +1,22 @@
{
"name": "TTV",
"tag": "<red><suffix></red>",
"leader": "",
"vize": "",
"members": [""],
"chunks": {
"amount": 2,
"locations": [
{
"owner": "",
"x": "12",
"z": "4"
},
{
"owner": "",
"x": "13",
"z": "4"
}
]
}
}

View file

@ -0,0 +1,9 @@
{
"uuid": {
"x": "",
"y": "",
"z": "",
"yaw": "",
"pitch": ""
}
}

View file

@ -0,0 +1,13 @@
{
"blocks": [
{
"owner": "",
"key": "",
"location": {
"x": "",
"y": "",
"z": ""
}
}
]
}