From 82c96f0853a60c58cdcb354128b75fa8221b57fc Mon Sep 17 00:00:00 2001 From: sovdee <10354869+sovdeeth@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:41:39 -0400 Subject: [PATCH] initial changes to allow pr creation --- .../skript/commands/api/ScriptCommand.java | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/main/java/org/skriptlang/skript/commands/api/ScriptCommand.java b/src/main/java/org/skriptlang/skript/commands/api/ScriptCommand.java index b7367dde8c1..55147c3c808 100644 --- a/src/main/java/org/skriptlang/skript/commands/api/ScriptCommand.java +++ b/src/main/java/org/skriptlang/skript/commands/api/ScriptCommand.java @@ -1,21 +1,3 @@ -/** - * This file is part of Skript. - * - * Skript is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Skript is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Skript. If not, see . - * - * Copyright Peter Güttinger, SkriptLang team and contributors - */ package org.skriptlang.skript.commands.api; import ch.njol.skript.Skript; @@ -38,7 +20,7 @@ import ch.njol.skript.variables.Variables; import ch.njol.util.StringUtils; import org.bukkit.event.Event; -import org.eclipse.jdt.annotation.Nullable; +import org.jetbrains.annotations.Nullable; import org.skriptlang.skript.commands.api.ScriptCommandSender.CommandSenderType; import java.util.List;