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
SpectatorFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/spectator/SpectatorFeature.java
package me.patothebest.gamecore.feature.features.spectator; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.command.ChatColor; import me.patothebest.gamecore.event.player.SpectateEvent; import me.patothebest.gamecore.guis.user.SpectatorUI; import me.patothebes...
3,071
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DeathSpectatorFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/spectator/DeathSpectatorFeature.java
package me.patothebest.gamecore.feature.features.spectator; import com.google.inject.Inject; import me.patothebest.gamecore.scheduler.PluginScheduler; import me.patothebest.gamecore.combat.CombatDeathEvent; import me.patothebest.gamecore.feature.AbstractFeature; import org.bukkit.entity.Player; import org.bukkit.event...
1,611
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GameOptionsGUIFactory.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/GameOptionsGUIFactory.java
package me.patothebest.gamecore.feature.features.gameoptions; import me.patothebest.gamecore.feature.features.gameoptions.time.TimeSelectorGameOption; import me.patothebest.gamecore.feature.features.gameoptions.time.TimeVoteUI; import me.patothebest.gamecore.feature.features.gameoptions.weather.WeatherSelectorGameOpti...
677
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GameOption.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/GameOption.java
package me.patothebest.gamecore.feature.features.gameoptions; import me.patothebest.gamecore.feature.Feature; import me.patothebest.gamecore.gui.inventory.button.SimpleButton; import org.bukkit.entity.Player; public interface GameOption extends Feature { SimpleButton getButton(Player player); }
304
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GameOptionsFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/GameOptionsFeature.java
package me.patothebest.gamecore.feature.features.gameoptions; import com.google.inject.Inject; import me.patothebest.gamecore.guis.UserGUIFactory; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.lang.CoreLang; import me.patoth...
2,806
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WalkTrailSelectorGameOption.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/individual/WalkTrailSelectorGameOption.java
package me.patothebest.gamecore.feature.features.gameoptions.individual; import com.google.inject.Inject; import me.patothebest.gamecore.cosmetics.shop.ShopFactory; import me.patothebest.gamecore.cosmetics.walkparticles.WalkTrailsManager; import me.patothebest.gamecore.feature.AbstractFeature; import me.patothebest.ga...
1,331
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CageSelectorGameOption.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/individual/CageSelectorGameOption.java
package me.patothebest.gamecore.feature.features.gameoptions.individual; import com.google.inject.Inject; import me.patothebest.gamecore.cosmetics.cage.CageManager; import me.patothebest.gamecore.cosmetics.shop.ShopFactory; import me.patothebest.gamecore.gui.inventory.button.SimpleButton; import me.patothebest.gamecor...
1,255
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ProjectileTrailSelectorGameOption.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/individual/ProjectileTrailSelectorGameOption.java
package me.patothebest.gamecore.feature.features.gameoptions.individual; import com.google.inject.Inject; import me.patothebest.gamecore.cosmetics.projectiletrails.ProjectileManager; import me.patothebest.gamecore.cosmetics.shop.ShopFactory; import me.patothebest.gamecore.gui.inventory.button.SimpleButton; import me.p...
1,331
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WeatherSelectorGameOption.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/weather/WeatherSelectorGameOption.java
package me.patothebest.gamecore.feature.features.gameoptions.weather; import com.google.inject.Inject; import me.patothebest.gamecore.event.player.ArenaLeaveEvent; import me.patothebest.gamecore.gui.inventory.button.SimpleButton; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore...
3,293
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WeatherType.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/weather/WeatherType.java
package me.patothebest.gamecore.feature.features.gameoptions.weather; import me.patothebest.gamecore.itemstack.StainedClay; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.lang.interfaces.ILang; import org.bukkit.inventory.ItemStack; public enum WeatherType { SUN(CoreLang.GUI_WEATHER...
1,059
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WeatherVoteUI.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/weather/WeatherVoteUI.java
package me.patothebest.gamecore.feature.features.gameoptions.weather; import com.google.inject.Inject; import com.google.inject.assistedinject.Assisted; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.gui.inventory.button.SimpleButton; import me.patothebest.gamecore.itemstack.ItemStackBuilder...
1,931
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TimeSelectorGameOption.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/time/TimeSelectorGameOption.java
package me.patothebest.gamecore.feature.features.gameoptions.time; import com.google.inject.Inject; import me.patothebest.gamecore.event.player.ArenaLeaveEvent; import me.patothebest.gamecore.gui.inventory.button.SimpleButton; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.it...
3,284
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TimeOfTheDay.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/time/TimeOfTheDay.java
package me.patothebest.gamecore.feature.features.gameoptions.time; import me.patothebest.gamecore.itemstack.StainedClay; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.lang.interfaces.ILang; import org.bukkit.inventory.ItemStack; public enum TimeOfTheDay { MORNING(CoreLang.GUI_TIME_...
1,187
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TimeVoteUI.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/gameoptions/time/TimeVoteUI.java
package me.patothebest.gamecore.feature.features.gameoptions.time; import com.google.inject.Inject; import com.google.inject.assistedinject.Assisted; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.gui.inventory.button.SimpleButton; import me.patothebest.gamecore.itemstack.ItemStackBuilder; i...
1,906
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AntiShareKitFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/kits/AntiShareKitFeature.java
package me.patothebest.gamecore.feature.features.kits; import me.patothebest.gamecore.combat.CombatDeathEvent; import me.patothebest.gamecore.feature.AbstractFeature; import org.bukkit.ChatColor; import org.bukkit.event.EventHandler; import org.bukkit.event.inventory.InventoryAction; import org.bukkit.event.inventory....
4,424
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
RespawnWithKitFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/kits/RespawnWithKitFeature.java
package me.patothebest.gamecore.feature.features.kits; import com.google.inject.Inject; import me.patothebest.gamecore.scheduler.PluginScheduler; import me.patothebest.gamecore.feature.AbstractFeature; import me.patothebest.gamecore.kit.KitManager; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPri...
1,116
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DragonFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/dragons/DragonFeature.java
package me.patothebest.gamecore.feature.features.dragons; import com.google.inject.Inject; import com.google.inject.Provider; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.nms.NMS; import me.patothebest.gamecore.arena.types.CentrableArena; import me.patothebest.gamecore.feature.AbstractRunn...
1,448
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CelebrationTitleFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/celebration/CelebrationTitleFeature.java
package me.patothebest.gamecore.feature.features.celebration; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.feature.AbstractFeature; import me.patothebest.gamecore.title.Title; import me.patothebest.gamecore.title.TitleManager; import org.bukkit.entity.Player; public class CelebrationTi...
1,196
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CelebrationFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/celebration/CelebrationFeature.java
package me.patothebest.gamecore.feature.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...
1,290
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CelebrationMessagesFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/celebration/CelebrationMessagesFeature.java
package me.patothebest.gamecore.feature.features.celebration; import com.google.inject.Inject; import me.patothebest.gamecore.PluginConfig; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.feature.AbstractFeature; import me.patothebest.gamecore.pla...
2,996
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LobbyFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/LobbyFeature.java
package me.patothebest.gamecore.feature.features.other; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.feature.AbstractFeature; import me.patothebest.gamecor...
5,534
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CompassRadarFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/CompassRadarFeature.java
package me.patothebest.gamecore.feature.features.other; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.actionbar.ActionBar; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.util.Ut...
2,294
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WaitingPhaseFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/WaitingPhaseFeature.java
package me.patothebest.gamecore.feature.features.other; import com.google.inject.Inject; import me.patothebest.gamecore.cosmetics.cage.Cage; import me.patothebest.gamecore.event.player.ArenaLeaveEvent; import me.patothebest.gamecore.event.player.LobbyJoinEvent; import me.patothebest.gamecore.event.player.PlayerSelectI...
3,326
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CountdownFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/CountdownFeature.java
package me.patothebest.gamecore.feature.features.other; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.command.ChatColor; import me.patothebest.gamecore.event.arena.CountdownStartEvent; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.lang.CoreLang; import me.pa...
7,522
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ThrowTNTFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/ThrowTNTFeature.java
package me.patothebest.gamecore.feature.features.other; import com.google.inject.Inject; import me.patothebest.gamecore.event.EventRegistry; import me.patothebest.gamecore.event.player.PlayerThrowTNTEvent; import me.patothebest.gamecore.feature.AbstractFeature; import org.bukkit.Material; import org.bukkit.entity.Play...
1,514
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
InformationalFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/InformationalFeature.java
package me.patothebest.gamecore.feature.features.other; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.actionbar.ActionBar; import me.patothebest.gamecore.combat.CombatDeathEvent; import me.patothebest.gamecore.feature.AbstractFeature; import me.patothebest.gamecore.util.Sounds; import or...
801
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LimitedTimePhaseFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/LimitedTimePhaseFeature.java
package me.patothebest.gamecore.feature.features.other; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.feature.AbstractRunnableFeature; import javax.inject.Inject; public class LimitedTimePhaseFeature extends AbstractRunnableFeature { //...
2,003
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PetsFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/PetsFeature.java
package me.patothebest.gamecore.feature.features.other; import com.google.inject.Inject; import com.google.inject.Provider; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.AbstractGameTeam; import me.patothebest.gamecore.combat.CombatD...
15,155
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WorldBorderFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/WorldBorderFeature.java
package me.patothebest.gamecore.feature.features.other; import me.patothebest.gamecore.feature.AbstractFeature; import org.bukkit.WorldBorder; public class WorldBorderFeature extends AbstractFeature { /** Percentage indicating the starting area of * the border in regards with the arena area */ private i...
1,826
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DeathMessageFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/other/DeathMessageFeature.java
package me.patothebest.gamecore.feature.features.other; import me.patothebest.gamecore.combat.CombatDeathEvent; import me.patothebest.gamecore.feature.AbstractFeature; import org.bukkit.event.EventHandler; public class DeathMessageFeature extends AbstractFeature { @EventHandler public void onDeath(CombatDeat...
575
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AbstractPhase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/AbstractPhase.java
package me.patothebest.gamecore.phase; import me.patothebest.gamecore.feature.Feature; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import org.apache.commons.lang.Validate; import org.bukkit.event.HandlerList; import java.util.HashMap; import java.util.Map; public ab...
3,081
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Phase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/Phase.java
package me.patothebest.gamecore.phase; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.feature.Feature; import org.bukkit.entity.Player; import org.bukkit.event.Listener; import java.util.Map; /** * The Interface Phase. * * @param...
2,931
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TeamAssignPhase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/phases/TeamAssignPhase.java
package me.patothebest.gamecore.phase.phases; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.phase.AbstractPhase; import me.patothebest.gamecore.arena.Abstrac...
1,363
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CelebrationPhase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/phases/CelebrationPhase.java
package me.patothebest.gamecore.phase.phases; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.feature.features.celebration.CelebrationFeature; import me.patoth...
1,615
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NullPhase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/phases/NullPhase.java
package me.patothebest.gamecore.phase.phases; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.phase.AbstractPhase; import me.patothebest.gamecore.phase.Phase; ...
648
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CagePhase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/phases/CagePhase.java
package me.patothebest.gamecore.phase.phases; import com.google.inject.Inject; import com.google.inject.Provider; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.types.SpawneableArena; import me.patothebest.gamecore.cosmetics.cage.Cage...
2,805
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EndPhase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/phases/EndPhase.java
package me.patothebest.gamecore.phase.phases; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.phase.AbstractPhase; import javax.inject.Inject; public class EndPhase extends AbstractPhase<Cor...
603
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LobbyPhase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/phases/LobbyPhase.java
package me.patothebest.gamecore.phase.phases; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.feature.features.other.CountdownFeature; import me.patothebest.gamecore.feature.features.protectio...
5,567
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GamePhase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/phases/GamePhase.java
package me.patothebest.gamecore.phase.phases; import com.google.inject.Provider; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.AbstractGam...
4,374
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WaitingPhase.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/phase/phases/WaitingPhase.java
package me.patothebest.gamecore.phase.phases; import com.google.inject.Inject; import com.google.inject.Provider; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.arena.types.SpawneableArena; i...
6,976
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CombatTracker.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/combat/CombatTracker.java
package me.patothebest.gamecore.combat; import me.patothebest.gamecore.util.Tickable; import org.bukkit.Material; import org.bukkit.entity.Entity; import org.bukkit.entity.Player; import org.bukkit.event.entity.EntityDamageEvent; import org.bukkit.inventory.ItemStack; import java.lang.ref.WeakReference; import java.u...
3,001
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DamageOption.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/combat/DamageOption.java
package me.patothebest.gamecore.combat; public enum DamageOption { WHILE_ESCAPING_OPTIONAL, ENTITY_NAME_OPTIONAL, ENTITY_NAME_REQUIRED, ITEM_OPTIONAL }
171
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DeathCause.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/combat/DeathCause.java
package me.patothebest.gamecore.combat; public enum DeathCause { ANVIL, ARROW, BORDER, CACTUS, CRAMMING, DRAGON_BREATH, DROWN, EXPLOSION, FALL, FALLING_BLOCK, FIREBALL, FIREWORKS, FLY_INTO_WALL, GENERIC, HOT_FLOOR, INDIRECT_MAGIC, IN_FIRE, IN_WAL...
530
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DeathCauseTranslator.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/combat/DeathCauseTranslator.java
package me.patothebest.gamecore.combat; import org.bukkit.event.entity.EntityDamageEvent; public abstract class DeathCauseTranslator<T extends EntityDamageEvent> { private final Class<T> eventClass; public DeathCauseTranslator(Class<T> eventClass) { this.eventClass = eventClass; } public ab...
513
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DamageCause.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/combat/DamageCause.java
package me.patothebest.gamecore.combat; import com.google.common.collect.BiMap; import com.google.common.collect.HashBiMap; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.util.Utils; import org.bukkit.block.Block; import org.bukkit.entity.Entity; import org.bukkit.entity.EntityType; ...
12,736
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CombatManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/combat/CombatManager.java
package me.patothebest.gamecore.combat; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.modules.ActivableModule; import me.patothebest.gamecore.modules.ListenerModule; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.event.EventRegistry; import me.patothebest.gamecore...
5,269
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CombatDeathEvent.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/combat/CombatDeathEvent.java
package me.patothebest.gamecore.combat; import org.bukkit.entity.Entity; import org.bukkit.entity.Player; import org.bukkit.event.Cancellable; import org.bukkit.event.HandlerList; import org.bukkit.event.player.PlayerEvent; import org.bukkit.inventory.ItemStack; import javax.annotation.Nullable; import java.util.Link...
2,688
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CombatModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/combat/CombatModule.java
package me.patothebest.gamecore.combat; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.injector.AbstractBukkitModule; public class CombatModule extends AbstractBukkitModule<CorePlugin> { public CombatModule(CorePlugin plugin) { super(plugin); } @Override protected ...
392
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CombatEntry.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/combat/CombatEntry.java
package me.patothebest.gamecore.combat; import org.bukkit.Material; import org.bukkit.entity.Entity; import org.bukkit.entity.LivingEntity; import org.bukkit.entity.Player; import org.bukkit.entity.Projectile; import org.bukkit.event.entity.EntityDamageByEntityEvent; import org.bukkit.event.entity.EntityDamageEvent; i...
4,613
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Hologram.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/hologram/Hologram.java
package me.patothebest.gamecore.hologram; import org.apache.commons.lang.Validate; import org.bukkit.entity.ArmorStand; import java.lang.ref.WeakReference; public class Hologram { private final WeakReference<ArmorStand> armorStand; public Hologram(ArmorStand armorStandParam) { armorStand = new Weak...
1,385
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Title1_8_1_10.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/title/Title1_8_1_10.java
package me.patothebest.gamecore.title; import me.patothebest.gamecore.util.Utils; import org.bukkit.ChatColor; import org.bukkit.entity.Player; /** * Minecraft 1.8 (1.9 and 1.10) Title * * @version 1.0.4 * @author Maxim Van de Wynckel modified by PatoTheBest for GameCore */ class Title1_8_1_10 extends AbstractTi...
3,247
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Title1_11_1_16.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/title/Title1_11_1_16.java
package me.patothebest.gamecore.title; import me.patothebest.gamecore.util.Utils; import org.bukkit.ChatColor; import org.bukkit.entity.Player; /** * Minecraft 1.11 and 1.16 * * @author Maxim Van de Wynckel modified by PatoTheBest for GameCore * @version 1.0.4 */ class Title1_11_1_16 extends AbstractTitle { ...
3,277
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AbstractTitle.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/title/AbstractTitle.java
package me.patothebest.gamecore.title; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; abstract class AbstractTitle implements Title { /* Title packet */ Class<?> packetTitle; /* Title pac...
8,000
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Title.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/title/Title.java
package me.patothebest.gamecore.title; import org.bukkit.ChatColor; import org.bukkit.entity.Player; public interface Title { void setTitle(String title); String getTitle(); void setSubtitle(String subtitle); String getSubtitle(); void setTitleColor(ChatColor color); void setSubtitle...
884
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TitleProtocol1_7.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/title/TitleProtocol1_7.java
package me.patothebest.gamecore.title; import me.patothebest.gamecore.util.Utils; import org.bukkit.ChatColor; import org.bukkit.entity.Player; /** * Minecraft 1.7 Protocol Title * * @version 1.0.4 * @author Maxim Van de Wynckel modified by PatoTheBest for GameCore */ class TitleProtocol1_7 extends AbstractTitle...
4,368
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TitleManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/title/TitleManager.java
package me.patothebest.gamecore.title; import me.patothebest.gamecore.util.Utils; public class TitleManager { /** * Creates a new title * * @param title the title string * @return the title */ public static Title newInstance(String title) { if(Utils.SERVER_VERSION.contains("1...
953
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TitleBuilder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/title/TitleBuilder.java
package me.patothebest.gamecore.title; import org.bukkit.ChatColor; public final class TitleBuilder { ChatColor titleColor = ChatColor.WHITE; /* Subtitle text and color */ String subtitle = ""; ChatColor subtitleColor = ChatColor.WHITE; /* Title timings */ int fadeInTime = -1; int stayTime = -1; ...
1,741
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
UnsupportedTitle.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/title/UnsupportedTitle.java
package me.patothebest.gamecore.title; import org.bukkit.entity.Player; class UnsupportedTitle extends AbstractTitle { UnsupportedTitle(String title) { super(title); } @Override protected void loadClasses() { } @Override public void send(Player player) { } @Override ...
438
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AnimationManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/animation/AnimationManager.java
package me.patothebest.gamecore.animation; import me.patothebest.gamecore.scoreboard.ScoreboardEntry; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.modules.Module; import me.patothebest.gamecore.util.ThrowOnce; import org.bukkit.ChatColor; import javax.inject.Inject; import java.util.Array...
3,979
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CoreAnimationModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/animation/CoreAnimationModule.java
package me.patothebest.gamecore.animation; import com.google.inject.multibindings.Multibinder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.animation.animations.BlinkAnimation; import me.patothebest.gamecore.animation.animations.DecisionAnimation; import me.patothebest.gamecore.animation.a...
1,200
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Animation.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/animation/Animation.java
package me.patothebest.gamecore.animation; import me.patothebest.gamecore.scoreboard.ScoreboardEntry; import java.util.List; import java.util.Map; public abstract class Animation { // -------------------------------------------- // // FIELDS // -------------------------------------------- // privat...
1,080
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
RainbowAnimation.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/animation/animations/RainbowAnimation.java
package me.patothebest.gamecore.animation.animations; import me.patothebest.gamecore.scoreboard.ScoreboardEntry; import me.patothebest.gamecore.animation.Animation; import org.bukkit.ChatColor; import java.util.ArrayList; import java.util.List; import java.util.Map; public class RainbowAnimation extends Animation { ...
1,717
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
BlinkAnimation.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/animation/animations/BlinkAnimation.java
package me.patothebest.gamecore.animation.animations; import me.patothebest.gamecore.scoreboard.ScoreboardEntry; import me.patothebest.gamecore.animation.Animation; import java.util.ArrayList; import java.util.List; import java.util.Map; public class BlinkAnimation extends Animation { // -----------------------...
885
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GlowAnimation.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/animation/animations/GlowAnimation.java
package me.patothebest.gamecore.animation.animations; import me.patothebest.gamecore.scoreboard.ScoreboardEntry; import me.patothebest.gamecore.animation.Animation; import java.util.ArrayList; import java.util.List; import java.util.Map; public class GlowAnimation extends Animation { // ------------------------...
2,116
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DecisionAnimation.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/animation/animations/DecisionAnimation.java
package me.patothebest.gamecore.animation.animations; import me.patothebest.gamecore.scoreboard.ScoreboardEntry; import me.patothebest.gamecore.animation.Animation; import java.util.Collections; import java.util.List; import java.util.Map; public class DecisionAnimation extends Animation { // ------------------...
1,110
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DelayAnimation.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/animation/animations/DelayAnimation.java
package me.patothebest.gamecore.animation.animations; import me.patothebest.gamecore.scoreboard.ScoreboardEntry; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.animation.Animation; import java.util.ArrayList; import java.util.List; import java.util.Map; public class DelayAnimation extends ...
1,129
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LeakListener.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/listener/LeakListener.java
package me.patothebest.gamecore.listener; import com.google.inject.Inject; import me.patothebest.gamecore.scheduler.PluginScheduler; import me.patothebest.gamecore.modules.ListenerModule; import org.bukkit.World; import org.bukkit.event.EventHandler; import org.bukkit.event.world.WorldUnloadEvent; import java.lang.re...
984
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DevTransformer.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/bytecode/DevTransformer.java
package me.patothebest.gamecore.bytecode; import javassist.CannotCompileException; import javassist.ClassPool; import javassist.CtClass; import javassist.CtField; import javassist.NotFoundException; import me.patothebest.gamecore.util.Utils; import java.io.File; import java.io.IOException; public class DevTransforme...
1,745
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AddonFile.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/AddonFile.java
package me.patothebest.gamecore.addon; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.file.VersionFile; import me.patothebest.gamecore.util.Utils; import java.io.BufferedWriter; import java.io.IOException; public class AddonFile extends VersionFile { @...
625
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AddonManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/AddonManager.java
package me.patothebest.gamecore.addon; import com.google.inject.Inject; import me.patothebest.gamecore.logger.InjectLogger; import me.patothebest.gamecore.modules.ActivableModule; import me.patothebest.gamecore.modules.ModuleName; import me.patothebest.gamecore.modules.ReloadableModule; import org.bukkit.configuration...
2,843
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AddonModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/AddonModule.java
package me.patothebest.gamecore.addon; import com.google.inject.multibindings.Multibinder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.addon.addons.ChatAddon; import me.patothebest.gamecore.addon.addons.CommandBlockerAddon; import me.patothebest.gamecore.addon.addons.CustomDeathMessagesAd...
1,808
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Addon.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/Addon.java
package me.patothebest.gamecore.addon; import com.google.inject.Inject; import me.patothebest.gamecore.event.EventRegistry; import me.patothebest.gamecore.modules.Module; import org.bukkit.configuration.ConfigurationSection; import org.bukkit.event.Listener; public abstract class Addon implements Listener, Module { ...
1,811
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
JoinQuitMessagesAddon.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/JoinQuitMessagesAddon.java
package me.patothebest.gamecore.addon.addons; import me.patothebest.gamecore.addon.Addon; import org.bukkit.configuration.ConfigurationSection; import org.bukkit.event.EventHandler; import org.bukkit.event.player.PlayerJoinEvent; import org.bukkit.event.player.PlayerQuitEvent; public class JoinQuitMessagesAddon exten...
1,062
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
HideNametags.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/HideNametags.java
package me.patothebest.gamecore.addon.addons; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.event.player.ArenaLeaveEvent; import me.patothebest.gamecore.event.player.ArenaPlayerEvent; import me.patothebest.gamecore.event.player.GameJoinEvent; import...
5,006
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ChatAddon.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/ChatAddon.java
package me.patothebest.gamecore.addon.addons; import com.google.inject.Provider; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.AbstractGameTeam; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.placeholder.PlaceHolderManager; import me.patothebe...
7,209
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
KillStreaksAddon.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/KillStreaksAddon.java
package me.patothebest.gamecore.addon.addons; import com.google.inject.Inject; import me.patothebest.gamecore.addon.Addon; import me.patothebest.gamecore.addon.AddonManager; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.combat.CombatDeathEvent; import me.patothebest.gamecore.event....
5,765
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TeleportOnJoinAddon.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/TeleportOnJoinAddon.java
package me.patothebest.gamecore.addon.addons; import com.google.inject.Inject; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.addon.Addon; import org.bukkit.Bukkit; import org.bukkit.configuration.ConfigurationSection; import org.bukkit.event.EventHandler; import org.spigotmc.event.play...
1,061
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CustomDeathMessagesAddon.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/CustomDeathMessagesAddon.java
package me.patothebest.gamecore.addon.addons; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.arena.AbstractGameTeam; import me.patothebest.gamecore.combat.CombatDeathEvent; import me.patothebest.gamecore.combat.CombatEntry; import me.patothebest.gamecore.combat.Dama...
5,247
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MoneyAddon.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/MoneyAddon.java
package me.patothebest.gamecore.addon.addons; import com.google.inject.Inject; import me.patothebest.gamecore.combat.CombatDeathEvent; import me.patothebest.gamecore.event.arena.GameEndEvent; import me.patothebest.gamecore.permission.PermissionGroup; import me.patothebest.gamecore.permission.PermissionGroupManager; im...
2,879
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TeamNametags.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/TeamNametags.java
package me.patothebest.gamecore.addon.addons; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.AbstractGameTeam; import me.patothebest.gamecore.event.player.ArenaLeaveEvent; import me.patothebest.gamecore.event.player.GameJoinEvent; import me.pat...
3,534
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CommandBlockerAddon.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/CommandBlockerAddon.java
package me.patothebest.gamecore.addon.addons; import com.google.inject.Inject; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.permission.Permission; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.player.PlayerManager; import me.patothebest.gamecore.addon.Add...
1,893
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
JoinItemsAddon.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/addon/addons/JoinItemsAddon.java
package me.patothebest.gamecore.addon.addons; import com.google.inject.Inject; import me.patothebest.gamecore.event.player.ArenaLeaveEvent; import me.patothebest.gamecore.file.InventoryItem; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.player.PlayerManager; import me.patothebest.gameco...
4,242
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMS.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/nms/NMS.java
package me.patothebest.gamecore.nms; import me.patothebest.gamecore.hologram.Hologram; import me.patothebest.gamecore.itemstack.Material; import org.bukkit.Location; import org.bukkit.block.Block; import org.bukkit.block.BlockFace; import org.bukkit.enchantments.Enchantment; import org.bukkit.entity.ArmorStand; import...
2,193
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NullNMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/nms/NullNMSImpl.java
package me.patothebest.gamecore.nms; import me.patothebest.gamecore.itemstack.Material; import org.bukkit.Location; import org.bukkit.block.Block; import org.bukkit.block.BlockFace; import org.bukkit.enchantments.Enchantment; import org.bukkit.entity.ArmorStand; import org.bukkit.entity.EnderDragon; import org.bukkit....
1,900
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/nms/NMSManager.java
package me.patothebest.gamecore.nms; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.modules.ActivableModule; import me.patothebest.gamecore.modules.ModuleName; import me.patothebest.gamecore.logger.InjectLogger; import me.p...
2,754
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/nms/NMSModule.java
package me.patothebest.gamecore.nms; import com.google.inject.Provides; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.injector.AbstractBukkitModule; public class NMSModule extends AbstractBukkitModule<CorePlugin> { public NMSModule(CorePlugin plugin) { super(plugin); } ...
533
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TimingsManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/timings/TimingsManager.java
package me.patothebest.gamecore.timings; import me.patothebest.gamecore.PluginConfig; import java.util.Map; public class TimingsManager { public static boolean debug = false; private TimingsManager() { } public static TimingsData create(String timing) { return new TimingsData(timing); ...
1,587
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TimingsData.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/timings/TimingsData.java
package me.patothebest.gamecore.timings; import java.util.LinkedHashMap; import java.util.Map; public class TimingsData { private final Map<String, Long> actionsMap = new LinkedHashMap<>(); private final long startTime; private String timing; private long stopTime; public TimingsData(String timi...
1,360
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StorageException.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/StorageException.java
package me.patothebest.gamecore.storage; /** * A class representing an exception that could happen * in the storage module. */ public class StorageException extends RuntimeException { /** * Constructs a new runtime exception with the specified detail message. * The cause is not initialized, and may s...
630
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StorageModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/StorageModule.java
package me.patothebest.gamecore.storage; import com.google.inject.multibindings.Multibinder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.injector.AbstractBukkitModule; import me.patothebest.gamecore.storage.flatfile.FlatFileEntity; import me.patothebest.gamecore.storage.mysql.MySQLEntity;...
1,050
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CoreStorageModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/CoreStorageModule.java
package me.patothebest.gamecore.storage; import com.google.inject.multibindings.Multibinder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.cosmetics.shop.ShopModule; import me.patothebest.gamecore.injector.AbstractBukkitModule; import me.patothebest.gamecore.storage.converter.ConverterComma...
1,722
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StorageEntity.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/StorageEntity.java
package me.patothebest.gamecore.storage; import me.patothebest.gamecore.player.CorePlayer; /** * /** * Class representing a storage entity * <p> * A storage entity is an interface which can't be * implemented directly, each storage type has its * own implementation such as MySQLEntity and that * interface must...
1,160
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Storage.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/Storage.java
package me.patothebest.gamecore.storage; import me.patothebest.gamecore.kit.Kit; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.util.Callback; import org.bukkit.inventory.PlayerInventory; import java.util.Map; public interface Storage { void loadPlayers(Callback<CorePlayer> pla...
841
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StorageManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/StorageManager.java
package me.patothebest.gamecore.storage; import com.google.inject.Inject; import com.google.inject.Injector; import com.google.inject.Provider; import com.google.inject.Singleton; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.modules.ModuleName; import me.patothebest.gamecore.storage.flatfi...
7,004
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StorageType.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/StorageType.java
package me.patothebest.gamecore.storage; public enum StorageType { FLATFILE, MYSQL, SPLIT, NONE }
117
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
SQLCallBack.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/mysql/SQLCallBack.java
package me.patothebest.gamecore.storage.mysql; import me.patothebest.gamecore.util.ThrowableCallback; import java.sql.SQLException; public interface SQLCallBack<T> extends ThrowableCallback<T, SQLException> { }
214
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LoadSynchronously.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/mysql/LoadSynchronously.java
package me.patothebest.gamecore.storage.mysql; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.RUNTIME) public @interface LoadSynchronously { }
209
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MySQLStorage.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/mysql/MySQLStorage.java
package me.patothebest.gamecore.storage.mysql; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.lang.CoreLocaleManager; import me.patothebest.gamecore.timings.TimingsData; import me.patothebest.gamecore.timings.TimingsManager...
15,984
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MySQLEntity.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/mysql/MySQLEntity.java
package me.patothebest.gamecore.storage.mysql; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.player.modifiers.PlayerModifier; import me.patothebest.gamecore.storage.StorageEntity; import java.sql.Connection; import java.sql.SQLException; /** * The interface used for all MySQL enti...
1,383
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MySQLConnectionHandler.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/storage/mysql/MySQLConnectionHandler.java
package me.patothebest.gamecore.storage.mysql; import com.zaxxer.hikari.HikariDataSource; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.PluginConfig; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.storage.StorageManager; import me.patothebest.gamecore.util.Ca...
4,335
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z