TownyAdvanced / TownyResources

Adds value to towns, by giving each one a unique set of automatically-generated resources.
Other
33 stars 17 forks source link

Extraction limit not working #47

Closed noisereactz1 closed 2 years ago

noisereactz1 commented 3 years ago

I enabled the resource extraction limit but its not working. :(

when i enter /tr townycollect i will still collect all of the resources and not only one stack as i setted up in the config.

please help :)

LlmDl commented 3 years ago

Show me your server startup from the logs\latest.log and your TownyResources config.

noisereactz1 commented 3 years ago
First the config and im gonna add the startup logs. There are no errors from towny resources

version:
  # This is the current version.  Please do not edit.
  version: 0.1.1
# The language file you wish to use
language: english.yml

# If true, the TownyResources system is enabled.
# if false, the TownyResources system is disabled.
enabled: 'true'

############################################################
# +------------------------------------------------------+ #
# |             Resource Extraction Limits               | #
# +------------------------------------------------------+ #
############################################################

resource_extraction_limits:

  # If true, then daily player resource extraction limits are enabled.
  # If false, then daily player resource extraction limits are disabled.
  enabled: 'true'

  # The cooldown after a player receives a daily-limit warning message.
  # During this time they cannot receive another daily-limit warning message for the same material.
  cooldown_after_daily_limit_warning_message_millis: '5000'

  # This list shows the resource extraction categories.
  # 
  # Each category is enclosed in curly brackets, and has 3 parts:
  # 1 - The name of the category (used for messaging)
  # 2-  The daily limit per player (in stacks)
  # 3-  The list of materials in the category
  categories: '{gravel, 0.5, GRAVEL},{sand, 0.5, SAND},{common_rocks, 0.5, STONE, COBBLESTONE},{uncommon_rocks, 1.5, DIORITE, ANDESITE, GRANITE, MOSSY_COBBLESTONE, BASALT},{terracotta, 1.5, TERRACOTTA, WHITE_TERRACOTTA, ORANGE_TERRACOTTA, MAGENTA_TERRACOTTA, LIGHT_BLUE_TERRACOTTA, YELLOW_TERRACOTTA,LIME_TERRACOTTA, PINK_TERRACOTTA, GRAY_TERRACOTTA, LIGHT_GRAY_TERRACOTTA, CYAN_TERRACOTTA,PURPLE_TERRACOTTA, BLUE_TERRACOTTA, BROWN_TERRACOTTA, GREEN_TERRACOTTA, RED_TERRACOTTA,BLACK_TERRACOTTA},{quartz, 4, QUARTZ_BLOCK},{prismarine, 0.125, PRISMARINE},{obsidian, 0.125, OBSIDIAN},{clay, 0.5, CLAY_BALL, CLAY},{coal, 4, COAL, COAL_BLOCK},{iron, 4, IRON_ORE, IRON_INGOT},{gold, 4, GOLD_ORE, GOLD_INGOT},{gold_nuggets, 4, GOLD_NUGGET, NETHER_GOLD_ORE},{emeralds, 4, EMERALD_ORE, EMERALD},{lapis_Lazuli, 4, LAPIS_LAZULI, LAPIS_BLOCK, LAPIS_ORE},{diamonds, 4, DIAMOND_ORE, DIAMOND},{redstone, 1, REDSTONE, REDSTONE_BLOCK},{netherrack, 4, NETHERRACK},{nether_quartz, 1, NETHER_QUARTZ_ORE, QUARTZ},{glowstone, 0.25, GLOWSTONE_DUST, GLOWSTONE},{end_Stone, 4, END_STONE},{ancient_debris, 0.03125, ANCIENT_DEBRIS},{wood, 0.5, OAK_LOG, SPRUCE_LOG, BIRCH_LOG, JUNGLE_LOG, ACACIA_LOG, DARK_OAK_LOG,CRIMSON_STEM, WARPED_STEM, OAK_WOOD, SPRUCE_WOOD, BIRCH_WOOD, JUNGLE_WOOD,ACACIA_WOOD, DARK_OAK_WOOD, CRIMSON_HYPHAE, WARPED_HYPHAE}{wool, 0.5, WHITE_WOOL, ORANGE_WOOL, MAGENTA_WOOL, LIGHT_BLUE_WOOL, YELLOW_WOOL,LIME_WOOL, PINK_WOOL, GRAY_WOOL, LIGHT_GRAY_WOOL, CYAN_WOOL,PURPLE_WOOL, BLUE_WOOL, BROWN_WOOL, GREEN_WOOL, RED_WOOL,BLACK_WOOL},{Coral, 1, TUBE_CORAL, BRAIN_CORAL, BUBBLE_CORAL, FIRE_CORAL, HORN_CORAL,TUBE_CORAL_BLOCK, BRAIN_CORAL_BLOCK, BUBBLE_CORAL_BLOCK, FIRE_CORAL_BLOCK, HORN_CORAL_BLOCK,DEAD_TUBE_CORAL_BLOCK, DEAD_BRAIN_CORAL_BLOCK, DEAD_BUBBLE_CORAL_BLOCK, DEAD_FIRE_CORAL_BLOCK, DEAD_HORN_CORAL_BLOCK,TUBE_CORAL_FAN, BRAIN_CORAL_FAN, BUBBLE_CORAL_FAN, FIRE_CORAL_FAN, HORN_CORAL_FAN,DEAD_TUBE_CORAL_FAN, DEAD_BRAIN_CORAL_FAN, DEAD_BUBBLE_CORAL_FAN, DEAD_FIRE_CORAL_FAN,DEAD_HORN_CORAL_FAN},{wheat, 1, WHEAT},{carrots, 1, CARROT},{potatoes, 1, POTATO},{beetroot, 1, BEETROOT},{melon_slices, 1, MELON_SLICE},{cocoa_beans, 1, COCOA_BEANS},{pumpkin_blocks, 0.125, PUMPKIN},{melon_blocks, 0.125, MELON},{cocoa_pods, 0.125, COCOA},{kelp, 1, KELP},{bamboo, 1, BAMBOO},{cactus, 1, CACTUS},{mushrooms, 1, BROWN_MUSHROOM, RED_MUSHROOM},{apples, 0.125, APPLE},{vines, 0.25, VINE},{nether_wart, 1, NETHER_WART},{chorus_fruit, 1, CHORUS_FRUIT},{fish, 0.5, COD, SALMON, PUFFERFISH, TROPICAL_FISH},{gunpowder, 0.25, GUNPOWDER},{string, 4, STRING},{spider_eyes, 0.25, SPIDER_EYE},{slime, 0.25, SLIME_BALL, SLIME_BLOCK},{feathers, 0.25, FEATHER},{leather, 0.25, LEATHER},{rabbit_hides, 0.25, RABBIT_HIDE},{rotten_flesh, 0.5, ROTTEN_FLESH},{bones, 0.5, BONE, BONE_BLOCK},{chorus_fruits, 0.25, CHORUS_FRUIT},{ender_pearls, 0.125, ENDER_PEARL}'

############################################################
# +------------------------------------------------------+ #
# |                  Town Resources                      | #
# +------------------------------------------------------+ #
############################################################

