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
FlowLayoutManager.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/ui/recycler/manager/FlowLayoutManager.java
package com.dazhi.libroot.ui.recycler.manager; import android.content.Context; import android.graphics.Point; import android.graphics.PointF; import android.graphics.Rect; import android.util.AttributeSet; import android.util.SparseArray; import android.util.SparseIntArray; import android.view.View; import android.vie...
16,345
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
DecorationSpaceGridLinear.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/ui/recycler/decoration/DecorationSpaceGridLinear.java
package com.dazhi.libroot.ui.recycler.decoration; import android.graphics.Rect; import android.view.View; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; /** * 功能:RecyclerView的通用布局间隔线 * 描述: * 作者:WangZezhi * 邮箱:wangzezhi528@163.com * 创建日期:2018/6/5 17:41 * 修改日期:2018/6/5 17:41...
4,026
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
RtConfig.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/RtConfig.java
package com.dazhi.libroot.util; import com.dazhi.libroot.inte.IRootEngineLifecycle; /** * 功能: * 描述: * 作者:WangZezhi * 邮箱:wangzezhi528@163.com * 创建日期:2019-12-30 11:44 * 修改日期:2019-12-30 11:44 */ public class RtConfig { private IRootEngineLifecycle iRootEngineLifecycle; private RtConfig(){} private st...
997
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
RtLog.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/RtLog.java
package com.dazhi.libroot.util; import android.util.Log; /** * 功能:日志工具 * 描述: * 作者:WangZezhi * 邮箱:wangzezhi528@163.com * 创建日期:2018/5/2 10:41 * 修改日期:2018/5/2 10:41 */ @SuppressWarnings({"unused", "RedundantSuppression"}) public class RtLog { // 默认关闭 private static boolean booDebug = false; public st...
1,723
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
RtStatusBar.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/RtStatusBar.java
package com.dazhi.libroot.util; import android.app.Activity; import android.content.Context; import android.graphics.Color; import android.os.Build; import androidx.annotation.ColorInt; import androidx.annotation.DrawableRes; import androidx.annotation.NonNull; import androidx.core.graphics.ColorUtils; import android....
6,837
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
RtSp.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/RtSp.java
package com.dazhi.libroot.util; import android.annotation.SuppressLint; import android.content.Context; import android.content.SharedPreferences; import androidx.annotation.NonNull; import androidx.collection.SimpleArrayMap; import java.util.Collections; import java.util.Map; import java.util.Set; /** * 功能:偏好存储工具类 ...
13,006
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
RtCode.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/RtCode.java
package com.dazhi.libroot.util; import android.util.Base64; import java.security.MessageDigest; import java.text.SimpleDateFormat; import java.util.Locale; import javax.crypto.Cipher; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; /** * 功能描述:加密解密工具 * <p> * 作者:WangZezhi * 邮箱:wang...
14,954
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
RtFile.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/RtFile.java
package com.dazhi.libroot.util; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.drawable.BitmapDrawable; import android.graphics.drawable.Drawable; import androidx.annotation.DrawableRes; import androidx.core.content.ContextCompat; import j...
45,078
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
LinkedMap.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/LinkedMap.java
package com.dazhi.libroot.util; import java.util.HashMap; /** * 功能:链表哈希数据结构 * 描述: * 作者:WangZezhi * 邮箱:wangzezhi528@163.com * 创建日期:2021/1/25 17:28 */ @SuppressWarnings({"unused", "RedundantSuppression"}) public class LinkedMap<T extends LinkedMap.Ext<T>> { private final HashMap<String, T> map = new HashMap<>...
3,344
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
RtCatch.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/RtCatch.java
package com.dazhi.libroot.util; import android.content.Context; import android.content.Intent; /** * 功能:程序崩溃处理器 * 描述:用法--App里调用UtCrashHandler.self()即可 * 作者:WangZezhi * 邮箱:wangzezhi528@163.com * 创建日期:2018/10/13 09:33 * 修改日期:2018/10/13 09:33 */ public class RtCatch implements Thread.UncaughtExceptionHandler { ...
1,372
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
RtCmn.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/RtCmn.java
package com.dazhi.libroot.util; import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.app.Dialog; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.graphics.Rect; import android.graphics...
28,782
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
RtStack.java
/FileExtraction/Java_unseen/Dazhi528_MvvmAndroidFrame/library/src/main/java/com/dazhi/libroot/util/RtStack.java
package com.dazhi.libroot.util; import android.app.Activity; import java.util.LinkedList; /** * 作者:WangZezhi (17-9-6 上午11:41) * 功能:Activity堆栈 * 详情:用于管理所有的Acitivity */ @SuppressWarnings({"unused", "RedundantSuppression"}) public class RtStack { //存activity的list,方便管理activity private final LinkedList<Activ...
2,568
Java
.java
Dazhi528/MvvmAndroidFrame
16
1
0
2018-12-07T02:20:44Z
2021-01-29T10:04:38Z
YAMLParserTest.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/test/java/me/patothebest/gamecore/tests/YAMLParserTest.java
package me.patothebest.gamecore.tests; import org.apache.commons.lang.StringUtils; import org.bukkit.configuration.file.YamlConfiguration; import org.junit.Assert; import org.junit.Test; public class YAMLParserTest { private final String configRaw = "############################################################\n...
16,079
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EncryptionTest.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/test/java/me/patothebest/gamecore/tests/EncryptionTest.java
package me.patothebest.gamecore.tests; import me.patothebest.gamecore.util.CryptoUtil; import org.junit.Assert; import org.junit.Test; import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingException; import javax.crypto.Sec...
3,768
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MaterialTest.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/test/java/me/patothebest/gamecore/tests/MaterialTest.java
package me.patothebest.gamecore.tests; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.util.ServerVersion; import org.bukkit.Material; import org.bukkit.inventory.ItemStack; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.powermock.api.mockito.Power...
3,452
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CorePlugin.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/CorePlugin.java
package me.patothebest.gamecore; import com.google.inject.Binder; import com.google.inject.Inject; import com.google.inject.Injector; import me.patothebest.gamecore.command.CommandException; import me.patothebest.gamecore.command.CommandNumberFormatException; import me.patothebest.gamecore.command.CommandPermissionsEx...
16,513
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CoreModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/CoreModule.java
package me.patothebest.gamecore; import com.google.common.collect.ImmutableSet; import com.google.inject.Provides; import com.google.inject.TypeLiteral; import com.google.inject.multibindings.OptionalBinder; import me.patothebest.gamecore.addon.AddonModule; import me.patothebest.gamecore.animation.CoreAnimationModule;...
6,473
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PluginInfo.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/PluginInfo.java
package me.patothebest.gamecore; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.RUNTIME) public @interface PluginInfo { String pluginName(); String pluginTitle(); String worldPrefix(); String langPrefix(); String gameTitle(); ...
513
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PluginConfig.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/PluginConfig.java
package me.patothebest.gamecore; public class PluginConfig { public static String PLUGIN_NAME = "Core"; public static String PLUGIN_TITLE = "CORE"; public static String WORLD_PREFIX = "Core_"; public static String LANG_PREFIX = "Core"; public static String GAME_TITLE = "Core"; public static St...
1,271
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PlaceHolder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/PlaceHolder.java
package me.patothebest.gamecore.placeholder; import me.patothebest.gamecore.arena.AbstractArena; import org.bukkit.entity.Player; public interface PlaceHolder { String getPlaceholderName(); String replace(Player player, String args); String replace(AbstractArena arena); }
291
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PlaceHolderModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/PlaceHolderModule.java
package me.patothebest.gamecore.placeholder; import com.google.inject.multibindings.Multibinder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.injector.AbstractBukkitModule; import me.patothebest.gamecore.placeholder.placeholders.all.ArenaPlaceholder; import me.patothebest.gamecore.placehol...
4,979
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PlaceHolderManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/PlaceHolderManager.java
package me.patothebest.gamecore.placeholder; import com.google.inject.Singleton; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.PluginConfig; import me.patothebest.gamecore.pluginhooks.PluginHookManager; import me.patothebest.gamecore.pluginhooks.hooks.MVdWPlaceholderAPIHook; import me.patot...
3,611
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EzPlaceholderWrapper.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/EzPlaceholderWrapper.java
package me.patothebest.gamecore.placeholder; import me.clip.placeholderapi.expansion.PlaceholderExpansion; import me.patothebest.gamecore.PluginConfig; import org.bukkit.entity.Player; import java.util.Set; public class EzPlaceholderWrapper extends PlaceholderExpansion { private final Set<PlaceHolder> placeHold...
1,535
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NamePlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/NamePlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.util.Utils; import org.bukkit.entity.Player; public class NamePlaceholder implements PlaceHolder { @Override ...
875
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LevelFormattedPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/LevelFormattedPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.experience.ExperienceManager; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.placeholder.PlaceHolder; import...
1,465
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LevelPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/LevelPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.experience.ExperienceManager; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.placeholder.PlaceHolder; import...
1,378
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MoneyPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/MoneyPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import com.google.inject.Inject; import com.google.inject.Provider; import me.patothebest.gamecore.pluginhooks.PluginHookManager; import me.patothebest.gamecore.pluginhooks.hooks.VaultHook; import me.patothebest.gamecore.arena.AbstractArena; import me.pa...
1,374
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PointsPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/PointsPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import com.google.inject.Inject; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.PlayerManager; import org.buk...
1,058
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CustomNamePlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/CustomNamePlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.util.Utils; import org.bukkit.entity.Player; public class CustomNamePlaceholder implements PlaceHolder { @Ove...
907
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LevelProgressBarPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/LevelProgressBarPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.experience.ExperienceManager; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.placeholder.PlaceHolder; import...
1,592
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PointsColorPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/PointsColorPlaceholder.java
package me.patothebest.gamecore.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 org.bukkit.ChatColor; import org.bukkit.entity.Player...
970
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GameDeathsPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/GameDeathsPlaceholder.java
package me.patothebest.gamecore.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 org.bukkit.entity.Player; public class GameDeathsPla...
896
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LevelProgressLabelPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/LevelProgressLabelPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.experience.ExperienceManager; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.placeholder.PlaceHolder; import...
2,013
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PointsFormattedPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/PointsFormattedPlaceholder.java
package me.patothebest.gamecore.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 org.bukkit.ChatColor; import org.bukkit.entity.Player...
1,034
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GameKillsPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/GameKillsPlaceholder.java
package me.patothebest.gamecore.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 org.bukkit.entity.Player; public class GameKillsPlac...
892
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
KDPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/KDPlaceholder.java
package me.patothebest.gamecore.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.IPlayer; import me.patothebest.gamecore.player.PlayerManager; import me.pat...
1,509
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LevelColorPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/LevelColorPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.experience.ExperienceManager; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.placeholder.PlaceHolder; import...
1,449
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatsPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/StatsPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player; import com.google.inject.Inject; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.IPlayer; import me.patothebes...
1,730
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AbstractTopPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/top/AbstractTopPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player.top; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.leaderboards.LeaderboardManager; import me.patothebest.gamecore.leaderboards.TopEntry; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.ga...
2,542
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TopValuePlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/top/TopValuePlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player.top; import com.google.inject.Inject; import me.patothebest.gamecore.leaderboards.LeaderboardManager; import me.patothebest.gamecore.leaderboards.TopEntry; import me.patothebest.gamecore.stats.StatsManager; public class TopValuePlaceholder extends Abstra...
698
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TopNamePlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/top/TopNamePlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player.top; import com.google.inject.Inject; import me.patothebest.gamecore.leaderboards.LeaderboardManager; import me.patothebest.gamecore.leaderboards.TopEntry; import me.patothebest.gamecore.stats.StatsManager; public class TopNamePlaceholder extends Abstrac...
688
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TopPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/player/top/TopPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.player.top; import com.google.inject.Inject; import me.patothebest.gamecore.leaderboards.LeaderboardManager; import me.patothebest.gamecore.leaderboards.TopEntry; import me.patothebest.gamecore.stats.StatsManager; public class TopPlaceholder extends AbstractTop...
707
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PlayingPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/PlayingPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaGroup; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.arena.ArenaManager; import org.bukki...
1,280
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PlayersPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/PlayersPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.PlayerManager; import org.bukkit.entity.Player; public class PlayersPlacehold...
900
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ArenaPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/ArenaPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.PlayerManager; import org.bukkit.entity.Player; import javax.inject.Inject; public class ArenaPlaceholder imp...
875
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
IsCountingPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/IsCountingPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.feature.features.other.CountdownFeature; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.Player...
1,010
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WorldNamePlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/WorldNamePlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.PlayerManager; import org.bukkit.entity.Player; import javax.inject.Inject; public class WorldNamePlaceholder...
893
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MapPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/MapPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.PlayerManager; import org.bukkit.entity.Player; import javax.inject.Inject; public class MapPlaceholder imple...
869
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CountdownPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/CountdownPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.feature.features.other.CountdownFeature; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.Player...
1,066
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MinPlayersPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/MinPlayersPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.PlayerManager; import org.bukkit.entity.Player; public class MinPlayersPlaceh...
906
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ArenaStatusPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/ArenaStatusPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.PlayerManager; import org.bukkit.entity.Player; public class ArenaStatusPlace...
908
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MaxPlayersPlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/MaxPlayersPlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import com.google.inject.Inject; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import me.patothebest.gamecore.player.PlayerManager; import org.bukkit.entity.Player; public class MaxPlayersPlaceh...
906
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DatePlaceholder.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/placeholder/placeholders/all/DatePlaceholder.java
package me.patothebest.gamecore.placeholder.placeholders.all; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.placeholder.PlaceHolder; import org.bukkit.entity.Player; public class DatePlaceholder implements PlaceHolder { @Override ...
622
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EncouragementManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/encouragement/EncouragementManager.java
package me.patothebest.gamecore.encouragement; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.event.arena.CountdownStartEvent; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.modules.ModuleName; import net.md_5.bungee.api.chat.BaseCompon...
4,239
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MenuManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/MenuManager.java
package me.patothebest.gamecore.menu; import me.patothebest.gamecore.modules.ModuleName; import me.patothebest.gamecore.logger.InjectLogger; import me.patothebest.gamecore.modules.ActivableModule; import me.patothebest.gamecore.modules.ReloadPriority; import me.patothebest.gamecore.modules.ReloadableModule; import me....
2,437
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Menu.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/Menu.java
package me.patothebest.gamecore.menu; import com.google.inject.Inject; import com.google.inject.assistedinject.Assisted; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.gui.inventory.GUIPage; import me.patothebest.gamecore.logger.InjectLogger; import me.patothebest.gamecore.util.NameableObjec...
1,949
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MenuFactory.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/MenuFactory.java
package me.patothebest.gamecore.menu; import com.google.inject.assistedinject.Assisted; public interface MenuFactory { Menu createMenu(@Assisted String menuName); }
173
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MenuCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/MenuCommand.java
package me.patothebest.gamecore.menu; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.chat.CommandPagination; import me.patothebest.gamecore.command.BaseCommand; import me.patothebest.gamecore.command.ChildOf; import me.patothebest.gamecore.command.Command; import me.patothebest.gamecore.c...
2,800
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MenuModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/MenuModule.java
package me.patothebest.gamecore.menu; import com.google.inject.assistedinject.FactoryModuleBuilder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.injector.AbstractBukkitModule; public class MenuModule extends AbstractBukkitModule<CorePlugin> { public MenuModule(CorePlugin plugin) { ...
566
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MenuFile.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/MenuFile.java
package me.patothebest.gamecore.menu; import me.patothebest.gamecore.file.FlatFile; import java.io.File; public class MenuFile extends FlatFile { protected MenuFile(String menuName) { super(new File(MenuManager.MENUS_DIRECTORY, menuName + ".yml")); load(); } }
290
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Action.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/Action.java
package me.patothebest.gamecore.menu; import org.bukkit.entity.Player; import java.util.Map; public interface Action { void load(Map<String, Object> map); void execute(Player player); }
200
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MenuItem.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/MenuItem.java
package me.patothebest.gamecore.menu; import me.patothebest.gamecore.menu.actions.CommandAction; import me.patothebest.gamecore.file.ParserException; import me.patothebest.gamecore.gui.inventory.GUIButton; import me.patothebest.gamecore.gui.inventory.GUIPage; import me.patothebest.gamecore.itemstack.ItemStackBuilder; ...
4,066
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CommandAction.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/actions/CommandAction.java
package me.patothebest.gamecore.menu.actions; import me.patothebest.gamecore.menu.Action; import org.bukkit.entity.Player; import java.util.Map; public class CommandAction implements Action { private String command; @Override public void load(Map<String, Object> map) { command = (String) map.ge...
434
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MessageAction.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/menu/actions/MessageAction.java
package me.patothebest.gamecore.menu.actions; import me.patothebest.gamecore.menu.Action; import org.bukkit.ChatColor; import org.bukkit.entity.Player; import java.util.Map; public class MessageAction implements Action { private String message; @Override public void load(Map<String, Object> map) { ...
515
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PopulateQueries.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/experience/PopulateQueries.java
package me.patothebest.gamecore.experience; import me.patothebest.gamecore.PluginConfig; public class PopulateQueries { final static String TABLE_NAME = PluginConfig.SQL_PREFIX + "_experience"; final static String STATS_TABLE_NAME = PluginConfig.SQL_PREFIX + "_stats"; final static String HEADER = "INSER...
1,053
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ExperienceStatistic.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/experience/ExperienceStatistic.java
package me.patothebest.gamecore.experience; import me.patothebest.gamecore.experience.entities.ExperienceQueries; import me.patothebest.gamecore.leaderboards.TopEntry; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.stats.Statistic; import org.bukkit.entity.Player; import java.sql.Connec...
1,998
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ExperienceManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/experience/ExperienceManager.java
package me.patothebest.gamecore.experience; import com.google.inject.Inject; import me.patothebest.gamecore.event.player.PlayerExperienceUpdateEvent; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.logger.InjectLogger; import me.patothebest.g...
5,828
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ExperienceModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/experience/ExperienceModule.java
package me.patothebest.gamecore.experience; import com.google.inject.multibindings.Multibinder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.experience.entities.ExperienceFlatFileEntity; import me.patothebest.gamecore.experience.entities.ExperienceMySQLEntity; import me.patothebest.gamecor...
1,415
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ExperienceCalculator.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/experience/ExperienceCalculator.java
package me.patothebest.gamecore.experience; public class ExperienceCalculator { private final long base; private final long factor; private final long left; private final long baseFactDiff; private final long baseFactDiffSquared; private final long discRight; private final long denominator...
1,651
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ExperienceCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/experience/ExperienceCommand.java
package me.patothebest.gamecore.experience; import me.patothebest.gamecore.chat.CommandPagination; 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.patothe...
8,087
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ExperienceMySQLEntity.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/experience/entities/ExperienceMySQLEntity.java
package me.patothebest.gamecore.experience.entities; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.player.modifiers.ExperienceModifier; import me.patothebest.gamecore.player.modifiers.PlayerModifier; import me.patothebest.gamecore.storage.mysql.MySQLEntity; import java.sql.Connectio...
2,936
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ExperienceFlatFileEntity.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/experience/entities/ExperienceFlatFileEntity.java
package me.patothebest.gamecore.experience.entities; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.storage.StorageException; import me.patothebest.gamecore.storage.flatfile.FlatFileEntity; import me.patothebest.gamecore.storage.flatfile.PlayerProfileFile; public class ExperienceFlat...
1,005
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ExperienceQueries.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/experience/entities/ExperienceQueries.java
package me.patothebest.gamecore.experience.entities; import me.patothebest.gamecore.PluginConfig; public class ExperienceQueries { static final String CREATE_TABLE = "CREATE TABLE IF NOT EXISTS `" + PluginConfig.SQL_PREFIX + "_experience` (\n" + " `player_id` int(11) NOT NULL,\n"...
1,619
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
SignFile.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/sign/SignFile.java
package me.patothebest.gamecore.sign; import me.patothebest.gamecore.file.FlatFile; import me.patothebest.gamecore.modules.Module; import javax.inject.Inject; public class SignFile extends FlatFile implements Module { // -------------------------------------------- // // CONSTRUCTOR // -----------------...
470
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
SignModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/sign/SignModule.java
package me.patothebest.gamecore.sign; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.injector.AbstractBukkitModule; public class SignModule extends AbstractBukkitModule<CorePlugin> { public SignModule(CorePlugin plugin) { super(plugin); } @Override protected void c...
561
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ArenaSign.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/sign/ArenaSign.java
package me.patothebest.gamecore.sign; import com.google.inject.Provider; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaState; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemsta...
6,319
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
SignListener.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/sign/SignListener.java
package me.patothebest.gamecore.sign; import com.google.inject.Provider; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaManager; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.modules.ListenerMo...
4,785
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
SignStatus.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/sign/SignStatus.java
package me.patothebest.gamecore.sign; public enum SignStatus { WAITING, STARTING, IN_GAME, ENDING, RESTARTING, OTHER, ERROR, UNKNOWN }
170
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
SignCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/sign/SignCommand.java
package me.patothebest.gamecore.sign; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.chat.CommandPagination; import me.patothebest.gamecore.chat.Pagination; import me.patothebest.gamecore.command.BaseCommand; import me.patothebest.gamecore.command.ChatColor; import me.patothebest.ga...
5,692
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
SignManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/sign/SignManager.java
package me.patothebest.gamecore.sign; import com.google.inject.Provider; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.logger.InjectLogger; import me.patothebest.gamecore.modules.ActivableModule; import me.patothebest.gamecore.modules.Listener...
4,218
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AbstractRunnableFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/AbstractRunnableFeature.java
package me.patothebest.gamecore.feature; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.util.WrappedBukkitRunnable; import org.bukkit.event.Listener; public abstract class AbstractRunnableFeature extends WrappedBukkitRunnable implements Listener, Feature { protected AbstractAr...
697
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Feature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/Feature.java
package me.patothebest.gamecore.feature; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.event.arena.ArenaEvent; import me.patothebest.gamecore.event.player.ArenaPlayerEvent; import org.bukkit.Location; import org.bukkit.World; import org.bukkit.block.Block; import org.bukkit.entity....
5,003
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AbstractFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/AbstractFeature.java
package me.patothebest.gamecore.feature; import me.patothebest.gamecore.arena.AbstractArena; import org.bukkit.event.Listener; public abstract class AbstractFeature implements Listener, Feature { protected AbstractArena arena; private boolean hasBeenRegistered; @Override public void setArena(Abstrac...
740
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ChestRegenFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/chests/regen/ChestRegenFeature.java
package me.patothebest.gamecore.feature.features.chests.regen; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.feature.AbstractRunnableFeature; import me.patothebest....
7,612
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NoRegenChest.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/chests/regen/NoRegenChest.java
package me.patothebest.gamecore.feature.features.chests.regen; import org.bukkit.block.Chest; class NoRegenChest extends RegenChest { // -------------------------------------------- // // CONSTRUCTOR // -------------------------------------------- // // This class represents the other half of a large...
713
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
RegenChest.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/chests/regen/RegenChest.java
package me.patothebest.gamecore.feature.features.chests.regen; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.util.Utils; import org.bukkit.block.Chest; import org.bukkit.block.DoubleChest; import org.bukkit.inventory.DoubleChestInventory; import org.bukkit.inventory.InventoryHolder;...
3,135
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ChestLocation.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/chests/refill/ChestLocation.java
package me.patothebest.gamecore.feature.features.chests.refill; public class ChestLocation { private final String folderName; public ChestLocation(String folderName) { this.folderName = folderName; } /** * Gets the folder name * * @return the folder name */ public Str...
377
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ChestType.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/chests/refill/ChestType.java
package me.patothebest.gamecore.feature.features.chests.refill; public enum ChestType { BASIC("basic"), NORMAL("normal"), OP("op") ; private final String fileName; ChestType(String fileName) { this.fileName = fileName; } /** * Gets the file name * * @return t...
408
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ChestFile.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/chests/refill/ChestFile.java
package me.patothebest.gamecore.feature.features.chests.refill; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.file.ReadOnlyFile; import me.patothebest.gamecore.util.Utils; import org.bukkit.inventory.Inventory; import org.bukkit.inventory.ItemStack; import java.io.BufferedWriter; import ja...
3,980
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ChestItem.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/chests/refill/ChestItem.java
package me.patothebest.gamecore.feature.features.chests.refill; import org.bukkit.inventory.ItemStack; class ChestItem { private final ItemStack item; private final int chance; ChestItem(ItemStack item, int chance) { this.item = item; this.chance = chance; } public ItemStack get...
584
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ChestRefillFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/chests/refill/ChestRefillFeature.java
package me.patothebest.gamecore.feature.features.chests.refill; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.modules.Module; import me.patothebest.gamecore.ar...
3,164
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GracePeriodFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/protection/GracePeriodFeature.java
package me.patothebest.gamecore.feature.features.protection; import com.google.inject.Inject; import me.patothebest.gamecore.feature.AbstractRunnableFeature; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.util.Sounds; import org.bukkit.entity.EntityType; import org.bukkit.entity.Player; i...
3,191
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PlayerProtectionFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/protection/PlayerProtectionFeature.java
package me.patothebest.gamecore.feature.features.protection; import me.patothebest.gamecore.feature.AbstractFeature; import org.bukkit.event.EventHandler; import org.bukkit.event.block.BlockBreakEvent; import org.bukkit.event.block.BlockPlaceEvent; import org.bukkit.event.entity.EntityDamageByEntityEvent; import org.b...
1,634
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NoInitialFallDamage.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/protection/NoInitialFallDamage.java
package me.patothebest.gamecore.feature.features.protection; import me.patothebest.gamecore.feature.AbstractFeature; import org.bukkit.entity.Entity; import org.bukkit.event.EventHandler; import org.bukkit.event.entity.EntityDamageEvent; import java.util.ArrayList; public class NoInitialFallDamage extends AbstractFe...
981
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NoBorderTrespassingFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/protection/NoBorderTrespassingFeature.java
package me.patothebest.gamecore.feature.features.protection; import com.google.inject.Inject; import fr.mrmicky.fastparticle.FastParticle; import fr.mrmicky.fastparticle.ParticleType; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.combat.CombatManager; import me.patothebest.gamecore.combat.D...
5,713
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NoFallDamage.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/protection/NoFallDamage.java
package me.patothebest.gamecore.feature.features.protection; import me.patothebest.gamecore.feature.AbstractFeature; import org.bukkit.event.EventHandler; import org.bukkit.event.entity.EntityDamageEvent; public class NoFallDamage extends AbstractFeature { public NoFallDamage() { } @Override public void...
665
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NoTeamDamageFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/protection/NoTeamDamageFeature.java
package me.patothebest.gamecore.feature.features.protection; import me.patothebest.gamecore.arena.AbstractGameTeam; import me.patothebest.gamecore.feature.AbstractFeature; import org.bukkit.entity.EntityType; import org.bukkit.entity.Player; import org.bukkit.entity.Projectile; import org.bukkit.event.EventHandler; im...
2,114
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GameProtectionFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/protection/GameProtectionFeature.java
package me.patothebest.gamecore.feature.features.protection; import com.google.inject.Inject; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.feature.AbstractFeature; import me.patothebest.gamecore.player.PlayerManager; import org.bu...
6,096
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DeathmatchFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/protection/DeathmatchFeature.java
package me.patothebest.gamecore.feature.features.protection; import com.google.inject.Inject; import me.patothebest.gamecore.event.player.PlayerThrowTNTEvent; import me.patothebest.gamecore.feature.AbstractRunnableFeature; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.util.Sounds; import...
3,903
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
SpectatorProtectionFeature.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/feature/features/spectator/SpectatorProtectionFeature.java
package me.patothebest.gamecore.feature.features.spectator; import com.google.inject.Inject; import me.patothebest.gamecore.feature.AbstractFeature; import me.patothebest.gamecore.player.PlayerManager; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.block.BlockBreakEvent;...
5,818
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z