Skip to content

Commit 944501b

Browse files
committed
refactor: proper map names
1 parent 631694d commit 944501b

1 file changed

Lines changed: 23 additions & 7 deletions

File tree

configuration/bedwars/maps.json

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"id": "airshow",
55
"name": "Airshow",
66
"configuration": {
7-
"types": ["SOLO", "DOUBLES", "ULTIMATE_DOUBLES"],
7+
"types": [
8+
"SOLO",
9+
"DOUBLES",
10+
"ULTIMATE_DOUBLES"
11+
],
812
"generator": {
913
"iron": {
1014
"delay": 3,
@@ -413,9 +417,13 @@
413417
},
414418
{
415419
"id": "speedway",
416-
"name": "speedway",
420+
"name": "Speedway",
417421
"configuration": {
418-
"types": ["SOLO", "DOUBLES", "ULTIMATE_DOUBLES"],
422+
"types": [
423+
"SOLO",
424+
"DOUBLES",
425+
"ULTIMATE_DOUBLES"
426+
],
419427
"generator": {
420428
"gold": {
421429
"delay": 8,
@@ -870,9 +878,13 @@
870878
},
871879
{
872880
"id": "rooftop",
873-
"name": "rooftop",
881+
"name": "Rooftop",
874882
"configuration": {
875-
"types": ["SOLO", "DOUBLES", "ULTIMATE_DOUBLES"],
883+
"types": [
884+
"SOLO",
885+
"DOUBLES",
886+
"ULTIMATE_DOUBLES"
887+
],
876888
"generator": {
877889
"gold": {
878890
"delay": 8,
@@ -1329,9 +1341,13 @@
13291341
},
13301342
{
13311343
"id": "lighthouse",
1332-
"name": "lighthouse",
1344+
"name": "Lighthouse",
13331345
"configuration": {
1334-
"types": ["SOLO", "DOUBLES", "ULTIMATE_DOUBLES"],
1346+
"types": [
1347+
"SOLO",
1348+
"DOUBLES",
1349+
"ULTIMATE_DOUBLES"
1350+
],
13351351
"generator": {
13361352
"gold": {
13371353
"delay": 8,

0 commit comments

Comments
 (0)