town_resources:

  surveys:

    # If true, players can do surveys.
    # if false, they cannot.
    enabled: 'true'

    # This list of values determines how much it costs to do a survey for each resource level.
    # Example: If the first value is 250, then it will cost 250 to survey and discover the level 1 resource.
    cost_per_resource_level: 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000

    # This list of values determines how much many townblocks a town must have to DISCOVER each level of resource.
    # Example: If the first value is 10, then the town must have 10 townblocks to survey and discover the level 1 resource.
    num_townblocks_requirement_per_resource_level: 100, 200, 300, 400, 500, 600, 700, 800

  production:

    # If true, towns produce resources.
    # if false, towns do not produce resource.
    enabled: 'true'

    # This list of values determines the level a town needs to be, to PRODUCE its resources.
    # Example: If the first value is 1, then the town has to be level 1 to produce its level 1 resource.
    town_level_requirement_per_resource_level: 1, 1, 1, 1, 1, 1, 1, 1

    # This list of values determines the productivity of each level of resource.
    # Example: If the second value is 200, then the level 2 resource of a town will be 200% productive.
    productivity_percentage_per_resource_level: 750, 750, 750, 750, 750, 750, 750, 750

    # This value determines the limit of how many resources of each type can be stored for collection.
    # Example: If this value 3, and the daily production amount is 32 ..... then the storage limit is 96.
    storage_limit_modifier: '100'

    # The nation of a town gets this percentage of town production, as long as the town is not occupied.
    # The town gets the rest.
    nation_tax_percentage: '0'

    # If a town is occupied, the occupying nation gets this percentage of town production.
    # The town gets the rest.
    occupying_nation_tax_percentage: '50'

  offers:

    # This list shows the survey offer categories.
    # 
    # Each category is enclosed in curly brackets, and has 4 parts:
    # 1 - The name of the category (used for messaging)
    # 2 - The discovery weight of the category (used during discovery)
    # 3-  The base amount of the offer (in stacks)
    # 4-  The list of materials in the category
    # 
    # The default values give a weight of 200 to strategic resources (coal, iron etc.), and 100 to most non-strategic resources. (wheat, quartz etc.)
    # This gives each survey approx. 30% chance to discover a strategic resources, and a 70% to discover a non-strategic resource.
    categories: '{gravel, 100, 0.5, GRAVEL},{sand, 100, 0.5, SAND},{common_rocks, 100, 0.5, STONE, COBBLESTONE},{quartz, 100, 0.5, QUARTZ_BLOCK},{clay, 100, 0.5, CLAY_BALL},{coal, 200, 0.1, COAL},{iron, 200, 0.075, IRON_INGOT},{gold, 200, 0.0375, GOLD_INGOT},{emeralds, 200, 0.0285, EMERALD},{diamonds, 200, 0.0125, DIAMOND},{wood, 200, 0.5, OAK_LOG, SPRUCE_LOG, BIRCH_LOG, JUNGLE_LOG, ACACIA_LOG, DARK_OAK_LOG, OAK_WOOD, SPRUCE_WOOD, BIRCH_WOOD, JUNGLE_WOOD, ACACIA_WOOD, DARK_OAK_WOOD},{string, 100, 0.075, STRING}'

  language:

    # If you have the LanguageUtils plugin installed, materials will be automatically translated into this locale/language.
    materials_display_language: de_de
noisereactz1 commented 3 years ago

So now the log:

