VortexPrisonCore/.git/hooks/sendemail-validate.sample:# Replace the TODO placeholders with appropriate checks according to your VortexPrisonCore/.git/hooks/sendemail-validate.sample: # TODO: Replace with appropriate checks (e.g. spell checking). VortexPrisonCore/.git/hooks/sendemail-validate.sample: # TODO: Replace with appropriate checks for this patch VortexPrisonCore/.git/hooks/sendemail-validate.sample: # TODO: Replace with appropriate checks for the whole series VortexPrisonCore/VortexPrisonCore-API/src/main/java/me/ceze88/vortexprisoncore/api/collections/CollectionData.java: //TODO add methods to get the current amount needed to levelup, total amount and current amount VortexPrisonCore/VortexPrisonCore-Plugin/src/main/resources/Backpacks/config.yml:# TODO: Implement this VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/hooks/PlaceholderHook.java: //TODO check if we should remove it VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/collections/listener/CollectionsListener.java: //Save TODO fix VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/enchants/EnchantManagerImpl.java: //TODO: Don't unlock higher enchant levels if lower levels are not unlocked eg 4th level unlocked but player somehow unlock level 6 of the enchant VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/enchants/command/EnchantCommand.java: //TODO only get VortexPrisonCoreApi.getEnchantManager() once VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/enchants/listener/EnchantsListener.java: //TODO maybe async events? VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/tokens/command/TokenCommand.java: // TODO: unknown argument been enter VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/pickaxe/PickaxeManagerImpl.java: //TODO check if item is oraxen/nexo item (Remove oraxen support later) VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/pickaxe/PlayerPickaxeImpl.java: //TODO implement new config for enchants VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/pickaxe/PlayerPickaxeImpl.java: //TODO replace hard coded currency names VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/pickaxe/PlayerPickaxeImpl.java: //TODO disable anvil renaming VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/pickaxe/listener/PickaxeListener.java: //TODO add to lang VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/pickaxe/listener/PickaxeListener.java: //TODO add to lang VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/backpack/BackpackManagerImpl.java: private static final Map backpackCache = new HashMap<>(); //TODO add support for muiltyple backpacks for a player VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/backpack/BackpackManagerImpl.java: ConfigurationSection backpacksSection = Config.getBackpackConfig().getConfigurationSection("Backpacks"); //TODO setup config VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/autosell/AutoSellManagerImpl.java: //TODO use economy manager VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/treasures/command/ResetCommand.java: //TODO add clear limit for only one identifier VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/modules/treasures/listener/CataMineListener.java: //TODO make it async VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/database/DataHelper.java: //TODO check if this is correct, currently the auto sell function is not used VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/listener/PlayerListener.java: //TODO fix exp drop, auto block is on by default, not working at backpack all? check combine rates VortexPrisonCore/VortexPrisonCore-Plugin/src/main/java/me/ceze88/vortexprisoncore/listener/PlayerListener.java: //TODO add upgrade option for pickaxe