rename package to fun.ogre

This commit is contained in:
ImproperIssues
2023-05-01 20:49:31 -07:00
parent 8b6a351ecf
commit da163c77f5
47 changed files with 121 additions and 121 deletions

View File

@@ -1,9 +1,11 @@
package io.github.itzispyder.ogredupealias;
package fun.ogre.ogredupealias;
import fun.ogre.ogredupealias.commands.commands.*;
import fun.ogre.ogredupealias.data.Config;
import fun.ogre.ogredupealias.events.*;
import fun.ogre.ogredupealias.plugin.custom.forging.CraftingKeys;
import io.github.itzispyder.ogredupealias.commands.commands.*;
import io.github.itzispyder.ogredupealias.data.Config;
import io.github.itzispyder.ogredupealias.events.*;
import io.github.itzispyder.ogredupealias.plugin.custom.forging.CraftingKeys;
import org.bukkit.Bukkit;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.java.JavaPlugin;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.commands;
package fun.ogre.ogredupealias.commands;
import org.bukkit.command.Command;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.commands;
package fun.ogre.ogredupealias.commands;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;

View File

@@ -1,8 +1,8 @@
package io.github.itzispyder.ogredupealias.commands.commands;
package fun.ogre.ogredupealias.commands.commands;
import io.github.itzispyder.ogredupealias.commands.CmdExHandler;
import io.github.itzispyder.ogredupealias.events.EntityDamageListener;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.commands.CmdExHandler;
import fun.ogre.ogredupealias.events.EntityDamageListener;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabExecutor;

View File

@@ -1,8 +1,8 @@
package io.github.itzispyder.ogredupealias.commands.commands;
package fun.ogre.ogredupealias.commands.commands;
import io.github.itzispyder.ogredupealias.commands.CmdExHandler;
import io.github.itzispyder.ogredupealias.events.CommandEventListener;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.commands.CmdExHandler;
import fun.ogre.ogredupealias.events.CommandEventListener;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabExecutor;

View File

@@ -1,10 +1,10 @@
package io.github.itzispyder.ogredupealias.commands.commands;
package fun.ogre.ogredupealias.commands.commands;
import io.github.itzispyder.ogredupealias.commands.CmdExHandler;
import io.github.itzispyder.ogredupealias.data.Config;
import io.github.itzispyder.ogredupealias.data.ConfigDataType;
import io.github.itzispyder.ogredupealias.utils.ArrayUtils;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.data.Config;
import fun.ogre.ogredupealias.commands.CmdExHandler;
import fun.ogre.ogredupealias.data.ConfigDataType;
import fun.ogre.ogredupealias.utils.ArrayUtils;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;

View File

@@ -1,10 +1,10 @@
package io.github.itzispyder.ogredupealias.commands.commands;
package fun.ogre.ogredupealias.commands.commands;
import io.github.itzispyder.ogredupealias.commands.CmdExHandler;
import io.github.itzispyder.ogredupealias.commands.TabComplBuilder;
import io.github.itzispyder.ogredupealias.utils.ArrayUtils;
import io.github.itzispyder.ogredupealias.utils.StringUtils;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.commands.CmdExHandler;
import fun.ogre.ogredupealias.commands.TabComplBuilder;
import fun.ogre.ogredupealias.utils.ArrayUtils;
import fun.ogre.ogredupealias.utils.StringUtils;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.Material;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;

View File

@@ -1,9 +1,9 @@
package io.github.itzispyder.ogredupealias.commands.commands;
package fun.ogre.ogredupealias.commands.commands;
import io.github.itzispyder.ogredupealias.commands.CmdExHandler;
import io.github.itzispyder.ogredupealias.commands.TabComplBuilder;
import io.github.itzispyder.ogredupealias.utils.ArrayUtils;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.commands.CmdExHandler;
import fun.ogre.ogredupealias.commands.TabComplBuilder;
import fun.ogre.ogredupealias.utils.ArrayUtils;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;