[07:20:28] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [07:20:28] [main/INFO]: Reloading ResourceManager: Default, bukkit [07:20:28] [Worker-Main-4/INFO]: Loaded 7 recipes [07:20:30] [Server thread/INFO]: Starting minecraft server version 1.16.5 [07:20:30] [Server thread/INFO]: Loading properties [07:20:30] [Server thread/INFO]: This server is running Paper version git-Paper-788 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) [07:20:30] [Server thread/INFO]: Debug logging is disabled [07:20:30] [Server thread/INFO]: Server Ping Player Sample Count: 12 [07:20:30] [Server thread/INFO]: Using 4 threads for Netty based IO [07:20:30] [Server thread/INFO]: Default game type: SURVIVAL [07:20:30] [Server thread/INFO]: Generating keypair [07:20:30] [Server thread/INFO]: Starting Minecraft server on 148.251.122.101:25565 [07:20:30] [Server thread/INFO]: Using default channel type [07:20:31] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [07:20:34] [Server thread/WARN]: Legacy plugin Vineyards v1.5.2 does not specify an api-version. [07:20:34] [Server thread/WARN]: Legacy plugin PermissionsBukkit v2.5 does not specify an api-version. [07:20:34] [Server thread/WARN]: Legacy plugin SignCommand v1.0 does not specify an api-version. [07:20:34] [Server thread/WARN]: Legacy plugin PWStop v1.0.2 does not specify an api-version. [07:20:34] [Server thread/WARN]: Legacy plugin LWC v4.5.0-SNAPSHOT does not specify an api-version. [07:20:34] [Server thread/WARN]: Legacy plugin dynmap v3.1-457 does not specify an api-version. [07:20:34] [Server thread/WARN]: Legacy plugin MailBox v2.7 does not specify an api-version. [07:20:34] [Server thread/WARN]: Legacy plugin WorldBorder v1.8.7 does not specify an api-version. [07:20:34] [Server thread/WARN]: Legacy plugin RailMiner v1.4 does not specify an api-version. [07:20:34] [Server thread/WARN]: Legacy plugin ChestShop-towny v1.0.1 does not specify an api-version. [07:20:34] [Server thread/INFO]: [FarmControl] Loading FarmControl v1.1.8 [07:20:34] [Server thread/INFO]: [harvest_xp] Loading harvest_xp v1.13.0 [07:20:34] [Server thread/INFO]: [InvSort] Loading InvSort v1.2.0 [07:20:34] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.10 [07:20:34] [Server thread/INFO]: [CryWeather] Loading CryWeather v3.0.1 [07:20:34] [Server thread/INFO]: [Lift] Loading Lift v70 [07:20:34] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart vBuild 46a [07:20:34] [Server thread/INFO]: [BackpacksRemastered] Loading BackpacksRemastered v2020.0.5 [07:20:34] [Server thread/INFO]: [Vineyards] Loading Vineyards v1.5.2 [07:20:34] [Server thread/INFO]: [Core] Loading Core v0.4.3 [07:20:34] [Server thread/INFO]: [Core] Checking update for Core v0.4.3 [07:20:34] [Server thread/INFO]: [PermissionsBukkit] Loading PermissionsBukkit v2.5 [07:20:34] [Server thread/INFO]: [HideNametag] Loading HideNametag v1.0.0 [07:20:34] [Server thread/INFO]: [SignCommand] Loading SignCommand v1.0 [07:20:34] [Server thread/INFO]: [Timber] Loading Timber v1.0.9 [07:20:34] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.1.8 [07:20:34] [Server thread/INFO]: [PwnPlantGrowth] Loading PwnPlantGrowth v2.6.0 [07:20:34] [Server thread/INFO]: [GoX] Loading GoX v1.6 [07:20:34] [Server thread/INFO]: [EnhancedCrafting] Loading EnhancedCrafting v1.6 [07:20:34] [Server thread/INFO]: [PWStop] Loading PWStop v1.0.2 [07:20:34] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.7.1-SNAPSHOT-b531 [07:20:35] [Server thread/INFO]: [GodItems] Loading GodItems v1.5.3 [07:20:35] [Server thread/INFO]: [FastLeafDecay] Loading FastLeafDecay v1.0 [07:20:35] [Server thread/INFO]: [RottenFlesh2LeatherFurnaceRecipe] Loading RottenFlesh2LeatherFurnaceRecipe v1.0 [07:20:35] [Server thread/INFO]: [LangUtils] Loading LangUtils v4.1 [07:20:35] [Server thread/INFO]: [ServerMinimap] Loading ServerMinimap v0.7.23 [07:20:35] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [07:20:35] [Server thread/INFO]: [PaperMoney] Loading PaperMoney v1.0 [07:20:35] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.9 [07:20:35] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT [07:20:35] [Server thread/INFO]: [SetHomes] Loading SetHomes v1.2.9 [07:20:35] [Server thread/INFO]: [GlobalWarming] Loading GlobalWarming v1.3.1 [07:20:35] [Server thread/INFO]: [dynmap] Loading dynmap v3.1-457 [07:20:35] [Server thread/INFO]: [dynmap] version=git-Paper-788 (MC: 1.16.5) [07:20:35] [Server thread/INFO]: [dynmap] Mod Support API available [07:20:35] [Server thread/INFO]: [Bank] Loading Bank v4.5.0-RELEASE [07:20:35] [Server thread/INFO]: [Core] Saving upgrade.yml [07:20:35] [Server thread/INFO]: [Core] Checking update for Bank v4.5.0-RELEASE [07:20:35] [Server thread/INFO]: [Core] Saving config.yml [07:20:35] [Server thread/INFO]: [Core] Saving language.yml [07:20:35] [Server thread/INFO]: [Core] Attempting to load default ItemUtils [07:20:35] [Server thread/INFO]: [Core] Attempting to load 1.16 ItemUtils [07:20:35] [Server thread/INFO]: [Core] Loaded 1.16, enjoy :) [07:20:35] [Server thread/INFO]: [Core] Saving items.yml [07:20:35] [Server thread/INFO]: [Core] Saving inventories.yml [07:20:35] [Server thread/INFO]: [Core] Saving permissions.yml [07:20:35] [Server thread/INFO]: [Core] Saving itemblacklist.yml [07:20:36] [Server thread/INFO]: [Core] Saving sounds.yml [07:20:37] [Server thread/INFO]: [Bank] Blocks enabled [07:20:37] [Server thread/INFO]: [Bank] Signs enabled [07:20:37] [Server thread/INFO]: [Bank] Bank loaded [07:20:37] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.5+57d5ac9 [07:20:37] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@375d9e13] [07:20:37] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.0-dev+257-4bee159 [07:20:37] [Server thread/INFO]: [MailBox] Loading MailBox v2.7 [07:20:37] [Server thread/INFO]: [Jobs] Loading Jobs v4.17.2 [07:20:37] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7 [07:20:37] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.2-b812 [07:20:37] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.12 (build 307) [07:20:37] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded. [07:20:37] [Server thread/INFO]: [SetTheSpawn] Loading SetTheSpawn v2.7.3 [07:20:37] [Server thread/INFO]: [Towny] Loading Towny v0.97.1.0 [07:20:37] [Server thread/INFO]: [ChestShopNotifier] Loading ChestShopNotifier v1.3.3 (build 51) [07:20:37] [Server thread/INFO]: [TownyChat] Loading TownyChat v0.89 [07:20:37] [Server thread/INFO]: [RailMiner] Loading RailMiner v1.4 [07:20:37] [Server thread/INFO]: [DragonTravel] Loading DragonTravel v01.008.02 [07:20:37] [Server thread/INFO]: [Dynmap-Towny] Loading Dynmap-Towny v0.87 [07:20:37] [Server thread/INFO]: [ChestShop-towny] Loading ChestShop-towny v1.0.1 [07:20:37] [Server thread/INFO]: [TownyCultures] Loading TownyCultures v1.2.0 [07:20:37] [Server thread/INFO]: [TownyResources] Loading TownyResources v0.1.1 [07:20:37] [Server thread/INFO]: [SiegeWar] Loading SiegeWar v0.5.2 [07:20:37] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [07:20:37] [Server thread/INFO]: [Core] Enabling Core v0.4.3 [07:20:37] [Server thread/INFO]: [Core] Update time may not be longer than a day. [07:20:37] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.7.1-SNAPSHOT-b531 [07:20:37] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread. [07:20:37] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [07:20:37] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.0-dev+257-4bee159 which is not a depend, softdepend or loadbefore of this plugin. [07:20:37] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [07:20:37] [Server thread/WARN]: [Vault] Loaded class com.platymuus.bukkit.permissions.PermissionsPlugin from PermissionsBukkit v2.5 which is not a depend, softdepend or loadbefore of this plugin. [07:20:37] [Server thread/INFO]: [Vault][Permission] PermissionsBukkit hooked. [07:20:37] [Server thread/INFO]: [Vault] [Permission] PermissionsBukkit found: Waiting [07:20:37] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [07:20:37] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [07:20:37] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT [07:20:37] [Server thread/WARN]: [LWC] Loaded class com.palmergames.bukkit.towny.object.Town from Towny v0.97.1.0 which is not a depend, softdepend or loadbefore of this plugin. [07:20:37] [Server thread/INFO]: [LWC] Connecting to SQLite [07:20:37] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.5+57d5ac9 [07:20:38] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [07:20:38] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter [07:20:38] [Server thread/INFO]: Preparing level "world" [07:20:38] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [07:20:39] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [07:20:39] [Server thread/INFO]: Preparing spawn area: 0% [07:20:39] [Server thread/INFO]: Time elapsed: 360 ms [07:20:39] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [07:20:39] [Server thread/INFO]: Time elapsed: 110 ms [07:20:39] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [07:20:39] [Server thread/INFO]: Time elapsed: 129 ms [07:20:39] [Server thread/INFO]: [FarmControl] Enabling FarmControl v1.1.8 [07:20:39] [Server thread/INFO]: [harvest_xp] Enabling harvest_xp v1.13.0 [07:20:39] [Server thread/INFO]: [InvSort] Enabling InvSort v1.2.0 [07:20:39] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.10 [07:20:40] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [07:20:40] [Server thread/INFO]: [CryWeather] Enabling CryWeather v3.0.1 [07:20:40] [Server thread/INFO]: [Lift] Enabling Lift v70 [07:20:40] [Server thread/INFO]: [Lift] Floor materials added: [ORANGE_STAINED_GLASS, BROWN_STAINED_GLASS, PURPLE_STAINED_GLASS, GREEN_STAINED_GLASS, LIGHT_GRAY_STAINED_GLASS, WHITE_STAINED_GLASS, LIGHT_BLUE_STAINED_GLASS, MAGENTA_STAINED_GLASS, CYAN_STAINED_GLASS, YELLOW_STAINED_GLASS, GRAY_STAINED_GLASS, BLACK_STAINED_GLASS, BLUE_STAINED_GLASS, GLASS, PINK_STAINED_GLASS, LIME_STAINED_GLASS, RED_STAINED_GLASS] [07:20:40] [Server thread/INFO]: [Lift] Button materials added: [DARK_OAK_BUTTON, STONE_BUTTON, POLISHED_BLACKSTONE_BUTTON, ACACIA_BUTTON, BIRCH_BUTTON, OAK_BUTTON, WARPED_BUTTON, CRIMSON_BUTTON, SPRUCE_BUTTON, JUNGLE_BUTTON] [07:20:40] [Server thread/INFO]: [Lift] Sign materials added: [JUNGLE_WALL_SIGN, CRIMSON_WALL_SIGN, DARK_OAK_WALL_SIGN, WARPED_WALL_SIGN, BIRCH_WALL_SIGN, OAK_WALL_SIGN, SPRUCE_WALL_SIGN, ACACIA_WALL_SIGN] [07:20:40] [Server thread/INFO]: Lift v70 is now enabled! [07:20:40] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 46a [07:20:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultimateautorestart [07:20:40] [Server thread/INFO]:
[07:20:40] [Server thread/INFO]: UltimateAutoRestart Build 46a, a free resource by Norska - Thanks for using! [07:20:40] [Server thread/INFO]:
[07:20:40] [Server thread/INFO]: [BackpacksRemastered] Enabling BackpacksRemastered v2020.0.5 [07:20:40] [Server thread/INFO]: [BackpacksRemastered] Detected NMS v1_16_R3. Using this for all NMS related functions. [07:20:40] [Server thread/INFO]: [BackpacksRemastered] BackpacksRemastered v2020.0.5 (git: e55caa5) was enabled in 0,15s! [07:20:40] [Server thread/INFO]: [Vineyards] Enabling Vineyards v1.5.2
[07:20:40] [Server thread/INFO]: [Vineyards] Vineyards has been enabled! [07:20:40] [Server thread/INFO]: [Vineyards] Loaded data successfully. [07:20:40] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:'. Please ask the author to give their recipe a static key using NamespacedKey. [07:20:40] [Server thread/WARN]: at org.bukkit.inventory.ShapelessRecipe.(ShapelessRecipe.java:29) [07:20:40] [Server thread/WARN]: at mollekake.project.Vineyards.Vineyards.onEnable(Vineyards.java:49) [07:20:40] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [07:20:40] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) [07:20:40] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) [07:20:40] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) [07:20:40] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) [07:20:40] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) [07:20:40] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) [07:20:40] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) [07:20:40] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) [07:20:40] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [07:20:40] [Server thread/INFO]: [PermissionsBukkit] Enabling PermissionsBukkit v2.5 [07:20:40] [Server thread/INFO]: [PermissionsBukkit] Enabled successfully [07:20:40] [Server thread/INFO]: [HideNametag] Enabling HideNametag v1.0.0 [07:20:40] [Server thread/INFO]: [SignCommand] Enabling SignCommand v1.0 [07:20:40] [Server thread/INFO]: [SignCommand] Plugin enabled successfully [07:20:40] [Server thread/INFO]: [SignCommand] Plugin by: [Terephtal] [07:20:40] [Server thread/INFO]: [SignCommand] Version: 1.0 [07:20:40] [Server thread/INFO]: [Timber] Enabling Timber v1.0.9 [07:20:40] [Server thread/INFO]: Timber Log Materials: [SPRUCE_LOG, BIRCH_LOG, ACACIA_LOG, JUNGLE_LOG, OAK_LOG, DARK_OAK_LOG] [07:20:40] [Server thread/INFO]: Timber Axe Materials: [STONE_AXE, DIAMOND_AXE, WOODEN_AXE, IRON_AXE, NETHERITE_AXE, GOLDEN_AXE] [07:20:40] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.1.8 [07:20:40] [Server thread/INFO]: [PwnPlantGrowth] Enabling PwnPlantGrowth v2.6.0 [07:20:40] [Server thread/INFO]: [GoX] Enabling GoX v1.6 [07:20:40] [Server thread/INFO]: [EnhancedCrafting] Enabling EnhancedCrafting v1.6 [07:20:40] [Server thread/INFO]: [EnhancedCrafting] Adding Recipes... [07:20:40] [Server thread/INFO]: [EnhancedCrafting] Adding Recipe... -> ENCHANTED_GOLDEN_APPLE [07:20:40] [Server thread/INFO]: [EnhancedCrafting] Adding Recipe... -> IRON_HORSE_ARMOR [07:20:40] [Server thread/INFO]: [EnhancedCrafting] Adding Recipe... -> GOLDEN_HORSE_ARMOR [07:20:40] [Server thread/INFO]: [EnhancedCrafting] Adding Recipe... -> DIAMOND_HORSE_ARMOR [07:20:40] [Server thread/INFO]: [EnhancedCrafting] Adding Recipe... -> SADDLE [07:20:40] [Server thread/INFO]: [EnhancedCrafting] Plugin developed by AlaDyn172 (Discord: Echo#1182). You're using v1.6! [07:20:40] [Server thread/INFO]: [PWStop] Enabling PWStop v1.0.2 [07:20:40] [Server thread/INFO]: Plugin erfolgreich geladen [07:20:40] [Server thread/INFO]: [GodItems] Enabling GodItems v1.5.3 [07:20:40] [Server thread/INFO]: [GodItems] Made by MitromniZ [07:20:40] [Server thread/INFO]: [FastLeafDecay] Enabling FastLeafDecay v1.0 [07:20:40] [Server thread/INFO]: [RottenFlesh2LeatherFurnaceRecipe] Enabling RottenFlesh2LeatherFurnaceRecipe v1.0 [07:20:40] [Server thread/INFO]: [LangUtils] Enabling LangUtils v4.1 [07:20:40] [Server thread/INFO]: [LangUtils] en_us has been loaded. [07:20:40] [Server thread/INFO]: [LangUtils] ru_ru has been loaded. [07:20:40] [Server thread/INFO]: [LangUtils] Language Utils has been enabled.(37ms) [07:20:40] [Server thread/INFO]: [ServerMinimap] Enabling ServerMinimap v0.7.23 [07:20:40] [Server thread/INFO]: [ServerMinimap] Created Minimap with ID 0. Use /give MAP 1 0 to get the map as item. (Vanilla command) [07:20:40] [Server thread/INFO]: [ServerMinimap] Alternative command: /minimap (Plugin command) [07:20:40] [Server thread/INFO]: [PaperMoney] Enabling PaperMoney v1.0 [07:20:40] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.9 [07:20:40] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib. [07:20:40] [Server thread/INFO]: [SetHomes] Enabling SetHomes v1.2.9 [07:20:40] [Server thread/INFO]: [SetHomes] Luck perms was not found! Reverting to vault... [07:20:40] [Server thread/INFO]: [SetHomes] Hooked into Vault! [07:20:40] [Server thread/INFO]: [GlobalWarming] Enabling GlobalWarming v1.3.1 [07:20:40] [Server thread/INFO]: [GlobalWarming] Lang loaded: [de-DE] [07:20:40] [Server thread/WARN]: Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class iscom.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. [07:20:41] [Server thread/INFO]: [GlobalWarming] Record created for world: [world] [07:20:41] [Server thread/INFO]: [GlobalWarming] Record created for world: [world_nether] [07:20:41] [Server thread/INFO]: [GlobalWarming] Record created for world: [world_the_end] [07:20:41] [Server thread/INFO]: [GlobalWarming] Loading climate engine for: [world] [07:20:41] [Server thread/ERROR]: [GlobalWarming] Associated world not found in file: world_nether [07:20:41] [Server thread/INFO]: [GlobalWarming] World: [world_nether] found, but is disabled [07:20:41] [Server thread/ERROR]: [GlobalWarming] Associated world not found in file: world_the_end [07:20:41] [Server thread/INFO]: [GlobalWarming] World: [world_the_end] found, but is disabled [07:20:41] [Server thread/INFO]: [GlobalWarming] Loading Climate Effect SNOW_FORMATION [07:20:41] [Server thread/INFO]: [GlobalWarming] Loading Climate Effect WEATHER [07:20:41] [Server thread/INFO]: [GlobalWarming] Loading Climate Effect FARM_YIELD [07:20:41] [Server thread/INFO]: [GlobalWarming] Loading Climate Effect FIRE [07:20:41] [Server thread/INFO]: [GlobalWarming] [ACF] Enabled Asynchronous Tab Completion Support! [07:20:41] [Server thread/INFO]: [GlobalWarming] Bounty-system [enabled], Vault economy found [07:20:41] [Server thread/INFO]: [dynmap] Enabling dynmap v3.1-457 [07:20:41] [Server thread/INFO]: [dynmap] Using PermissionsBukkit 2.5 for access control [07:20:41] [Server thread/INFO]: [dynmap] Web interface permissions only available for online users [07:20:41] [Server thread/INFO]: [dynmap] Mod Support processing completed [07:20:41] [Server thread/INFO]: [dynmap] Loaded 25 shaders. [07:20:41] [Server thread/INFO]: [dynmap] Loaded 82 perspectives. [07:20:42] [Server thread/INFO]: [dynmap] Loaded 22 lightings. [07:20:42] [Server thread/INFO]: [dynmap] Starting enter/exit processing [07:20:42] [Server thread/INFO]: [dynmap] Web server started on address 148.251.122.101:8123 [07:20:42] [Server thread/INFO]: [dynmap] version 3.1-457 is enabled - core version 3.1-457 [07:20:42] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn [07:20:42] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [07:20:42] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm [07:20:42] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world'. [07:20:42] [Server thread/INFO]: [dynmap] World 'world_nether' disabled [07:20:42] [Server thread/INFO]: [dynmap] World 'world_the_end' disabled [07:20:42] [Server thread/INFO]: [dynmap] Enabled [07:20:42] [Server thread/INFO]: [Bank] Enabling Bank v4.5.0-RELEASE [07:20:42] [Server thread/INFO]: [Bank] Bank Enabled [07:20:42] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.0-dev+257-4bee159 [07:20:42] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization [07:20:42] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [07:20:42] [Server thread/INFO]: [Essentials] No kits found to migrate. [07:20:42] [Server thread/INFO]: [Essentials] Loaded 36837 items from items.json. [07:20:42] [Server thread/INFO]: [Essentials] Using locale de [07:20:42] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [07:20:42] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [07:20:42] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [07:20:42] [Server thread/WARN]: [Essentials] Detected supported permissions plugin PermissionsBukkit without Vault installed. [07:20:42] [Server thread/WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault. [07:20:42] [Server thread/INFO]: [Essentials] Using superperms-based permissions. [07:20:42] [Server thread/INFO]: [MailBox] Enabling MailBox v2.7 [07:20:42] [mailbox_timer/INFO]: [MailBox] New thread running. [07:20:42] [Server thread/INFO]: [MailBox] Hooked into EssentialsX Economy [07:20:42] [Server thread/INFO]: MailBox version 2.7 is enabled! (MySQL is disabled.) [07:20:42] [Server thread/INFO]: [Jobs] Enabling Jobs v4.17.2 [07:20:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobsr [07:20:43] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked. [07:20:44] [Server thread/INFO]: [Jobs] Loaded 8 titles! [07:20:44] [Server thread/INFO]: [Jobs] Loaded 67 protected blocks timers! [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1061 custom item names! [07:20:44] [Server thread/INFO]: [Jobs] Loaded 72 custom entity names! [07:20:44] [Server thread/INFO]: [Jobs] Loaded 2 custom MythicMobs names! [07:20:44] [Server thread/INFO]: [Jobs] Loaded 38 custom enchant names! [07:20:44] [Server thread/INFO]: [Jobs] Loaded 16 custom color names! [07:20:44] [Server thread/INFO]: [Jobs] Loaded 4 shop items! [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Enchanter [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Miner [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Brewer [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Woodcutter [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Explorer [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Farmer [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Hunter [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Digger [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Fisherman [07:20:44] [Server thread/INFO]: [Jobs] Loaded 1 quests for Builder [07:20:44] [Server thread/INFO]: [Jobs] Loaded 10 jobs! [07:20:44] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task. [07:20:44] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread. [07:20:44] [ForkJoinPool.commonPool-worker-1/INFO]: [Jobs] Preloaded 3 players data in 0.01 [07:20:44] [Server thread/INFO]: [Jobs] Loading explorer data [07:20:44] [Server thread/INFO]: [Jobs] Loaded explorer data (625) [07:20:44] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully. [07:20:44] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7 [07:20:44] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5. [07:20:44] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started. [07:20:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 36864x18432 at X: -0,5 Z: -0,5 [07:20:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "ct" has border radius 142x167 at X: 0,0 Z: 206,5 [07:20:44] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders. [07:20:44] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 4475,0 Y: 82,0 Z: -4623,0 [07:20:44] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.2.2-b812 [07:20:44] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.2.2-b812" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--]. [07:20:44] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore. [07:20:44] [Server thread/INFO]: Preparing start region for dimension minecraft:ct [07:20:45] [Server thread/INFO]: Preparing spawn area: 0% [07:20:45] [Server thread/INFO]: Time elapsed: 201 ms [07:20:45] [Server thread/INFO]: [GlobalWarming] Detected world load after GW enabled, triggering automatic climate engine load. [07:20:45] [Server thread/INFO]: [GlobalWarming] World: [ct] found, but is disabled [07:20:45] [Server thread/INFO]: [GlobalWarming] Record created for world: [ct] [07:20:45] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'ct'. [07:20:45] [Server thread/INFO]: Preparing start region for dimension minecraft:farm [07:20:45] [Server thread/INFO]: Preparing spawn area: 0% [07:20:45] [Server thread/INFO]: Time elapsed: 71 ms [07:20:45] [Server thread/INFO]: [GlobalWarming] Detected world load after GW enabled, triggering automatic climate engine load. [07:20:45] [Server thread/INFO]: [GlobalWarming] World: [farm] found, but is disabled [07:20:45] [Server thread/INFO]: [GlobalWarming] Record created for world: [farm] [07:20:45] [Server thread/INFO]: [dynmap] World 'farm' disabled [07:20:45] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded. [07:20:45] [Server thread/INFO]: [Multiverse-Core] Version 4.2.2-b812 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [07:20:45] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12 (build 307) [07:20:45] [Server thread/INFO]: [ChestShop] Found locales ar, it, es, el, hu, fr, pl, cs, pt_br, ja, sv, da, es_mx, sr, tr, nl, zh_tw, af, ko, no, vi, ro, he, ru, ca, zh, de, fi, en, uk [07:20:46] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded. [07:20:46] [Server thread/INFO]: [ChestShop] Using EssentialsX Economy as the Economy provider now. [07:20:46] [Server thread/INFO]: [ChestShop] Vault loaded! [07:20:46] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent! [07:20:46] [Server thread/INFO]: [ChestShop] Auto-updater is disabled. If you want the plugin to automatically download new releases then set 'TURN_OFF_UPDATES' to 'false' in your config.yml! [07:20:46] [Server thread/INFO]: [SetTheSpawn] Enabling SetTheSpawn v2.7.3 [07:20:46] [Server thread/INFO]: [SetTheSpawn] > Enabled v2.7.3 (36ms) [07:20:46] [Server thread/INFO]: [Towny] Enabling Towny v0.97.1.0 [07:20:46] [Server thread/INFO]: ==================== Towny ======================== [07:20:46] [Server thread/INFO]: [Towny] Lang: de-DE.yml v0.117 loaded. [07:20:46] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile [07:20:47] [Server thread/INFO]: [Towny] Database: Loaded in 1009ms. [07:20:47] [Server thread/INFO]: [Towny] Database: 100% of residents have stored UUIDs. [07:20:47] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Cleaning up old backups... [07:20:47] [Server thread/INFO]: [Towny] Searching for third-party plugins... [07:20:47] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Successfully cleaned backups. [07:20:47] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Making backup... [07:20:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: townyadvanced [07:20:47] [Server thread/INFO]: [Towny] Plugins found: [07:20:47] [Server thread/INFO]: [Towny] Permissions: TownyPerms, BukkitPermissions [07:20:47] [Server thread/INFO]: [Towny] Economy: EssentialsX Economy via Vault [07:20:47] [Server thread/INFO]: [Towny] Add-ons: TownyChat v0.89, TownyCultures v1.2.0, SiegeWar v0.5.2, PlaceholderAPI v2.10.10 [07:20:47] [Server thread/INFO]: [Towny] Time until a New Day: 4 Stunden, 39 Minuten, 13 Sekunden [07:20:47] [Thread-35/INFO]: [Towny] Checking for updates...

[07:20:47] [Server thread/INFO]: [Towny] Version: 0.97.1.0 - Plugin Enabled

[07:20:47] [Server thread/INFO]: [ChestShopNotifier] Enabling ChestShopNotifier v1.3.3 (build 51) [07:20:47] [Server thread/INFO]: [ChestShopNotifier] Connecting to the database... [07:20:47] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.89 [07:20:47] [Server thread/INFO]: [TownyChat] Default Channel set to general [07:20:47] [Server thread/INFO]: [TownyChat] Towny version 0.97.1.0 found. [07:20:47] [Server thread/INFO]: [RailMiner] Enabling RailMiner v1.4* [07:20:47] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:'. Please ask the author to give their recipe a static key using NamespacedKey. [07:20:47] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.(ShapedRecipe.java:28) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerLevelOne(RecipeManager.java:52) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerRecipes(RecipeManager.java:21) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.RailMiner.onEnable(RailMiner.java:39) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) [07:20:47] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [07:20:47] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:'. Please ask the author to give their recipe a static key using NamespacedKey. [07:20:47] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.(ShapedRecipe.java:28) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerLevelOne(RecipeManager.java:52) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerRecipes(RecipeManager.java:21) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.RailMiner.onEnable(RailMiner.java:39) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) [07:20:47] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [07:20:47] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:'. Please ask the author to give their recipe a static key using NamespacedKey. [07:20:47] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.(ShapedRecipe.java:28) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerLevelOne(RecipeManager.java:52) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerRecipes(RecipeManager.java:21) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.RailMiner.onEnable(RailMiner.java:39) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) [07:20:47] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [07:20:47] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:'. Please ask the author to give their recipe a static key using NamespacedKey. [07:20:47] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.(ShapedRecipe.java:28) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerLevelOne(RecipeManager.java:52) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerRecipes(RecipeManager.java:21) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.RailMiner.onEnable(RailMiner.java:39) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) [07:20:47] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [07:20:47] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:'. Please ask the author to give their recipe a static key using NamespacedKey. [07:20:47] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.(ShapedRecipe.java:28) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerLevelOne(RecipeManager.java:52) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerRecipes(RecipeManager.java:21) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.RailMiner.onEnable(RailMiner.java:39) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) [07:20:47] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [07:20:47] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:'. Please ask the author to give their recipe a static key using NamespacedKey. [07:20:47] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.(ShapedRecipe.java:28) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerLevelOne(RecipeManager.java:52) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerRecipes(RecipeManager.java:21) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.RailMiner.onEnable(RailMiner.java:39) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) [07:20:47] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [07:20:47] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:'. Please ask the author to give their recipe a static key using NamespacedKey. [07:20:47] [Server thread/WARN]: at org.bukkit.inventory.ShapelessRecipe.(ShapelessRecipe.java:29) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerLevelTwo(RecipeManager.java:76) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.managers.RecipeManager.registerRecipes(RecipeManager.java:22) [07:20:47] [Server thread/WARN]: at me.bumblebee.railminer.RailMiner.onEnable(RailMiner.java:39) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) [07:20:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) [07:20:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) [07:20:47] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) [07:20:47] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [07:20:47] [Server thread/INFO]: [RailMiner] Enabling support for Towny [07:20:47] [Server thread/INFO]: [DragonTravel] Enabling DragonTravel v01.008.02 [07:20:47] [Server thread/INFO]: [DragonTravel] Config loaded successfully. [07:20:47] [Server thread/INFO]: [DragonTravel] Loaded stations-database. [07:20:47] [Server thread/INFO]: [DragonTravel] Loaded homes-database. [07:20:47] [Server thread/INFO]: [DragonTravel] Loaded flights-database. [07:20:47] [Server thread/INFO]: [DragonTravel] Loaded statdragons-database. [07:20:47] [Server thread/INFO]: [DragonTravel] Payment set up using 'Vault'. [07:20:47] [Server thread/INFO]: [Dynmap-Towny] Enabling Dynmap-Towny v0.87 [07:20:47] [Server thread/INFO]: [Dynmap-Towny] initializing [07:20:47] [Server thread/INFO]: [Dynmap-Towny] Towny version 0.97.1.0 found. [07:20:47] [Server thread/INFO]: [Dynmap-Towny] Dynmap does not have player-info-protected enabled - visibility-by-town will have no effect [07:20:47] [Server thread/INFO]: [Dynmap-Towny] Dynmap does not have player-info-protected enabled - visibility-by-nation will have no effect [07:20:47] [Server thread/INFO]: [Dynmap-Towny] version 0.87 is activated [07:20:47] [Server thread/INFO]: [Dynmap-Towny] TownyChat detect: disabling normal chat-to-web processing in Dynmap [07:20:47] [Server thread/INFO]: [ChestShop-towny] Enabling ChestShop-towny v1.0.1* [07:20:47] [Server thread/INFO]: [TownyCultures] Enabling TownyCultures v1.2.0

