mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
Add license headers
This commit is contained in:
2
HEADER
2
HEADER
@@ -3,7 +3,7 @@ This file is part of HuskSync by William278. Do not redistribute!
|
||||
Copyright (c) William278 <will27528@gmail.com>
|
||||
All rights reserved.
|
||||
|
||||
This source code is provided as reference to licensed individuals that have purchased the HuskTowns
|
||||
This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
plugin once from any of the official sources it is provided. The availability of this code does
|
||||
not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
"plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync;
|
||||
|
||||
import net.kyori.adventure.platform.bukkit.BukkitAudiences;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.api;
|
||||
|
||||
import net.william278.husksync.BukkitHuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import me.lucko.commodore.CommodoreProvider;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import me.lucko.commodore.CommodoreProvider;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import net.william278.husksync.BukkitHuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import net.william278.husksync.BukkitHuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import org.bukkit.NamespacedKey;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import net.william278.husksync.BukkitHuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import net.william278.husksync.data.DataSaveCause;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import net.william278.husksync.BukkitHuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import net.william278.husksync.data.DataSaveCause;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import net.william278.husksync.BukkitHuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import net.william278.husksync.data.UserData;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.listener;
|
||||
|
||||
import net.william278.husksync.config.Settings;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.listener;
|
||||
|
||||
import net.william278.husksync.BukkitHuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.listener;
|
||||
|
||||
import net.william278.husksync.config.Settings;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.listener;
|
||||
|
||||
import net.william278.husksync.config.Settings;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.migrator;
|
||||
|
||||
import com.zaxxer.hikari.HikariDataSource;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.migrator;
|
||||
|
||||
import com.zaxxer.hikari.HikariDataSource;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.player;
|
||||
|
||||
import de.themoep.minedown.adventure.MineDown;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync;
|
||||
|
||||
import net.william278.desertwell.UpdateChecker;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.api;
|
||||
|
||||
import net.william278.husksync.HuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import net.william278.husksync.HuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import de.themoep.minedown.adventure.MineDown;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import de.themoep.minedown.adventure.MineDown;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import de.themoep.minedown.adventure.MineDown;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.command;
|
||||
|
||||
import net.william278.husksync.HuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.config;
|
||||
|
||||
import de.themoep.minedown.adventure.MineDown;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.config;
|
||||
|
||||
import net.william278.annotaml.YamlComment;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import net.william278.husksync.api.BaseHuskSyncAPI;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import com.google.gson.GsonBuilder;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import net.william278.husksync.config.Settings;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import net.william278.husksync.command.Permission;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.database;
|
||||
|
||||
import net.william278.husksync.HuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.database;
|
||||
|
||||
import com.zaxxer.hikari.HikariDataSource;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
public interface CancellableEvent extends Event {
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import net.william278.husksync.data.DataSaveCause;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import net.william278.husksync.data.DataSaveCause;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import net.william278.husksync.player.OnlineUser;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
import net.william278.husksync.data.UserData;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.event;
|
||||
|
||||
public interface SyncCompleteEvent extends PlayerEvent {
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.hook;
|
||||
|
||||
import com.djrapitops.plan.extension.CallEvents;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.hook;
|
||||
|
||||
import com.djrapitops.plan.capability.CapabilityService;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.listener;
|
||||
|
||||
import de.themoep.minedown.adventure.MineDown;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.migrator;
|
||||
|
||||
import net.william278.husksync.HuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.player;
|
||||
|
||||
import de.themoep.minedown.adventure.MineDown;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.player;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.redis;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.redis;
|
||||
|
||||
import de.themoep.minedown.adventure.MineDown;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.redis;
|
||||
|
||||
import com.google.gson.GsonBuilder;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.redis;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.util;
|
||||
|
||||
import com.google.gson.JsonObject;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.util;
|
||||
|
||||
import net.william278.husksync.config.Locales;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync;
|
||||
|
||||
import net.william278.desertwell.Version;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.data;
|
||||
|
||||
import net.william278.husksync.DummyHuskSync;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.hook;
|
||||
|
||||
import com.djrapitops.plan.extension.extractor.ExtensionExtractor;
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
/*
|
||||
* This file is part of HuskSync by William278. Do not redistribute!
|
||||
*
|
||||
* Copyright (c) William278 <will27528@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is provided as reference to licensed individuals that have purchased the HuskSync
|
||||
* plugin once from any of the official sources it is provided. The availability of this code does
|
||||
* not grant you the rights to modify, re-distribute, compile or redistribute this source code or
|
||||
* "plugin" outside this intended purpose. This license does not cover libraries developed by third
|
||||
* parties that are utilised in the plugin.
|
||||
*/
|
||||
|
||||
package net.william278.husksync.player;
|
||||
|
||||
import de.themoep.minedown.adventure.MineDown;
|
||||
|
||||
Reference in New Issue
Block a user