file_name stringlengths 6 86 | file_path stringlengths 45 249 | content stringlengths 47 6.26M | file_size int64 47 6.26M | language stringclasses 1
value | extension stringclasses 1
value | repo_name stringclasses 767
values | repo_stars int64 8 14.4k | repo_forks int64 0 1.17k | repo_open_issues int64 0 788 | repo_created_at stringclasses 767
values | repo_pushed_at stringclasses 767
values |
|---|---|---|---|---|---|---|---|---|---|---|---|
PathfinderGoalFollowOwner.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R1/src/main/java/me/patothebest/gamecore/nms/v1_9_R1/goals/PathfinderGoalFollowOwner.java | package me.patothebest.gamecore.nms.v1_9_R1.goals;
import net.minecraft.server.v1_9_R1.BlockPosition;
import net.minecraft.server.v1_9_R1.EntityInsentient;
import net.minecraft.server.v1_9_R1.EntityLiving;
import net.minecraft.server.v1_9_R1.IBlockData;
import net.minecraft.server.v1_9_R1.Material;
import net.minecraf... | 3,649 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
PathfinderGoalOwnerHurtTarget.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R1/src/main/java/me/patothebest/gamecore/nms/v1_9_R1/goals/PathfinderGoalOwnerHurtTarget.java | package me.patothebest.gamecore.nms.v1_9_R1.goals;
import net.minecraft.server.v1_9_R1.EntityCreature;
import net.minecraft.server.v1_9_R1.EntityLiving;
import net.minecraft.server.v1_9_R1.PathfinderGoalTarget;
import org.bukkit.event.entity.EntityTargetEvent;
public class PathfinderGoalOwnerHurtTarget extends Pathfi... | 1,035 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
PathfinderGoalBlazeFireball.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R1/src/main/java/me/patothebest/gamecore/nms/v1_9_R1/goals/PathfinderGoalBlazeFireball.java | package me.patothebest.gamecore.nms.v1_9_R1.goals;
import net.minecraft.server.v1_9_R1.BlockPosition;
import net.minecraft.server.v1_9_R1.EntityBlaze;
import net.minecraft.server.v1_9_R1.EntityLiving;
import net.minecraft.server.v1_9_R1.EntitySmallFireball;
import net.minecraft.server.v1_9_R1.MathHelper;
import net.mi... | 2,802 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
PathfinderGoalOwnerHurtByTarget.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R1/src/main/java/me/patothebest/gamecore/nms/v1_9_R1/goals/PathfinderGoalOwnerHurtByTarget.java | package me.patothebest.gamecore.nms.v1_9_R1.goals;
import net.minecraft.server.v1_9_R1.EntityCreature;
import net.minecraft.server.v1_9_R1.EntityLiving;
import net.minecraft.server.v1_9_R1.PathfinderGoalTarget;
import org.bukkit.event.entity.EntityTargetEvent;
public class PathfinderGoalOwnerHurtByTarget extends Path... | 1,036 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/TheTowersModule.java | package me.patothebest.thetowers;
import com.google.inject.Singleton;
import com.google.inject.assistedinject.FactoryModuleBuilder;
import com.google.inject.name.Names;
import me.patothebest.gamecore.commands.setup.CreateArenaCommand;
import me.patothebest.gamecore.commands.setup.TeamSetupCommands;
import me.patothebe... | 2,982 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersRemastered.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/TheTowersRemastered.java | package me.patothebest.thetowers;
import com.google.inject.Binder;
import me.patothebest.thetowers.api.TheTowersAPI;
import me.patothebest.thetowers.file.Config;
import me.patothebest.thetowers.file.FileManager;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.PluginInfo;
import me.patothebest... | 2,826 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersPlaceholderModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/placeholder/TheTowersPlaceholderModule.java | package me.patothebest.thetowers.placeholder;
import com.google.inject.multibindings.Multibinder;
import me.patothebest.thetowers.placeholder.placeholders.all.TimeElapsed;
import me.patothebest.gamecore.injector.AbstractBukkitModule;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.thetowe... | 1,109 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
GamePointsPlaceholder.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/placeholder/placeholders/player/GamePointsPlaceholder.java | package me.patothebest.thetowers.placeholder.placeholders.player;
import com.google.inject.Inject;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.gamecore.player.PlayerManager;
import me.patothebest.thetowers.arena.Arena;
import org.buk... | 1,151 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
GameTotalKillsPlaceholder.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/placeholder/placeholders/player/GameTotalKillsPlaceholder.java | package me.patothebest.thetowers.placeholder.placeholders.player;
import com.google.inject.Inject;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.gamecore.player.PlayerManager;
import me.patothebest.thetowers.arena.Arena;
import org.buk... | 1,150 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TimeElapsed.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/placeholder/placeholders/all/TimeElapsed.java | package me.patothebest.thetowers.placeholder.placeholders.all;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.gamecore.player.PlayerManager;
import me.patothebest.gamecore.util.Utils;
import org.bukkit.entity.Player;
import javax.injec... | 974 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
AnimationModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/animation/AnimationModule.java | package me.patothebest.thetowers.animation;
import com.google.inject.multibindings.Multibinder;
import me.patothebest.thetowers.animation.animations.ForTeamAnimation;
import me.patothebest.thetowers.animation.animations.TeamInfoAnimation;
import me.patothebest.gamecore.animation.Animation;
import me.patothebest.gameco... | 850 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TeamInfoAnimation.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/animation/animations/TeamInfoAnimation.java | package me.patothebest.thetowers.animation.animations;
import com.google.inject.Inject;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.arena.GameTeam;
import me.patothebest.gamecore.animation.Animation;
import me.patothebest.gamecore.command.ChatColor;
import me.patothebest.gamecore.playe... | 1,809 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ForTeamAnimation.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/animation/animations/ForTeamAnimation.java | package me.patothebest.thetowers.animation.animations;
import com.google.inject.Inject;
import me.patothebest.gamecore.animation.Animation;
import me.patothebest.gamecore.arena.AbstractGameTeam;
import me.patothebest.gamecore.player.PlayerManager;
import me.patothebest.gamecore.scoreboard.ScoreboardEntry;
import me.pa... | 2,189 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
VaultHandler.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/listener/VaultHandler.java | package me.patothebest.thetowers.listener;
import com.google.inject.Inject;
import me.patothebest.thetowers.file.Config;
import me.patothebest.gamecore.modules.ListenerModule;
import me.patothebest.gamecore.player.PlayerManager;
import net.megaplanet.thetowers.api.events.PlayerScoreEvent;
import org.bukkit.event.Event... | 810 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
CommandManager.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/command/CommandManager.java | package me.patothebest.thetowers.command;
import com.google.inject.Singleton;
import me.patothebest.gamecore.commands.DebugCommand;
import me.patothebest.gamecore.chat.CommandPagination;
import me.patothebest.gamecore.command.BaseCommand;
import me.patothebest.gamecore.command.Command;
import me.patothebest.gamecore.c... | 2,655 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ProtectedAreasCommand.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/command/commands/setup/ProtectedAreasCommand.java | package me.patothebest.thetowers.command.commands.setup;
import me.patothebest.gamecore.arena.ArenaManager;
import me.patothebest.gamecore.chat.CommandPagination;
import me.patothebest.gamecore.chat.Pagination;
import me.patothebest.gamecore.command.ChildOf;
import me.patothebest.gamecore.command.Command;
import me.pa... | 9,067 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersSetupCommand.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/command/commands/setup/TheTowersSetupCommand.java | package me.patothebest.thetowers.command.commands.setup;
import me.patothebest.gamecore.arena.ArenaManager;
import me.patothebest.gamecore.command.ChildOf;
import me.patothebest.gamecore.command.Command;
import me.patothebest.gamecore.command.CommandContext;
import me.patothebest.gamecore.command.CommandException;
imp... | 5,345 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
DebugCommands.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/command/commands/admin/DebugCommands.java | package me.patothebest.thetowers.command.commands.admin;
import me.patothebest.gamecore.command.ChildOf;
import me.patothebest.gamecore.command.Command;
import me.patothebest.gamecore.command.CommandContext;
import me.patothebest.gamecore.command.CommandException;
import me.patothebest.gamecore.command.LangDescription... | 2,999 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ProjectileTrailsCommand.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/command/commands/user/ProjectileTrailsCommand.java | package me.patothebest.thetowers.command.commands.user;
import com.google.inject.Inject;
import me.patothebest.gamecore.command.BaseCommand;
import me.patothebest.gamecore.command.ChildOf;
import me.patothebest.gamecore.command.Command;
import me.patothebest.gamecore.command.CommandContext;
import me.patothebest.gamec... | 1,603 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
Config.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/file/Config.java | package me.patothebest.thetowers.file;
import me.patothebest.gamecore.file.CoreConfig;
import me.patothebest.thetowers.TheTowersRemastered;
import org.bukkit.potion.PotionEffect;
import org.bukkit.potion.PotionEffectType;
import javax.inject.Inject;
import javax.inject.Singleton;
import java.util.ArrayList;
@Singlet... | 2,636 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
FileManager.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/file/FileManager.java | package me.patothebest.thetowers.file;
import com.google.inject.Singleton;
import me.patothebest.gamecore.file.PluginHookFile;
import me.patothebest.gamecore.modules.ActivableModule;
import me.patothebest.gamecore.modules.ModuleName;
import me.patothebest.gamecore.scoreboard.ScoreboardFile;
import me.patothebest.gamec... | 3,061 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
PermissionGroupsFile.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/file/PermissionGroupsFile.java | package me.patothebest.thetowers.file;
import me.patothebest.gamecore.file.FlatFile;
import me.patothebest.thetowers.TheTowersRemastered;
import org.bukkit.ChatColor;
import java.io.IOException;
public class PermissionGroupsFile extends FlatFile {
// -------------------------------------------- //
// FIELDS... | 1,918 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersAPI.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/api/TheTowersAPI.java | package me.patothebest.thetowers.api;
import me.patothebest.thetowers.TheTowersRemastered;
import net.megaplanet.thetowers.api.IArena;
public class TheTowersAPI {
// -------------------------------------------- //
// INSTANCE
// -------------------------------------------- //
private static TheTower... | 1,173 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersFeature.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/features/TheTowersFeature.java | package me.patothebest.thetowers.features;
import com.google.common.cache.Cache;
import com.google.common.cache.CacheBuilder;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.arena.AbstractGameTeam;
import me.patothebest.gamecore.combat.CombatDeathEvent;
import me.patothebest.gamecore.combat.D... | 5,993 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
DropperRunnable.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/features/DropperRunnable.java | package me.patothebest.thetowers.features;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.feature.Feature;
import me.patothebest.gamecore.util.WrappedBukkitRunnable;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.arena.ItemDropper;
public class Dropper... | 2,075 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ProtectionFeature.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/features/ProtectionFeature.java | package me.patothebest.thetowers.features;
import com.google.inject.Inject;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.arena.AbstractGameTeam;
import me.patothebest.gamecore.feature.features.protection.GameProtectionFeature;
import me.patothebest.gamecore.itemstack.Material;
imp... | 2,715 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
CelebrationTitleFeature.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/features/celebration/CelebrationTitleFeature.java | package me.patothebest.thetowers.features.celebration;
import me.patothebest.gamecore.feature.AbstractFeature;
import me.patothebest.gamecore.lang.CoreLang;
import me.patothebest.gamecore.title.Title;
import me.patothebest.gamecore.title.TitleManager;
import me.patothebest.gamecore.util.Utils;
import me.patothebest.th... | 1,817 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
CelebrationFeature.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/features/celebration/CelebrationFeature.java | package me.patothebest.thetowers.features.celebration;
import com.google.inject.Inject;
import me.patothebest.gamecore.cosmetics.victoryeffects.VictoryEffectItem;
import me.patothebest.gamecore.cosmetics.victoryeffects.VictoryManager;
import me.patothebest.gamecore.feature.AbstractFeature;
import me.patothebest.gameco... | 1,337 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
CelebrationMessagesFeature.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/features/celebration/CelebrationMessagesFeature.java | package me.patothebest.thetowers.features.celebration;
import com.google.inject.Inject;
import me.patothebest.gamecore.arena.AbstractGameTeam;
import me.patothebest.gamecore.feature.AbstractFeature;
import me.patothebest.gamecore.scheduler.PluginScheduler;
import me.patothebest.gamecore.util.Utils;
import me.patothebe... | 4,067 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersStatsModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/stats/TheTowersStatsModule.java | package me.patothebest.thetowers.stats;
import com.google.inject.multibindings.Multibinder;
import me.patothebest.thetowers.stats.statistics.PointsScoredStatistic;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.injector.AbstractBukkitModule;
import me.patothebest.gamecore.stats.Statistic;
p... | 717 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
PointsScoredStatistic.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/stats/statistics/PointsScoredStatistic.java | package me.patothebest.thetowers.stats.statistics;
import me.patothebest.gamecore.stats.AbstractStatistic;
public class PointsScoredStatistic extends AbstractStatistic {
@Override
public String getStatName() {
return "scored_points";
}
}
| 261 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
Comments.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/language/Comments.java | package me.patothebest.thetowers.language;
import me.patothebest.gamecore.lang.interfaces.IComment;
public enum Comments implements IComment {
HEADER(true, "The Towers Messages"),
GENERAL_MESSAGES(false, "General Messages"),
COMMAND_DESCRIPTIONS(false, "Command Descriptions"),
USER_COMMANDS(true, "",... | 2,958 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
LocaleManager.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/language/LocaleManager.java | package me.patothebest.thetowers.language;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import me.patothebest.thetowers.TheTowersRemastered;
import me.patothebest.gamecore.lang.CoreLocaleManager;
import me.patothebest.gamecore.modules.Module;
@Singleton
public class LocaleManager extends CoreL... | 463 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
Lang.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/language/Lang.java | package me.patothebest.thetowers.language;
import me.patothebest.gamecore.PluginConfig;
import me.patothebest.gamecore.lang.CoreLang;
import me.patothebest.gamecore.lang.CoreLocaleManager;
import me.patothebest.gamecore.lang.Locale;
import me.patothebest.gamecore.lang.interfaces.IComment;
import me.patothebest.gamecor... | 10,185 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersGamePhase.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/arena/TheTowersGamePhase.java | package me.patothebest.thetowers.arena;
import com.google.inject.Provider;
import me.patothebest.thetowers.features.DropperRunnable;
import me.patothebest.thetowers.features.ProtectionFeature;
import me.patothebest.thetowers.features.TheTowersFeature;
import me.patothebest.gamecore.arena.option.ArenaOption;
import me.... | 3,136 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
GameTeam.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/arena/GameTeam.java | package me.patothebest.thetowers.arena;
import me.patothebest.thetowers.stats.statistics.PointsScoredStatistic;
import me.patothebest.gamecore.arena.AbstractGameTeam;
import me.patothebest.gamecore.lang.CoreLang;
import me.patothebest.gamecore.title.Title;
import me.patothebest.gamecore.title.TitleManager;
import me.p... | 5,649 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
CelebrationPhase.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/arena/CelebrationPhase.java | package me.patothebest.thetowers.arena;
import com.google.inject.Inject;
import me.patothebest.thetowers.features.celebration.CelebrationFeature;
import me.patothebest.thetowers.features.celebration.CelebrationMessagesFeature;
import me.patothebest.thetowers.features.celebration.CelebrationTitleFeature;
import me.pato... | 1,588 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
PointList.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/arena/PointList.java | package me.patothebest.thetowers.arena;
import javax.annotation.Nonnull;
import java.util.AbstractList;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
public class PointList extends AbstractList<PointList.Entry> {
private final ArrayList<Entry> internalList = new ArrayList<>(... | 2,729 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ItemDropper.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/arena/ItemDropper.java | package me.patothebest.thetowers.arena;
import me.patothebest.gamecore.util.Tickable;
import me.patothebest.gamecore.util.Utils;
import me.patothebest.gamecore.vector.ArenaLocation;
import org.bukkit.Location;
import org.bukkit.configuration.serialization.ConfigurationSerializable;
import org.bukkit.entity.Entity;
imp... | 3,803 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ArenaModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/arena/ArenaModule.java | package me.patothebest.thetowers.arena;
import com.google.inject.assistedinject.FactoryModuleBuilder;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.arena.ArenaFactory;
import me.patothebest.gamecore.arena.ArenaManager;
import me.patothebes... | 816 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
Arena.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/arena/Arena.java | package me.patothebest.thetowers.arena;
import com.google.inject.Injector;
import com.google.inject.Provider;
import com.google.inject.assistedinject.Assisted;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.arena.AbstractGameTeam;
import me.patothebest.gamecore.arena.ArenaGroup;
imp... | 12,476 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersQuestModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/quests/TheTowersQuestModule.java | package me.patothebest.thetowers.quests;
import com.google.inject.multibindings.Multibinder;
import me.patothebest.gamecore.injector.AbstractBukkitModule;
import me.patothebest.gamecore.quests.QuestType;
import me.patothebest.thetowers.TheTowersRemastered;
public class TheTowersQuestModule extends AbstractBukkitModul... | 674 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ScoredPointQuestType.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/quests/ScoredPointQuestType.java | package me.patothebest.thetowers.quests;
import me.patothebest.gamecore.player.CorePlayer;
import me.patothebest.gamecore.player.IPlayer;
import me.patothebest.gamecore.quests.AbstractQuestType;
import net.megaplanet.thetowers.api.events.PlayerScoreEvent;
import org.bukkit.event.EventHandler;
public class ScoredPoint... | 634 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ChooseArenaToEditGUI.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/ChooseArenaToEditGUI.java | package me.patothebest.thetowers.guis.setup;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.gamecore.gui.inventory.button.SimpleButton;
import me.patothebest.gamecore.gui.inventory.page.GUIMultiPage;
import me.patothebest.gamecore.itemstack.ItemStackBuilder;
import me.patothebest.gamecore.itemstack... | 1,524 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
MainMenu.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/MainMenu.java | package me.patothebest.thetowers.guis.setup;
import me.patothebest.gamecore.PluginConfig;
import me.patothebest.gamecore.gui.anvil.AnvilSlot;
import me.patothebest.gamecore.gui.inventory.GUIPage;
import me.patothebest.gamecore.gui.inventory.button.AnvilButton;
import me.patothebest.gamecore.gui.inventory.button.AnvilB... | 1,795 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
EditPointArea.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/edit/EditPointArea.java | package me.patothebest.thetowers.guis.setup.edit;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.arena.GameTeam;
import me.patothebest.gamecore.gui.inventory.GUIPage;
import me.patothebest.gamecore.gui.inventory.button.PlaceHolder;
import me.patothebest.gamecore.gui.inventory.button.Simpl... | 1,845 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ChooseDropperUI.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/edit/ChooseDropperUI.java | package me.patothebest.thetowers.guis.setup.edit;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.arena.ItemDropper;
import me.patothebest.gamecore.gui.anvil.AnvilSlot;
import me.patothebest.gamecore.gui.inventory.button.AnvilButton;
import me.patothebest.gamecore.gui.inventory.button.Anvi... | 2,481 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
EditPlayersUI.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/edit/EditPlayersUI.java | package me.patothebest.thetowers.guis.setup.edit;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.gamecore.gui.inventory.GUIPage;
import me.patothebest.gamecore.gui.inventory.button.IncrementingButton;
import me.patothebest.gamecore.gui.inventory.button.IncrementingButtonAction;
import me.patothebes... | 2,835 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
EditDropperUI.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/edit/EditDropperUI.java | package me.patothebest.thetowers.guis.setup.edit;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.arena.ItemDropper;
import me.patothebest.gamecore.gui.inventory.GUIPage;
import me.patothebest.gamecore.gui.inventory.button.SimpleButton;
import me.patothebest.gamecore.gui.inventory.itemedit... | 2,698 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
EditDropperIntervalUI.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/edit/EditDropperIntervalUI.java | package me.patothebest.thetowers.guis.setup.edit;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.arena.ItemDropper;
import me.patothebest.gamecore.gui.inventory.GUIPage;
import me.patothebest.gamecore.gui.inventory.button.IncrementingButton;
import me.patothebest.gamecore.gui.inventory.bu... | 2,630 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
EditTeamUI.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/edit/EditTeamUI.java | package me.patothebest.thetowers.guis.setup.edit;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.arena.GameTeam;
import me.patothebest.gamecore.gui.inventory.GUIPage;
import me.patothebest.gamecore.gui.inventory.button.SimpleButton;
import me.patothebest.gamecore.itemstack.ItemStackBuilde... | 2,176 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ChoosePointArea.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/edit/ChoosePointArea.java | package me.patothebest.thetowers.guis.setup.edit;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.arena.GameTeam;
import me.patothebest.gamecore.gui.anvil.AnvilSlot;
import me.patothebest.gamecore.gui.inventory.button.AnvilButton;
import me.patothebest.gamecore.gui.inventory.button.AnvilBu... | 3,281 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ChooseTeamUI.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/edit/ChooseTeamUI.java | package me.patothebest.thetowers.guis.setup.edit;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.arena.GameTeam;
import me.patothebest.gamecore.gui.anvil.AnvilSlot;
import me.patothebest.gamecore.gui.inventory.GUIPage;
import me.patothebest.gamecore.gui.inventory.button.AnvilButton;
impor... | 3,061 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
EditArenaUI.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/guis/setup/edit/EditArenaUI.java | package me.patothebest.thetowers.guis.setup.edit;
import me.patothebest.thetowers.arena.Arena;
import me.patothebest.thetowers.guis.setup.ChooseArenaToEditGUI;
import me.patothebest.gamecore.gui.inventory.GUIPage;
import me.patothebest.gamecore.gui.inventory.button.ConfirmButton;
import me.patothebest.gamecore.gui.inv... | 5,013 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TheTowersPlayer.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/TheTowersRemastered/src/main/java/me/patothebest/thetowers/player/TheTowersPlayer.java | package me.patothebest.thetowers.player;
import com.google.inject.Inject;
import com.google.inject.assistedinject.Assisted;
import me.patothebest.gamecore.lang.Locale;
import me.patothebest.gamecore.player.CorePlayer;
import me.patothebest.gamecore.scoreboard.ScoreboardFile;
public class TheTowersPlayer extends CoreP... | 485 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SkyWarsModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/SkyWarsModule.java | package me.patothebest.skywars;
import com.google.inject.Singleton;
import com.google.inject.assistedinject.FactoryModuleBuilder;
import com.google.inject.name.Names;
import me.patothebest.gamecore.cosmetics.cage.CageModule;
import me.patothebest.gamecore.feature.features.chests.refill.ChestRefillFeature;
import me.pa... | 2,513 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SkyWars.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/SkyWars.java | package me.patothebest.skywars;
import com.google.inject.Binder;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.PluginInfo;
@PluginInfo(
pluginName = "SkyWars",
worldPrefix = "SkyWars_",
pluginTitle = "SKYWARS",
langPrefix = "SkyWars",
gameTitle = "Sk... | 1,235 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SkyWarsPlaceholderModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/placeholder/SkyWarsPlaceholderModule.java | package me.patothebest.skywars.placeholder;
import com.google.inject.multibindings.Multibinder;
import me.patothebest.gamecore.injector.AbstractBukkitModule;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.skywars.placeholder.placeholders.all.ModePlaceholder;
import me.patothebest.skywars... | 1,194 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ModePlaceholder.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/placeholder/placeholders/all/ModePlaceholder.java | package me.patothebest.skywars.placeholder.placeholders.all;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.gamecore.player.PlayerManager;
import me.patothebest.skywars.arena.Arena;
import org.bukkit.entity.Player;
import javax.inject.... | 938 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TypePlaceholder.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/placeholder/placeholders/all/TypePlaceholder.java | package me.patothebest.skywars.placeholder.placeholders.all;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.gamecore.player.PlayerManager;
import me.patothebest.skywars.arena.Arena;
import org.bukkit.entity.Player;
import javax.inject.... | 938 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
NextEventPlaceholder.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/placeholder/placeholders/all/NextEventPlaceholder.java | package me.patothebest.skywars.placeholder.placeholders.all;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.gamecore.player.PlayerManager;
import me.patothebest.skywars.arena.Arena;
import me.patothebest.skywars.lang.Lang;
import me.pat... | 1,586 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
NextEventTimePlaceholder.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/placeholder/placeholders/all/NextEventTimePlaceholder.java | package me.patothebest.skywars.placeholder.placeholders.all;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.feature.features.other.LimitedTimePhaseFeature;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.gamecore.player.PlayerManager;
import me.patotheb... | 1,173 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SkyWarsPhase.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/phase/SkyWarsPhase.java | package me.patothebest.skywars.phase;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.phase.Phase;
import org.bukkit.configuration.ConfigurationSection;
public interface SkyWarsPhase<T extends AbstractArena> extends Phase<T> {
PhaseType getPhaseType();
void setTimeTilNextP... | 424 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
PhaseType.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/phase/PhaseType.java | package me.patothebest.skywars.phase;
import me.patothebest.skywars.lang.Lang;
import me.patothebest.skywars.phase.phases.BorderShrinkSkyWarsPhase;
import me.patothebest.skywars.phase.phases.DoomSkyWarsPhase;
import me.patothebest.skywars.phase.phases.EndSkyWarsPhase;
import me.patothebest.skywars.phase.phases.RefillS... | 1,824 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SkyWarsGameBasePhase.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/phase/SkyWarsGameBasePhase.java | package me.patothebest.skywars.phase;
import com.google.inject.Provider;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.feature.features.chests.refill.ChestRefillFeature;
import me.patothebest.gamecore.feature.features.other.CompassRadarFeature;
import me.patothebest.gamecore.feature.feature... | 3,143 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
AbstractSkyWarsPhase.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/phase/AbstractSkyWarsPhase.java | package me.patothebest.skywars.phase;
import me.patothebest.gamecore.arena.ArenaState;
import me.patothebest.gamecore.event.arena.ArenaPrePhaseChangeEvent;
import me.patothebest.gamecore.feature.features.other.LimitedTimePhaseFeature;
import me.patothebest.gamecore.lang.CoreLang;
import me.patothebest.gamecore.phase.A... | 2,612 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
DoomSkyWarsPhase.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/phase/phases/DoomSkyWarsPhase.java | package me.patothebest.skywars.phase.phases;
import com.google.inject.Inject;
import me.patothebest.gamecore.feature.features.dragons.DragonFeature;
import me.patothebest.gamecore.feature.features.other.LimitedTimePhaseFeature;
import me.patothebest.skywars.phase.AbstractSkyWarsPhase;
import me.patothebest.skywars.Sky... | 965 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
EndSkyWarsPhase.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/phase/phases/EndSkyWarsPhase.java | package me.patothebest.skywars.phase.phases;
import com.google.inject.Inject;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.phase.phases.EndPhase;
import me.patothebest.skywars.phase.PhaseType;
import me.patothebest.skywars.phase.SkyWarsPh... | 665 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
BorderShrinkSkyWarsPhase.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/phase/phases/BorderShrinkSkyWarsPhase.java | package me.patothebest.skywars.phase.phases;
import com.google.inject.Inject;
import me.patothebest.gamecore.feature.features.other.WorldBorderFeature;
import me.patothebest.skywars.SkyWars;
import me.patothebest.skywars.phase.AbstractSkyWarsPhase;
import me.patothebest.skywars.phase.PhaseType;
import org.bukkit.confi... | 1,455 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
RefillSkyWarsPhase.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/phase/phases/RefillSkyWarsPhase.java | package me.patothebest.skywars.phase.phases;
import com.google.inject.Inject;
import me.patothebest.gamecore.feature.features.chests.refill.ChestRefillFeature;
import me.patothebest.gamecore.lang.CoreLang;
import me.patothebest.gamecore.phase.phases.CagePhase;
import me.patothebest.gamecore.util.Sounds;
import me.pato... | 1,315 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
Config.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/config/Config.java | package me.patothebest.skywars.config;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import me.patothebest.gamecore.file.CoreConfig;
import me.patothebest.gamecore.modules.ActivableModule;
import me.patothebest.skywars.SkyWars;
@Singleton
public class Config extends CoreConfig implements Activa... | 1,017 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
JoinArenaOverrideCommand.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/commands/JoinArenaOverrideCommand.java | package me.patothebest.skywars.commands;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.arena.ArenaGroup;
import me.patothebest.gamecore.arena.ArenaManager;
import me.patothebest.gamecore.command.Command;
import me.patothebest.gamecore.command.CommandContext;
import me.patothebest.g... | 6,220 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SpawnsCommand.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/commands/SpawnsCommand.java | package me.patothebest.skywars.commands;
import me.patothebest.gamecore.actionbar.ActionBar;
import me.patothebest.gamecore.arena.ArenaManager;
import me.patothebest.gamecore.chat.CommandPagination;
import me.patothebest.gamecore.chat.Pagination;
import me.patothebest.gamecore.command.ChatColor;
import me.patothebest.... | 10,552 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ConvertCommands.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/commands/ConvertCommands.java | package me.patothebest.skywars.commands;
import me.patothebest.gamecore.PluginConfig;
import me.patothebest.gamecore.arena.ArenaManager;
import me.patothebest.gamecore.chat.CommandPagination;
import me.patothebest.gamecore.command.ChildOf;
import me.patothebest.gamecore.command.Command;
import me.patothebest.gamecore.... | 4,739 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TeamSetupCommands.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/commands/TeamSetupCommands.java | package me.patothebest.skywars.commands;
import me.patothebest.gamecore.arena.AbstractGameTeam;
import me.patothebest.gamecore.arena.ArenaManager;
import me.patothebest.gamecore.chat.CommandPagination;
import me.patothebest.gamecore.command.ChildOf;
import me.patothebest.gamecore.command.Command;
import me.patothebest... | 5,317 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
MidChestsCommand.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/commands/MidChestsCommand.java | package me.patothebest.skywars.commands;
import me.patothebest.gamecore.actionbar.ActionBar;
import me.patothebest.gamecore.arena.ArenaManager;
import me.patothebest.gamecore.chat.CommandPagination;
import me.patothebest.gamecore.chat.Pagination;
import me.patothebest.gamecore.command.ChatColor;
import me.patothebest.... | 10,696 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SetupArenaCommands.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/commands/SetupArenaCommands.java | package me.patothebest.skywars.commands;
import me.patothebest.gamecore.PluginConfig;
import me.patothebest.gamecore.arena.ArenaGroup;
import me.patothebest.gamecore.arena.ArenaManager;
import me.patothebest.gamecore.command.ChildOf;
import me.patothebest.gamecore.command.Command;
import me.patothebest.gamecore.comman... | 3,773 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SkyWarsCommand.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/commands/SkyWarsCommand.java | package me.patothebest.skywars.commands;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import me.patothebest.gamecore.chat.CommandPagination;
import me.patothebest.gamecore.command.BaseCommand;
import me.patothebest.gamecore.command.Command;
import me.patothebest.gamecore.command.CommandContext;... | 1,978 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
StatsModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/stats/StatsModule.java | package me.patothebest.skywars.stats;
import com.google.inject.multibindings.Multibinder;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.injector.AbstractBukkitModule;
import me.patothebest.gamecore.stats.Statistic;
import me.patothebest.skywars.stats.statistics.solo.SoloDeathStatistic;
impo... | 1,728 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TeamWinsStatistic.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/stats/statistics/team/TeamWinsStatistic.java | package me.patothebest.skywars.stats.statistics.team;
import me.patothebest.gamecore.event.arena.GameEndEvent;
import me.patothebest.gamecore.player.IPlayer;
import me.patothebest.gamecore.stats.AbstractStatistic;
import me.patothebest.skywars.arena.Arena;
import me.patothebest.skywars.arena.ArenaType;
import org.bukk... | 892 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TeamKillStatistic.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/stats/statistics/team/TeamKillStatistic.java | package me.patothebest.skywars.stats.statistics.team;
import me.patothebest.gamecore.combat.CombatDeathEvent;
import me.patothebest.gamecore.stats.AbstractStatistic;
import me.patothebest.skywars.arena.Arena;
import me.patothebest.skywars.arena.ArenaType;
import org.bukkit.event.EventHandler;
import org.bukkit.event.E... | 997 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TeamDeathStatistic.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/stats/statistics/team/TeamDeathStatistic.java | package me.patothebest.skywars.stats.statistics.team;
import me.patothebest.gamecore.combat.CombatDeathEvent;
import me.patothebest.gamecore.stats.AbstractStatistic;
import me.patothebest.skywars.arena.Arena;
import me.patothebest.skywars.arena.ArenaType;
import org.bukkit.entity.Player;
import org.bukkit.event.EventH... | 893 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
TeamLosesStatistic.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/stats/statistics/team/TeamLosesStatistic.java | package me.patothebest.skywars.stats.statistics.team;
import me.patothebest.gamecore.event.arena.GameEndEvent;
import me.patothebest.gamecore.event.player.PlayerLooseEvent;
import me.patothebest.gamecore.player.IPlayer;
import me.patothebest.gamecore.stats.AbstractStatistic;
import me.patothebest.skywars.arena.Arena;
... | 1,171 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SoloKillStatistic.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/stats/statistics/solo/SoloKillStatistic.java | package me.patothebest.skywars.stats.statistics.solo;
import me.patothebest.gamecore.combat.CombatDeathEvent;
import me.patothebest.gamecore.stats.AbstractStatistic;
import me.patothebest.skywars.arena.Arena;
import me.patothebest.skywars.arena.ArenaType;
import org.bukkit.event.EventHandler;
import org.bukkit.event.E... | 997 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SoloWinsStatistic.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/stats/statistics/solo/SoloWinsStatistic.java | package me.patothebest.skywars.stats.statistics.solo;
import me.patothebest.gamecore.event.arena.GameEndEvent;
import me.patothebest.gamecore.player.IPlayer;
import me.patothebest.gamecore.stats.AbstractStatistic;
import me.patothebest.skywars.arena.Arena;
import me.patothebest.skywars.arena.ArenaType;
import org.bukk... | 892 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SoloDeathStatistic.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/stats/statistics/solo/SoloDeathStatistic.java | package me.patothebest.skywars.stats.statistics.solo;
import me.patothebest.gamecore.combat.CombatDeathEvent;
import me.patothebest.gamecore.stats.AbstractStatistic;
import me.patothebest.skywars.arena.Arena;
import me.patothebest.skywars.arena.ArenaType;
import org.bukkit.entity.Player;
import org.bukkit.event.EventH... | 893 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SoloLosesStatistic.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/stats/statistics/solo/SoloLosesStatistic.java | package me.patothebest.skywars.stats.statistics.solo;
import me.patothebest.gamecore.event.arena.GameEndEvent;
import me.patothebest.gamecore.event.player.PlayerLooseEvent;
import me.patothebest.gamecore.player.IPlayer;
import me.patothebest.gamecore.stats.AbstractStatistic;
import me.patothebest.skywars.arena.Arena;
... | 1,171 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
LocaleManager.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/lang/LocaleManager.java | package me.patothebest.skywars.lang;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import me.patothebest.gamecore.lang.CoreLocaleManager;
import me.patothebest.gamecore.modules.Module;
import me.patothebest.skywars.SkyWars;
@Singleton
public class LocaleManager extends CoreLocaleManager impleme... | 431 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
Lang.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/lang/Lang.java | package me.patothebest.skywars.lang;
import me.patothebest.gamecore.PluginConfig;
import me.patothebest.gamecore.lang.CommentType;
import me.patothebest.gamecore.lang.CoreComments;
import me.patothebest.gamecore.lang.CoreLang;
import me.patothebest.gamecore.lang.CoreLocaleManager;
import me.patothebest.gamecore.lang.L... | 5,049 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ArenaType.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/arena/ArenaType.java | package me.patothebest.skywars.arena;
import me.patothebest.gamecore.arena.ArenaGroup;
public class ArenaType {
public static final ArenaGroup SOLO = new ArenaGroup("SOLO");
public static final ArenaGroup TEAM = new ArenaGroup("TEAM");
}
| 250 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
GameTeam.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/arena/GameTeam.java | package me.patothebest.skywars.arena;
import me.patothebest.gamecore.arena.AbstractGameTeam;
import org.bukkit.DyeColor;
import java.util.Map;
public class GameTeam extends AbstractGameTeam {
public GameTeam(Arena arena, String name, DyeColor color) {
super(arena, name, color);
}
public GameTea... | 859 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ArenaModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/arena/ArenaModule.java | package me.patothebest.skywars.arena;
import com.google.common.collect.ImmutableSet;
import com.google.inject.TypeLiteral;
import com.google.inject.assistedinject.FactoryModuleBuilder;
import com.google.inject.multibindings.OptionalBinder;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.arena... | 1,363 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ChestLocations.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/arena/ChestLocations.java | package me.patothebest.skywars.arena;
import me.patothebest.gamecore.feature.features.chests.refill.ChestLocation;
public class ChestLocations {
public static ChestLocation ISLAND = new ChestLocation("island");
public static ChestLocation MID = new ChestLocation("mid");
}
| 285 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
Arena.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/arena/Arena.java | package me.patothebest.skywars.arena;
import com.google.inject.Inject;
import com.google.inject.Injector;
import com.google.inject.Provider;
import com.google.inject.assistedinject.Assisted;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.arena.AbstractGameTeam;
import me.patothebest... | 13,605 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ArenaMode.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/arena/ArenaMode.java | package me.patothebest.skywars.arena;
import org.bukkit.ChatColor;
public enum ArenaMode {
NORMAL(ChatColor.GRAY + "Normal"),
INSANE(ChatColor.RED + "Insane")
;
private final String name;
ArenaMode(String name) {
this.name = name;
}
public String getName() {
return nam... | 331 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
SkyWarsPlayer.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/SkyWars/src/main/java/me/patothebest/skywars/player/SkyWarsPlayer.java | package me.patothebest.skywars.player;
import com.google.inject.Inject;
import com.google.inject.assistedinject.Assisted;
import me.patothebest.gamecore.lang.Locale;
import me.patothebest.gamecore.player.CorePlayer;
import me.patothebest.gamecore.scoreboard.ScoreboardFile;
public class SkyWarsPlayer extends CorePlaye... | 478 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ArcadeModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/Arcade/src/main/java/me/patothebest/arcade/ArcadeModule.java | package me.patothebest.arcade;
import com.google.inject.Singleton;
import com.google.inject.assistedinject.FactoryModuleBuilder;
import com.google.inject.name.Names;
import me.patothebest.arcade.arena.ArenaModule;
import me.patothebest.arcade.commands.ArcadeCommand;
import me.patothebest.arcade.commands.SetupArenaComm... | 1,998 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
Arcade.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/Arcade/src/main/java/me/patothebest/arcade/Arcade.java | package me.patothebest.arcade;
import com.google.inject.Binder;
import me.patothebest.gamecore.CorePlugin;
import me.patothebest.gamecore.PluginInfo;
@PluginInfo(
pluginName = "Arcade",
worldPrefix = "Arcade_",
pluginTitle = "ARCADE",
langPrefix = "Arcade",
gameTitle = "Arcade"... | 1,454 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
ArcadePlaceholderModule.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/Arcade/src/main/java/me/patothebest/arcade/placeholder/ArcadePlaceholderModule.java | package me.patothebest.arcade.placeholder;
import com.google.inject.multibindings.Multibinder;
import me.patothebest.arcade.Arcade;
import me.patothebest.arcade.placeholder.placeholders.all.GameCountPlaceholder;
import me.patothebest.arcade.placeholder.placeholders.all.GameNamePlaceholder;
import me.patothebest.arcade... | 3,320 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
PlayerPlacePlaceholder.java | /FileExtraction/Java_unseen/PatoTheBest_MiniGames/Games/Arcade/src/main/java/me/patothebest/arcade/placeholder/placeholders/player/stars/PlayerPlacePlaceholder.java | package me.patothebest.arcade.placeholder.placeholders.player.stars;
import com.google.inject.Inject;
import me.patothebest.arcade.arena.Arena;
import me.patothebest.gamecore.arena.AbstractArena;
import me.patothebest.gamecore.placeholder.PlaceHolder;
import me.patothebest.gamecore.player.IPlayer;
import me.patothebes... | 1,199 | Java | .java | PatoTheBest/MiniGames | 13 | 2 | 1 | 2020-08-07T03:43:56Z | 2022-01-23T23:52:46Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.