View File

@@ -1,9 +1,9 @@
package io.github.itzispyder.ogredupealias.commands.commands;
package fun.ogre.ogredupealias.commands.commands;
import io.github.itzispyder.ogredupealias.commands.CmdExHandler;
import io.github.itzispyder.ogredupealias.commands.TabComplBuilder;
import io.github.itzispyder.ogredupealias.plugin.ChatConstraints;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.commands.CmdExHandler;
import fun.ogre.ogredupealias.commands.TabComplBuilder;
import fun.ogre.ogredupealias.plugin.ChatConstraints;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabExecutor;

View File

@@ -1,8 +1,8 @@
package io.github.itzispyder.ogredupealias.commands.commands;
package fun.ogre.ogredupealias.commands.commands;
import io.github.itzispyder.ogredupealias.commands.CmdExHandler;
import io.github.itzispyder.ogredupealias.plugin.custom.forging.CustomTable;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.commands.CmdExHandler;
import fun.ogre.ogredupealias.plugin.custom.forging.CustomTable;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabExecutor;

View File

@@ -1,8 +1,8 @@
package io.github.itzispyder.ogredupealias.commands.commands;
package fun.ogre.ogredupealias.commands.commands;
import io.github.itzispyder.ogredupealias.commands.CmdExHandler;
import io.github.itzispyder.ogredupealias.events.CommandEventListener;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.commands.CmdExHandler;
import fun.ogre.ogredupealias.events.CommandEventListener;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabExecutor;

View File

@@ -1,9 +1,9 @@
package io.github.itzispyder.ogredupealias.commands.commands;
package fun.ogre.ogredupealias.commands.commands;
import io.github.itzispyder.ogredupealias.commands.CmdExHandler;
import io.github.itzispyder.ogredupealias.commands.TabComplBuilder;
import io.github.itzispyder.ogredupealias.utils.ServerUtils;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.commands.CmdExHandler;
import fun.ogre.ogredupealias.commands.TabComplBuilder;
import fun.ogre.ogredupealias.utils.ServerUtils;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabExecutor;

View File

