From ca4a5b49dd5e929f1c13cc0190a1674f78317ef7 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Wed, 23 Nov 2022 21:02:31 +0100 Subject: [PATCH] Update calendar content --- .../bungeecore/commands/CalendarCommand.java | 31 ++++++++++++++++--- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/src/de/steamwar/bungeecore/commands/CalendarCommand.java b/src/de/steamwar/bungeecore/commands/CalendarCommand.java index ee80b1db..72863d09 100644 --- a/src/de/steamwar/bungeecore/commands/CalendarCommand.java +++ b/src/de/steamwar/bungeecore/commands/CalendarCommand.java @@ -34,10 +34,33 @@ public class CalendarCommand extends SWCommand { private static Map dayToSchematicId = new HashMap<>(); static { - for (int i = 1; i < 27; i++) { - dayToSchematicId.put(i, 0); - } - dayToSchematicId.put(31, 0); + dayToSchematicId.put(1, 105386); + dayToSchematicId.put(2, 105463); + dayToSchematicId.put(3, 105438); + dayToSchematicId.put(4, 105383); + dayToSchematicId.put(5, 105381); + dayToSchematicId.put(6, 105396); + dayToSchematicId.put(7, 105462); + dayToSchematicId.put(8, 105457); + dayToSchematicId.put(9, 105388); + dayToSchematicId.put(10, 105390); + dayToSchematicId.put(11, 105385); + dayToSchematicId.put(12, 105397); + dayToSchematicId.put(13, 105455); + dayToSchematicId.put(14, 105389); + dayToSchematicId.put(15, 105454); + dayToSchematicId.put(16, 105394); + dayToSchematicId.put(17, 105459); + dayToSchematicId.put(18, 105384); + dayToSchematicId.put(19, 105392); + dayToSchematicId.put(20, 105465); + dayToSchematicId.put(21, 105393); + dayToSchematicId.put(22, 105464); + dayToSchematicId.put(23, 105380); + dayToSchematicId.put(24, 105505); + dayToSchematicId.put(25, 105517); + dayToSchematicId.put(26, 105517); + dayToSchematicId.put(31, 105507); } public CalendarCommand() {