From 0ce332f05094105879ca61a42ab29677f8db00c2 Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Sat, 29 Nov 2025 13:44:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B2=D1=81=D0=B5?= =?UTF-8?q?=D1=85=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=84=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=D0=B0=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++++------ .../VpcSpigotIntegration/VpcServerIntegration.kt | 1 - src/main/resources/plugin.yml | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 02b0217..9bde612 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ 4.0.0 main - vp_server_integration + VpcSpigotIntegration 1.0 jar - vp_server_integration + VpcSpigotIntegration 17 @@ -106,10 +106,10 @@ - + - + @@ -125,10 +125,10 @@ --> - --> + --> - + diff --git a/src/main/kotlin/main/VpcSpigotIntegration/VpcServerIntegration.kt b/src/main/kotlin/main/VpcSpigotIntegration/VpcServerIntegration.kt index 1179488..eedc0c5 100644 --- a/src/main/kotlin/main/VpcSpigotIntegration/VpcServerIntegration.kt +++ b/src/main/kotlin/main/VpcSpigotIntegration/VpcServerIntegration.kt @@ -62,7 +62,6 @@ class VpcServerIntegration() : JavaPlugin(), CommandExecutor { // Utility instances lateinit var LOGGER: MyLogger lateinit var SERVER: org.bukkit.Server -// var PLUGIN: org.bukkit.plugin.Plugin = Bukkit.getPluginManager().getPlugin("vp_server_integration") lateinit var PLUGIN: org.bukkit.plugin.Plugin // For background checks diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 693fa50..b63c402 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ -name: vp_server_integration +name: VpcSpigotIntegration version: '1.0' main: main.VpcSpigotIntegration.VpcServerIntegration -load: STARTUP +load: POSTWORLD authors: [ _SAN5_SkeLet0n_ ] description: Integrate VPC into your server website: voidproject.del.pw