@@ -1,8 +1,6 @@
package io.github.itzispyder.ogredupealias.data;
package fun.ogre.ogredupealias.data;
import io.github.itzispyder.ogredupealias.OgreDupeAlias;
import io.github.itzispyder.ogredupealias.utils.Text;
import org.bukkit.Bukkit;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
@@ -13,8 +11,8 @@ import java.util.HashSet;
import java.util.List;
import java.util.Set;
import static io.github.itzispyder.ogredupealias.OgreDupeAlias.instance;
import static io.github.itzispyder.ogredupealias.OgreDupeAlias.log;
import static fun.ogre.ogredupealias.OgreDupeAlias.instance;
import static fun.ogre.ogredupealias.OgreDupeAlias.log;
public abstract class Config {

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.data;
package fun.ogre.ogredupealias.data;
import org.bukkit.Bukkit;
import org.bukkit.Location;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.data;
package fun.ogre.ogredupealias.data;
public enum Direction {

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.data;
package fun.ogre.ogredupealias.data;
public class Null {

View File

@@ -1,6 +1,6 @@
package io.github.itzispyder.ogredupealias.data;
package fun.ogre.ogredupealias.data;
import io.github.itzispyder.ogredupealias.data.builder.BlockPosMatcher;
import fun.ogre.ogredupealias.data.builder.BlockPosMatcher;
import org.bukkit.Material;
import org.bukkit.block.Block;

View File

@@ -1,6 +1,6 @@
package io.github.itzispyder.ogredupealias.data.builder;
package fun.ogre.ogredupealias.data.builder;
import io.github.itzispyder.ogredupealias.data.Direction;
import fun.ogre.ogredupealias.data.Direction;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Block;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.data.builder;
package fun.ogre.ogredupealias.data.builder;
import org.bukkit.Material;
import org.bukkit.attribute.Attribute;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.events;
package fun.ogre.ogredupealias.events;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;

View File

@@ -1,6 +1,6 @@
package io.github.itzispyder.ogredupealias.events;
package fun.ogre.ogredupealias.events;
import io.github.itzispyder.ogredupealias.plugin.ChatConstraints;
import fun.ogre.ogredupealias.plugin.ChatConstraints;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;

View File

@@ -1,8 +1,8 @@
package io.github.itzispyder.ogredupealias.events;
package fun.ogre.ogredupealias.events;
import io.github.itzispyder.ogredupealias.data.Config;
import io.github.itzispyder.ogredupealias.plugin.RecipientList;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.data.Config;
import fun.ogre.ogredupealias.plugin.RecipientList;
import fun.ogre.ogredupealias.utils.Text;
import net.md_5.bungee.api.chat.ClickEvent;
import net.md_5.bungee.api.chat.HoverEvent;
import net.md_5.bungee.api.chat.TextComponent;

View File

@@ -1,8 +1,8 @@
package io.github.itzispyder.ogredupealias.events;
package fun.ogre.ogredupealias.events;
import io.github.itzispyder.ogredupealias.plugin.ItemPresets;
import io.github.itzispyder.ogredupealias.plugin.RecipientList;
import io.github.itzispyder.ogredupealias.utils.ItemUtils;
import fun.ogre.ogredupealias.utils.ItemUtils;
import fun.ogre.ogredupealias.plugin.ItemPresets;
import fun.ogre.ogredupealias.plugin.RecipientList;
import org.bukkit.entity.Entity;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;

View File

@@ -1,6 +1,6 @@
package io.github.itzispyder.ogredupealias.events;
package fun.ogre.ogredupealias.events;
import io.github.itzispyder.ogredupealias.plugin.ItemPresets;
import fun.ogre.ogredupealias.plugin.ItemPresets;
import org.bukkit.Material;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.LivingEntity;

View File

@@ -1,7 +1,7 @@
package io.github.itzispyder.ogredupealias.events;
package fun.ogre.ogredupealias.events;
import io.github.itzispyder.ogredupealias.data.PlacedStructures;
import io.github.itzispyder.ogredupealias.plugin.InventoryPresets;
import fun.ogre.ogredupealias.data.PlacedStructures;
import fun.ogre.ogredupealias.plugin.InventoryPresets;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;

View File

@@ -1,7 +1,7 @@
package io.github.itzispyder.ogredupealias.events;
package fun.ogre.ogredupealias.events;
import io.github.itzispyder.ogredupealias.plugin.custom.forging.CustomTable;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.plugin.custom.forging.CustomTable;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.inventory.InventoryClickEvent;

View File

@@ -1,8 +1,8 @@
package io.github.itzispyder.ogredupealias.events;
package fun.ogre.ogredupealias.events;
import io.github.itzispyder.ogredupealias.data.Config;
import io.github.itzispyder.ogredupealias.plugin.ItemPresets;
import io.github.itzispyder.ogredupealias.utils.ItemUtils;
import fun.ogre.ogredupealias.data.Config;
import fun.ogre.ogredupealias.utils.ItemUtils;
import fun.ogre.ogredupealias.plugin.ItemPresets;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;

View File

@@ -1,9 +1,9 @@
package io.github.itzispyder.ogredupealias.plugin;
package fun.ogre.ogredupealias.plugin;
import io.github.itzispyder.ogredupealias.data.Config;
import io.github.itzispyder.ogredupealias.utils.ArrayUtils;
import io.github.itzispyder.ogredupealias.utils.ServerUtils;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.data.Config;
import fun.ogre.ogredupealias.utils.ArrayUtils;
import fun.ogre.ogredupealias.utils.ServerUtils;
import fun.ogre.ogredupealias.utils.Text;
import net.md_5.bungee.api.chat.HoverEvent;
import net.md_5.bungee.api.chat.TextComponent;
import org.bukkit.entity.Player;

View File

@@ -1,7 +1,7 @@
package io.github.itzispyder.ogredupealias.plugin;
package fun.ogre.ogredupealias.plugin;
import io.github.itzispyder.ogredupealias.data.builder.ItemBuilder;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.data.builder.ItemBuilder;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.inventory.Inventory;

View File

@@ -1,7 +1,7 @@
package io.github.itzispyder.ogredupealias.plugin;
package fun.ogre.ogredupealias.plugin;
import io.github.itzispyder.ogredupealias.data.builder.ItemBuilder;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.data.builder.ItemBuilder;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.enchantments.Enchantment;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.plugin;
package fun.ogre.ogredupealias.plugin;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;

View File

@@ -1,7 +1,7 @@
package io.github.itzispyder.ogredupealias.plugin.custom.forging;
package fun.ogre.ogredupealias.plugin.custom.forging;
import io.github.itzispyder.ogredupealias.utils.ArrayUtils;
import io.github.itzispyder.ogredupealias.utils.ItemUtils;
import fun.ogre.ogredupealias.utils.ArrayUtils;
import fun.ogre.ogredupealias.utils.ItemUtils;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;

View File

@@ -1,6 +1,6 @@
package io.github.itzispyder.ogredupealias.plugin.custom.forging;
package fun.ogre.ogredupealias.plugin.custom.forging;
import io.github.itzispyder.ogredupealias.plugin.ItemPresets;
import fun.ogre.ogredupealias.plugin.ItemPresets;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;

View File

@@ -1,8 +1,8 @@
package io.github.itzispyder.ogredupealias.plugin.custom.forging;
package fun.ogre.ogredupealias.plugin.custom.forging;
import io.github.itzispyder.ogredupealias.plugin.RecipientList;
import io.github.itzispyder.ogredupealias.utils.ServerUtils;
import io.github.itzispyder.ogredupealias.utils.Text;
import fun.ogre.ogredupealias.utils.ServerUtils;
import fun.ogre.ogredupealias.plugin.RecipientList;
import fun.ogre.ogredupealias.utils.Text;
import org.bukkit.Sound;
import org.bukkit.entity.Player;
import org.bukkit.event.inventory.InventoryClickEvent;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import org.bukkit.Material;
import org.bukkit.entity.EntityType;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import java.util.HashMap;
import java.util.Map;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import java.io.File;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import org.bukkit.Bukkit;
import org.bukkit.Material;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import java.util.HashMap;
import java.util.Map;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import java.util.*;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import org.bukkit.Bukkit;
import org.bukkit.Location;
@@ -6,7 +6,7 @@ import org.bukkit.Sound;
import org.bukkit.entity.Player;
import org.bukkit.scheduler.BukkitRunnable;
import static io.github.itzispyder.ogredupealias.OgreDupeAlias.instance;
import static fun.ogre.ogredupealias.OgreDupeAlias.instance;
public class SoundPlayer {

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ipearlpvp.util;
package fun.ogre.ogredupealias.utils;
import org.bukkit.Sound;
import org.bukkit.entity.Player;

View File

@@ -1,4 +1,4 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
public abstract class StringUtils {

View File

@@ -1,6 +1,6 @@
package io.github.itzispyder.ogredupealias.utils;
package fun.ogre.ogredupealias.utils;
import io.github.itzispyder.ogredupealias.data.Config;
import fun.ogre.ogredupealias.data.Config;
public class Text {

View File

@@ -1,6 +1,6 @@
name: OgreDupeAlias
version: '${version}'
main: io.github.itzispyder.ogredupealias.OgreDupeAlias
main: fun.ogre.ogredupealias.OgreDupeAlias
api-version: 1.19
prefix: ODA
authors: [ ImproperIssues, TheTrouper ]