[07:20:47] [Server thread/INFO]: | .-.. . ._.--. . .
[07:20:47] [Server thread/INFO]: |( )\ \ / | | | |
[07:20:47] [Server thread/INFO]: ' -'' ' '-`--|

[07:20:47] [Server thread/INFO]: .--. . . -' [07:20:47] [Server thread/INFO]: : |_|_ [07:20:47] [Server thread/INFO]: | . . | | . . .--..-. .--. [07:20:47] [Server thread/INFO]: : | | | | | | | (.-'--.
[07:20:47] [Server thread/INFO]: --'-----'---'--'--' [07:20:47] [Server thread/INFO]: by Goosius & LlmDl [07:20:47] [Server thread/INFO]: [07:20:47] [Server thread/INFO]: [TownyCultures] Towny version 0.97.1.0 found. [07:20:47] [Server thread/INFO]: [TownyCultures] Lang: Custom language file detected, not updating. [07:20:47] [Server thread/INFO]: [TownyCultures] Lang: german.yml v0.03 loaded. [07:20:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: townycultures [07:20:47] [Server thread/INFO]: [TownyCultures] Found PlaceholderAPI. Enabling support... [07:20:47] [Server thread/INFO]: [TownyCultures] TownyCultures loaded successfully. [07:20:47] [Server thread/INFO]: [TownyResources] Enabling TownyResources v0.1.1 [07:20:47] [Server thread/INFO]: [07:20:47] [Server thread/INFO]: __________ ________ [07:20:47] [Server thread/INFO]: MMMMMMMMMMMMMMMMMb.
[07:20:47] [Server thread/INFO]: / MM \ MM Mb [07:20:47] [Server thread/INFO]: MM _____ ____ _ ___ ___ __ ____ ___ MM MM ____ ____ _____ ___ ___ ___ __ ____ ____ ____ [07:20:47] [Server thread/INFO]: MM 6MMMMMbMM( ,M. )M' MM 6MMbMM( )M' MM MM 6MMMMb 6MMMMb\ 6MMMMMb MM MMMM 6MM 6MMMMb. 6MMMMb 6MMMMb\ [07:20:47] [Server thread/INFO]: MM 6M' MbMb dMb d' MMM9 MbMb d' MM .M9 6M' Mb MM' 6M' Mb MM MM MM69 " 6M' Mb 6M'Mb MM' [07:20:47] [Server thread/INFO]: MM MM MM YM. ,PYM. ,P MM' MM YM. ,P MMMMMMM9' MM MM YM. MM MM MM MM MM' MM' MM MM YM.
[07:20:47] [Server thread/INFO]: MM MM MM Mb d'Mb d' MM MM MM M MM \M\ MMMMMMMM YMMMMb MM MM MM MM MM MM MMMMMMMM YMMMMb
[07:20:47] [Server thread/INFO]: MM MM MM YM,P YM,P MM MM Mbd' MM \M\ MMMb MM MM MM MM MM MM MM Mb [07:20:47] [Server thread/INFO]: MM YM. ,M9MM' `MM' MM MM YMP MM \M\ YM d9 L ,MM YM. ,M9 YM. MM MM YM. d9 YM d9 L ,MM [07:20:47] [Server thread/INFO]: MM YMMMMM9 YP YP MM MM M MM \M_YMMMM9 MYMMMM9 YMMMMM9 YMMM9MM_MM YMMMM9 YMMMM9 MYMMMM9

[07:20:47] [Server thread/INFO]: YMM By Goosius
[07:20:47] [Server thread/INFO]: [07:20:47] [Server thread/INFO]: [TownyResources] Towny version 0.97.1.0 found. [07:20:47] [Server thread/INFO]: [TownyResources] SiegeWar Integration Enabled [07:20:47] [Server thread/INFO]: [TownyResources] DynmapTowny Integration Enabled [07:20:47] [Server thread/INFO]: [TownyResources] Slimefun Integration Not Enabled [07:20:47] [Server thread/INFO]: [TownyResources] LanguageUtils Integration Enabled [07:20:47] [Server thread/INFO]: [TownyResources] Config Loaded [07:20:47] [Server thread/INFO]: [TownyResources] Lang: english.yml v0.06 loaded. [07:20:47] [Server thread/INFO]: [TownyResources] All Resource Offer Categories Loaded [07:20:47] [Server thread/INFO]: [TownyResources] All Resource Extraction Categories Loaded [07:20:47] [Server thread/INFO]: [TownyResources] Commands Loaded [07:20:47] [Server thread/INFO]: [TownyResources] Listeners Loaded [07:20:47] [Server thread/INFO]: [TownyResources] TownyResources loaded successfully. [07:20:47] [Server thread/INFO]: [SiegeWar] Enabling SiegeWar v0.5.2

[07:20:47] [Server thread/INFO]: / _/|| __
[07:20:47] [Server thread/INFO]: _
\ | |/ \ / __\/ \ [07:20:47] [Server thread/INFO]: / | \ // // > _/ [07:20:47] [Server thread/INFO]: /___ /||_ > / \ > [07:20:47] [Server thread/INFO]: \/ \// \/ [07:20:47] [Server thread/INFO]:
[07:20:47] [Server thread/INFO]: / \ / \
___
[07:20:47] [Server thread/INFO]: \ \/\/ /\
\_
\
[07:20:47] [Server thread/INFO]: \ / / | | \/
[07:20:47] [Server thread/INFO]: \
/\ / (__ /|
[07:20:47] [Server thread/INFO]: \/ \/
[07:20:47] [Server thread/INFO]: By Goosius & LlmDl
[07:20:47] [Server thread/INFO]:
[07:20:47] [Server thread/INFO]: [SiegeWar] Towny version 0.97.1.0 found. [07:20:47] [Thread-35/INFO]: [Towny] New update available: 0.97.2.9 | Current version: 0.97.1.0 [07:20:47] [Thread-35/INFO]: [Towny] Hier herunterladen: https://github.com/TownyAdvanced/Towny/releases/tag/0.97.2.9 [07:20:47] [Server thread/INFO]: [SiegeWar] Lang: Custom language file detected, not updating. [07:20:47] [Server thread/INFO]: [SiegeWar] Lang: german.yml v0.26 loaded. [07:20:47] [Server thread/INFO]: [SiegeWar] Loading Siege Data... [07:20:47] [Server thread/INFO]: [SiegeWar] Loading Siege List Data... [07:20:47] [Server thread/INFO]: [SiegeWar] Loading Siege Detail Data... [07:20:47] [Server thread/INFO]: [SiegeWar] Siege Data Loaded Successfully. [07:20:47] [Server thread/INFO]: [SiegeWar] 0 siege(s) loaded. [07:20:47] [Server thread/INFO]: [SiegeWar] Loading town occupation data... [07:20:47] [Server thread/INFO]: [SiegeWar] Town occupation data loaded. [07:20:47] [Server thread/INFO]: [SiegeWar] SiegeWar found Dynmap plugin, enabling Dynmap support. [07:20:47] [Server thread/INFO]: [SiegeWar] Dynmap support enabled. [07:20:47] [Server thread/INFO]: [SiegeWar] Cannons plugin not found. [07:20:47] [Server thread/INFO]: [SiegeWar] SiegeWar loaded successfully. [07:20:48] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [07:20:48] [Server thread/INFO]: Running delayed init tasks [07:20:48] [Craft Scheduler Thread - 5/INFO]: [GlobalWarming] Syncing database... [07:20:48] [Craft Scheduler Thread - 7/INFO]: [Essentials] Fetching version information... [07:20:48] [Server thread/INFO]: [GlobalWarming] Loading 3 players... [07:20:48] [Craft Scheduler Thread - 9/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Starting... [07:20:48] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)! [07:20:48] [Server thread/INFO]: [Jobs] Successfully linked with Vault. [07:20:48] [Craft Scheduler Thread - 9/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Start completed. [07:20:48] [Craft Scheduler Thread - 9/INFO]: [ChestShopNotifier] Database connected! [07:20:48] [Server thread/INFO]: [TownyChat] - TownyChat enabled - [07:20:48] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [07:20:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [07:20:48] [Server thread/INFO]: 1 placeholder hooks successfully registered!

[07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] **** [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA. [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] PAPER WILL STOP BEING COMPATIBLE WITH THIS VERSION OF [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] JAVA WHEN MINECRAFT 1.17 IS RELEASED. [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] Please update the version of Java you use to run Paper [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] to at least Java 16. When Paper for Minecraft 1.17 is [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] released support for versions of Java before 16 will [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] be dropped. [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] Current Java version: 1.8.0_301 [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] Check this forum post for more information: [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * https://papermc.io/java16 [07:20:48] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] **** [07:20:48] [Server thread/INFO]: Timings Reset [07:20:48] [Craft Scheduler Thread - 5/INFO]: [GlobalWarming] Finished syncing database. [07:20:48] [Craft Scheduler Thread - 3/INFO]: [LWC] [LWC] The updater ran into a minor issue: Server returned HTTP response code: 521 for URL: http://update.griefcraft.com/lwc/branch/stable/LATEST [07:20:48] [Craft Scheduler Thread - 3/INFO]: [LWC] [LWC] This can probably be ignored. [07:20:48] [Craft Scheduler Thread - 7/WARN]: [Essentials] You're 25 EssentialsX dev build(s) out of date! [07:20:48] [Craft Scheduler Thread - 7/WARN]: [Essentials] Hier herunterladen: https://essentialsx.net/downloads.html [07:20:51] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Towny flatfiles and settings successfully backed up. [07:21:03] [Craft Scheduler Thread - 12/INFO]: [GoX] Running scheduled map backup... [07:21:03] [Craft Scheduler Thread - 12/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [07:21:03] [Craft Scheduler Thread - 12/INFO]: [GoX] Backup complete! [07:21:48] [Craft Scheduler Thread - 19/INFO]: [TownyResources] All Production Recalculated [07:31:48] [Craft Scheduler Thread - 12/INFO]: [TownyResources] All Production Recalculated [07:41:48] [Craft Scheduler Thread - 2/INFO]: [TownyResources] All Production Recalculated [07:51:03] [Craft Scheduler Thread - 2/INFO]: [GoX] Running scheduled map backup... [07:51:03] [Craft Scheduler Thread - 2/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [07:51:03] [Craft Scheduler Thread - 2/INFO]: [GoX] Backup complete! [07:51:48] [Craft Scheduler Thread - 12/INFO]: [TownyResources] All Production Recalculated [08:01:48] [Craft Scheduler Thread - 12/INFO]: [TownyResources] All Production Recalculated [08:11:48] [Craft Scheduler Thread - 21/INFO]: [TownyResources] All Production Recalculated [08:21:03] [Craft Scheduler Thread - 19/INFO]: [GoX] Running scheduled map backup... [08:21:03] [Craft Scheduler Thread - 19/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [08:21:03] [Craft Scheduler Thread - 19/INFO]: [GoX] Backup complete! [08:21:48] [Craft Scheduler Thread - 2/INFO]: [TownyResources] All Production Recalculated [08:31:48] [Craft Scheduler Thread - 24/INFO]: [TownyResources] All Production Recalculated [08:41:48] [Craft Scheduler Thread - 25/INFO]: [TownyResources] All Production Recalculated [08:51:03] [Craft Scheduler Thread - 21/INFO]: [GoX] Running scheduled map backup... [08:51:03] [Craft Scheduler Thread - 21/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [08:51:03] [Craft Scheduler Thread - 21/INFO]: [GoX] Backup complete! [08:51:48] [Craft Scheduler Thread - 25/INFO]: [TownyResources] All Production Recalculated [09:01:48] [Craft Scheduler Thread - 26/INFO]: [TownyResources] All Production Recalculated [09:11:48] [Craft Scheduler Thread - 21/INFO]: [TownyResources] All Production Recalculated [09:21:03] [Craft Scheduler Thread - 26/INFO]: [GoX] Running scheduled map backup... [09:21:03] [Craft Scheduler Thread - 26/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [09:21:03] [Craft Scheduler Thread - 26/INFO]: [GoX] Backup complete! [09:21:48] [Craft Scheduler Thread - 21/INFO]: [TownyResources] All Production Recalculated [09:31:48] [Craft Scheduler Thread - 26/INFO]: [TownyResources] All Production Recalculated [09:41:48] [Craft Scheduler Thread - 25/INFO]: [TownyResources] All Production Recalculated [09:51:03] [Craft Scheduler Thread - 31/INFO]: [GoX] Running scheduled map backup... [09:51:03] [Craft Scheduler Thread - 31/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [09:51:03] [Craft Scheduler Thread - 31/INFO]: [GoX] Backup complete! [09:51:48] [Craft Scheduler Thread - 31/INFO]: [TownyResources] All Production Recalculated [10:01:48] [Craft Scheduler Thread - 29/INFO]: [TownyResources] All Production Recalculated [10:11:48] [Craft Scheduler Thread - 31/INFO]: [TownyResources] All Production Recalculated [10:21:03] [Craft Scheduler Thread - 21/INFO]: [GoX] Running scheduled map backup... [10:21:03] [Craft Scheduler Thread - 21/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [10:21:03] [Craft Scheduler Thread - 21/INFO]: [GoX] Backup complete! [10:21:48] [Craft Scheduler Thread - 34/INFO]: [TownyResources] All Production Recalculated [10:31:48] [Craft Scheduler Thread - 32/INFO]: [TownyResources] All Production Recalculated [10:41:48] [Craft Scheduler Thread - 34/INFO]: [TownyResources] All Production Recalculated [10:51:03] [Craft Scheduler Thread - 37/INFO]: [GoX] Running scheduled map backup... [10:51:03] [Craft Scheduler Thread - 37/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [10:51:03] [Craft Scheduler Thread - 37/INFO]: [GoX] Backup complete! [10:51:48] [Craft Scheduler Thread - 31/INFO]: [TownyResources] All Production Recalculated [11:01:48] [Craft Scheduler Thread - 36/INFO]: [TownyResources] All Production Recalculated [11:11:48] [Craft Scheduler Thread - 38/INFO]: [TownyResources] All Production Recalculated [11:21:03] [Craft Scheduler Thread - 40/INFO]: [GoX] Running scheduled map backup... [11:21:03] [Craft Scheduler Thread - 40/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [11:21:03] [Craft Scheduler Thread - 40/INFO]: [GoX] Backup complete! [11:21:48] [Craft Scheduler Thread - 36/INFO]: [TownyResources] All Production Recalculated [11:31:48] [Craft Scheduler Thread - 40/INFO]: [TownyResources] All Production Recalculated [11:41:48] [Craft Scheduler Thread - 34/INFO]: [TownyResources] All Production Recalculated [11:51:03] [Craft Scheduler Thread - 42/INFO]: [GoX] Running scheduled map backup... [11:51:03] [Craft Scheduler Thread - 42/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [11:51:03] [Craft Scheduler Thread - 42/INFO]: [GoX] Backup complete! [11:51:48] [Craft Scheduler Thread - 42/INFO]: [TownyResources] All Production Recalculated [12:00:01] [Craft Scheduler Thread - 42/INFO]: [TownyResources] 2 Fabriken in verschiedenen Städen haben Resourcen produziert. [12:00:01] [Craft Scheduler Thread - 42/INFO]: [TownyResources] All daily extraction limits have been reset. [12:00:01] [Craft Scheduler Thread - 42/INFO]: [com.palmergames.bukkit.towny.Towny] [Global Message] Ein neuer Tag ist angebrochen! Steuern und Mieten wurden eingesammelt. [12:00:01] [Craft Scheduler Thread - 42/INFO]: [com.palmergames.bukkit.towny.Towny] [Resident Msg] Noisereactz: Das Stadtpersonal ist von den Steuern befreit. [12:00:01] [Craft Scheduler Thread - 42/INFO]: [com.palmergames.bukkit.towny.Towny] [Resident Msg] Czenkusch18: Das Stadtpersonal ist von den Steuern befreit. [12:00:01] [Craft Scheduler Thread - 42/INFO]: [com.palmergames.bukkit.towny.Towny] [Town Msg] Antananarivo: Your town paid the daily upkeep of $3,936.25. [12:00:01] [Craft Scheduler Thread - 42/INFO]: [com.palmergames.bukkit.towny.Towny] [Town Msg] Sambava: Your town paid the daily upkeep of $2,891.25. [12:00:01] [Craft Scheduler Thread - 42/INFO]: [com.palmergames.bukkit.towny.Towny] [Nation Msg] Madagaskar: Your nation paid the daily upkeep of $1,000. [12:00:01] [ForkJoinPool.commonPool-worker-4/INFO]: [Towny] Cleaning up old backups... [12:00:01] [ForkJoinPool.commonPool-worker-4/INFO]: [Towny] Successfully cleaned backups. [12:00:01] [Craft Scheduler Thread - 42/INFO]: [Towny] Towny DailyTimerTask took 161ms to process. [12:00:01] [ForkJoinPool.commonPool-worker-4/INFO]: [Towny] Making backup... [12:00:03] [ForkJoinPool.commonPool-worker-4/INFO]: [Towny] Towny flatfiles and settings successfully backed up. [12:01:48] [Craft Scheduler Thread - 49/INFO]: [TownyResources] All Production Recalculated [12:11:48] [Craft Scheduler Thread - 45/INFO]: [TownyResources] All Production Recalculated [12:21:03] [Craft Scheduler Thread - 50/INFO]: [GoX] Running scheduled map backup... [12:21:03] [Craft Scheduler Thread - 50/WARN]: [GoX] An error occurred backing up the map file! There is no original file: plugins\GoX\Map\nodes.dat [12:21:03] [Craft Scheduler Thread - 50/INFO]: [GoX] Backup complete! [12:21:48] [Craft Scheduler Thread - 47/INFO]: [TownyResources] All Production Recalculated

LlmDl commented 3 years ago

Pretty much all of your towny plugins are out of date, Update Towny, TownyResources, TownyCultures and TownyChat, then see if you still have an issue.

noisereactz1 commented 3 years ago

i updated all of these and my problem is still there :/

LlmDl commented 3 years ago

Please link your new config and new startup.