BanManagement / BanManager

A plugin for Minecraft to manage punishments and moderate more effectively
https://banmanagement.com/
Other
116 stars 90 forks source link

banmanager not starting #864

Closed lrmtheboss closed 4 years ago

lrmtheboss commented 4 years ago

Issue report

Tell us about your environment 1.14.4 paper server in pterodactyl panel with daemon running on ubuntu 18.04.4 LTS

BanManager config.yml:

# 
# Aliases will be found and blocked automatically, e.g. msg will block tell
debug: false
databases:
  local:
    enabled: true
    storageType: mysql
    host: 
    port: 
    name: 
    user: 
    password: 
    maxConnections: 2
    useSSL: false
    verifyServerCertificate: false
    leakDetection: 3000
    tables:
      players: bm_players
      playerBans: bm_player_bans
      playerBanRecords: bm_player_ban_records
      playerMutes: bm_player_mutes
      playerMuteRecords: bm_player_mute_records
      playerKicks: bm_player_kicks
      playerNotes: bm_player_notes
      playerHistory: bm_player_history
      playerReports: bm_player_reports
      playerReportLocations: bm_player_report_locations
      playerReportStates: bm_player_report_states
      playerReportCommands: bm_player_report_commands
      playerReportComments: bm_player_report_comments
      playerWarnings: bm_player_warnings
      ipBans: bm_ip_bans
      ipBanRecords: bm_ip_ban_records
      ipMutes: bm_ip_mutes
      ipMuteRecords: bm_ip_mute_records
      ipRangeBans: bm_ip_range_bans
      ipRangeBanRecords: bm_ip_range_ban_records
      rollbacks: bm_rollbacks
      nameBans: bm_name_bans
      nameBanRecords: bm_name_ban_records
  global:
    enabled: true
    storageType: mysql
    host: 
    port: 
    name: 
    user: 
    password: 
    maxConnections: 2
    useSSL: false
    verifyServerCertificate: false
    leakDetection: 3000
    tables:
      playerBans: bm_player_ban_all
      playerUnbans: bm_player_unban_all
      playerMutes: bm_player_mute_all
      playerUnmutes: bm_player_unmute_all
      playerNotes: bm_player_note_all
      ipBans: bm_ip_ban_all
      ipUnbans: bm_ip_unban_all
mutedCommandBlacklist:
- msg
- w
- r
- mail
- m
- t
- whisper
- emsg
- tell
- er
- reply
- ereply
- email
- action
- describe
- eme
- eaction
- edescribe
- etell
- ewhisper
- pm
softMutedCommandBlacklist:
- msg
- w
- r
- mail
- m
- t
- whisper
- emsg
- tell
- er
- reply
- ereply
- email
- action
- describe
- eme
- eaction
- edescribe
- etell
- ewhisper
- pm
duplicateIpCheck: true
bypassDuplicateChecks:
- 
logKicks: true
logIps: true
displayNotifications: true
broadcastOnSync: true
timeLimits: {}
reportCooldown: 10
warningCooldown: 10
warningActions:
  enabled: false
warningMute: false
hooks:
  enabled: false
checkForUpdates: true
offlineAutoComplete: true
punishAlts: false
denyAlts: false
cleanUp:
  kicks: 0
  banRecords: 0
  ipBanRecords: 0
  ipMuteRecords: 0
  muteRecords: 0
  readWarnings: 0
  unreadWarnings: 0
  playerHistory: 0
maxOnlinePerIp: 3
maxMultiaccountsRecently: 0
multiaccountsTime: 300
checkOnJoin: false
createNoteReasons: true
onlineMode: true
chatPriority: normal

Describe your issue:

[14:09:01] [Server thread/INFO]: Loading properties
[14:09:01] [Server thread/INFO]: This server is running Paper version git-Paper-243 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
[14:09:01] [Server thread/INFO]: Debug logging is disabled
[14:09:01] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:09:01] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:09:01] [Server thread/INFO]: Default game type: SURVIVAL
[14:09:01] [Server thread/INFO]: Generating keypair
[14:09:02] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25567
[14:09:02] [Server thread/INFO]: Using epoll channel type
[14:09:08] [Server thread/WARN]: Plugin PlugMan v2.1.5 does not specify an api-version.
[14:09:08] [Server thread/WARN]: Plugin DeluxeMentions v2.9.5 does not specify an api-version.
[14:09:08] [Server thread/WARN]: Plugin AdminFun v2.5.0 does not specify an api-version.
[14:09:08] [Server thread/WARN]: Plugin PotionManager v3.1.2 does not specify an api-version.
[14:09:09] [Server thread/INFO]: [TabooLib] 当前由 TrMenu 引导主运行库启动.
[14:09:11] [Server thread/WARN]: Plugin AdminEssentials v2.1 does not specify an api-version.
[14:09:12] [Server thread/WARN]: Plugin PlayerStats v1.0 does not specify an api-version.
[14:09:12] [Server thread/WARN]: Plugin LangUtils v1.9 does not specify an api-version.
[14:09:12] [Server thread/WARN]: Plugin FrozenJoin v[1.0.0] does not specify an api-version.
[14:09:12] [Server thread/WARN]: Plugin ViaVersion v3.0.0-SNAPSHOT does not specify an api-version.
[14:09:13] [Server thread/INFO]: [ViaVersion] Hooking into ProtocolSupport, to prevent issues!
[14:09:13] [Server thread/WARN]: Plugin dynmap v3.0-beta-9-250 does not specify an api-version.
[14:09:15] [Server thread/INFO]: ====== UPGRADE TO 64-BIT JAVA ======
[14:09:15] [Server thread/INFO]: You are running 32-bit Java on a 64-bit machine
[14:09:15] [Server thread/INFO]: ====================================
[14:09:15] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@3df9701b]
[14:09:15] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[14:09:16] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_14_R4 as the Bukkit adapter
[14:09:16] [Server thread/INFO]: Ignoring invalid block minecraft:bee_nest
[14:09:16] [Server thread/INFO]: Ignoring invalid block minecraft:beehive
[14:09:16] [Server thread/INFO]: Ignoring invalid block minecraft:sign
[14:09:16] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
[14:09:18] [Server thread/WARN]: Plugin BanManager v7.0.4 does not specify an api-version.
[14:09:18] [Server thread/WARN]: Plugin DiscordSRV-Staff-Chat v1.3.0 does not specify an api-version.
[14:09:18] [Server thread/WARN]: Plugin BungeeTabListPlus v2.8.12 does not specify an api-version.
[14:09:18] [Server thread/ERROR]: Could not load 'plugins/CoreProtect-2.18.2.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.15
    at org.bukkit.craftbukkit.v1_14_R1.util.CraftMagicNumbers.checkSupported(CraftMagicNumbers.java:261) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:130) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:337) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:257) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-243]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[14:09:18] [Server thread/INFO]: [UltimateFishing] Loading UltimateFishing v1.2.6
[14:09:18] [Server thread/INFO]: [ResourceWorld] Loading ResourceWorld v1.4.0
[14:09:18] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.5
[14:09:18] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.5
[14:09:18] [Server thread/INFO]: [DeluxeMentions] Loading DeluxeMentions v2.9.5
[14:09:18] [Server thread/INFO]: [EnchantSplitter] Loading EnchantSplitter v1.1.1
[14:09:18] [Server thread/INFO]: [InfiniteScoreboard] Loading InfiniteScoreboard v1.3.0
[14:09:18] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v2.5.1
[14:09:18] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.2.1
[14:09:18] [Server thread/INFO]: [ID-Library] Loading ID-Library v[5.0.0.0]
[14:09:18] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.39
[14:09:18] [Server thread/INFO]: [AdminFun] Loading AdminFun v2.5.0
[14:09:18] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.0.8
[14:09:18] [Server thread/INFO]: [UltimateTimber] Loading UltimateTimber v2.0.6
[14:09:18] [Server thread/INFO]: [PotionManager] Loading PotionManager v3.1.2
[14:09:18] [Server thread/INFO]: [UltimateStacker] Loading UltimateStacker v1.11.10
[14:09:18] [Server thread/INFO]: [InfiniteAnnouncements] Loading InfiniteAnnouncements v1.6.1
[14:09:18] [Server thread/INFO]: [BetterShulkerBoxes] Loading BetterShulkerBoxes v2.13.0
[14:09:18] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
[14:09:18] [Server thread/INFO]: [TrMenu] Loading TrMenu v1.21
[14:09:18] [Server thread/INFO]: [AdminEssentials] Loading AdminEssentials v2.1
[14:09:18] [Server thread/INFO]: [UberEnchant] Loading UberEnchant v8.6
[14:09:18] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.15.2
[14:09:18] [Server thread/INFO]: [PlayerStats] Loading PlayerStats v1.0
[14:09:18] [Server thread/INFO]: [LangUtils] Loading LangUtils v1.9
[14:09:18] [Server thread/INFO]: [FrozenJoin] Loading FrozenJoin v[1.0.0]
[14:09:18] [Server thread/INFO]: [UltimateCatcher] Loading UltimateCatcher v1.3.3
[14:09:18] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[14:09:18] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.29-dev
[14:09:18] [Server thread/INFO]: [ProtocolSupport] Detected Spigot server implementation type
[14:09:18] [Server thread/INFO]: [ProtocolSupport] Status threads max count: 2, keep alive time: 60
[14:09:18] [Server thread/INFO]: [ProtocolSupport] Login threads keep alive time: 60
[14:09:19] [Server thread/INFO]: [ProtocolSupport] Assume 1.5.2 ping delay: 100
[14:09:19] [Server thread/INFO]: [ProtocolSupport] Assume legacy ping delay: 200
[14:09:21] [Server thread/INFO]: [ProtocolSupport] Compression level: 3
[14:09:21] [Server thread/INFO]: [SimpleCrops] Loading SimpleCrops v1.0.11 Beta
[14:09:21] [Server thread/INFO]: [GUIShop] Loading GUIShop v7.3.2
[14:09:21] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v3.0.0-SNAPSHOT
[14:09:21] [Server thread/INFO]: [ViaVersion] ViaVersion 3.0.0-SNAPSHOT is now loaded, injecting!
[14:09:22] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
[14:09:23] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
[14:09:23] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
[14:09:23] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
[14:09:23] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
[14:09:23] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 plugin channel mappings...
[14:09:23] [Server thread/INFO]: [ViaVersion] Loading translation mappping
[14:09:23] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
[14:09:24] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
[14:09:24] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
[14:09:24] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
[14:09:24] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
[14:09:24] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
[14:09:24] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
[14:09:27] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
[14:09:27] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
[14:09:27] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
[14:09:27] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v3.0.0-SNAPSHOT
[14:09:27] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.6.3
[14:09:27] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-9-250
[14:09:27] [Server thread/INFO]: [dynmap] version=git-Paper-243 (MC: 1.14.4)
[14:09:27] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
[14:09:27] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
[14:09:27] [Server thread/INFO]: [dynmap] Mod Support API available
[14:09:27] [Server thread/INFO]: [UltimateRepairing] Loading UltimateRepairing v1.3.4
[14:09:27] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.15-101;0bf0848
[14:09:27] [Server thread/INFO]: [CustomCobbleGen] Loading CustomCobbleGen v1.4.0
[14:09:27] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.44
[14:09:27] [Server thread/INFO]: [VeinMiner] Loading VeinMiner v1.15.0
[14:09:27] [Server thread/INFO]: [UltimateModeration] Loading UltimateModeration v1.2.5
[14:09:27] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
[14:09:27] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
[14:09:27] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.8.1
[14:09:27] [Server thread/INFO]: [Shopkeepers] Loading config.
[14:09:28] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.18.4
[14:09:28] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.44
[14:09:28] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.4
[14:09:28] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.12.0-d4d7ac4
[14:09:28] [Server thread/INFO]: [UltimateKits] Loading UltimateKits v2.6
[14:09:28] [Server thread/INFO]: [BanManager] Loading BanManager v7.0.4
[14:09:28] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.17.1.44
[14:09:28] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.17.1.44
[14:09:28] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.17.1.44
[14:09:28] [Server thread/INFO]: [DiscordSRV-Staff-Chat] Loading DiscordSRV-Staff-Chat v1.3.0
[14:09:28] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.44
[14:09:28] [Server thread/INFO]: [ChatManager] Loading ChatManager v3.6.4
[14:09:28] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v2.8.12
[14:09:28] [Server thread/INFO]: [Harbor] Loading Harbor v1.6.1
[14:09:28] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:09:28] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.39
[14:09:28] [Server thread/INFO]:         __    
[14:09:28] [Server thread/INFO]:   |    |__)   LuckPerms v5.0.39
[14:09:28] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[14:09:28] [Server thread/INFO]: 
[14:09:28] [Server thread/INFO]: [LuckPerms] Loading configuration...
[14:09:29] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
[14:09:29] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[14:09:29] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[14:09:29] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[14:09:29] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[14:09:30] [Server thread/INFO]: [LuckPerms] Loading extension: me.lucko.luckperms.extension.legacyapi.LegacyApiExtension (extension-legacy-api-1.0.0.jar)
[14:09:30] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[14:09:30] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2621ms)
[14:09:30] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[14:09:30] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[14:09:30] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[14:09:30] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[14:09:30] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[14:09:30] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[14:09:30] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.29-dev
[14:09:31] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v3.0.0-SNAPSHOT
[14:09:31] [Server thread/INFO]: [ViaBackwards] Loading all translations...
[14:09:31] [Server thread/INFO]: [ViaBackwards] Loading 1.13 -> 1.12.2 block mapping...
[14:09:31] [Server thread/INFO]: [ViaBackwards] Loading 1.13 -> 1.12.2 sound mapping...
[14:09:31] [Server thread/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 block mapping...
[14:09:33] [Server thread/INFO]: [ViaBackwards] Loading 1.15 -> 1.14.4 mappings...
[14:09:36] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
[14:09:36] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[14:09:36] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:09:36] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:09:36] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[14:09:36] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[14:09:36] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:09:36] [Server thread/INFO]: Preparing level "world"
[14:09:36] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[14:09:44] [Server thread/INFO]: Loaded 6 recipes
[14:09:44] [Server thread/INFO]: -------- World Settings For [world] --------
[14:09:44] [Server thread/INFO]: Experience Merge Radius: 40.0
[14:09:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:09:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:09:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:09:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[14:09:44] [Server thread/INFO]: Max TNT Explosions: 100
[14:09:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:09:44] [Server thread/INFO]: Mob Spawn Range: 8
[14:09:44] [Server thread/INFO]: View Distance: 10
[14:09:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:09:44] [Server thread/INFO]: Item Despawn Rate: 6000
[14:09:44] [Server thread/INFO]: Item Merge Radius: 10.0
[14:09:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:09:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:09:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:09:44] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[14:09:44] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[14:09:44] [Server thread/INFO]: Experience Merge Radius: 40.0
[14:09:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:09:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:09:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:09:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[14:09:44] [Server thread/INFO]: Max TNT Explosions: 100
[14:09:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:09:44] [Server thread/INFO]: Mob Spawn Range: 8
[14:09:44] [Server thread/INFO]: View Distance: 10
[14:09:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:09:44] [Server thread/INFO]: Item Despawn Rate: 6000
[14:09:44] [Server thread/INFO]: Item Merge Radius: 10.0
[14:09:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:09:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:09:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:09:44] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[14:09:44] [Server thread/INFO]: Experience Merge Radius: 40.0
[14:09:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:09:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:09:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:09:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:09:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[14:09:44] [Server thread/INFO]: Max TNT Explosions: 100
[14:09:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:09:44] [Server thread/INFO]: Mob Spawn Range: 8
[14:09:44] [Server thread/INFO]: View Distance: 10
[14:09:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:09:44] [Server thread/INFO]: Item Despawn Rate: 6000
[14:09:44] [Server thread/INFO]: Item Merge Radius: 10.0
[14:09:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:09:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:09:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:09:44] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[14:09:45] [Server thread/INFO]: Preparing spawn area: 0%
[14:09:45] [Server thread/INFO]: Preparing spawn area: 0%
[14:09:45] [Server thread/INFO]: Preparing spawn area: 0%
[14:09:46] [Server thread/INFO]: Preparing spawn area: 14%
[14:09:46] [Server thread/INFO]: Preparing spawn area: 100%
[14:09:47] [Server thread/INFO]: Loaded 441 spawn chunks for world world
[14:09:47] [Server thread/INFO]: Time elapsed: 2279 ms
[14:09:47] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[14:09:47] [Server thread/INFO]: Preparing spawn area: 0%
[14:09:47] [Server thread/INFO]: Preparing spawn area: 100%
[14:09:48] [Server thread/INFO]: Loaded 441 spawn chunks for world world_nether
[14:09:48] [Server thread/INFO]: Time elapsed: 885 ms
[14:09:48] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
[14:09:48] [Server thread/INFO]: Preparing spawn area: 0%
[14:09:48] [Server thread/INFO]: Loaded 441 spawn chunks for world world_the_end
[14:09:48] [Server thread/INFO]: Time elapsed: 445 ms
[14:09:48] [Server thread/INFO]: [UltimateFishing] Enabling UltimateFishing v1.2.6
[14:09:48] [Server thread/INFO]:  
[14:09:48] [Server thread/INFO]: =============================
[14:09:48] [Server thread/INFO]: UltimateFishing 1.2.6 by Songoda <3!
[14:09:48] [Server thread/INFO]: Action: Enabling...
[14:09:48] [Server thread/INFO]: [UltimateFishing] Loaded locale "en_US"
[14:09:48] [Server thread/INFO]: [SongodaCore] Hooked UltimateFishing.
[14:09:48] [Server thread/INFO]: =============================
[14:09:48] [Server thread/INFO]:  
[14:09:48] [Server thread/INFO]: [ResourceWorld] Enabling ResourceWorld v1.4.0
[14:09:48] [Server thread/INFO]:  
[14:09:48] [Server thread/INFO]:             Resource World v1.4.0
[14:09:48] [Server thread/INFO]:  
[14:09:48] [Server thread/INFO]:                    Author: Nik
[14:09:48] [Server thread/INFO]:  
[14:09:48] [Server thread/INFO]:      Running on git-Paper-243 (MC: 1.14.4)
[14:09:48] [Server thread/INFO]:  
[14:09:48] [Server thread/INFO]: [Resource World]: Generating - Loading a Resource World!
[14:09:48] [Server thread/INFO]: -------- World Settings For [resource_world] --------
[14:09:48] [Server thread/INFO]: Experience Merge Radius: 40.0
[14:09:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:09:48] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:09:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:09:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:09:48] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[14:09:48] [Server thread/INFO]: Max TNT Explosions: 100
[14:09:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:09:48] [Server thread/INFO]: Mob Spawn Range: 8
[14:09:48] [Server thread/INFO]: View Distance: 10
[14:09:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:09:48] [Server thread/INFO]: Item Despawn Rate: 6000
[14:09:48] [Server thread/INFO]: Item Merge Radius: 10.0
[14:09:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:09:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:09:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:09:48] [Server thread/INFO]: Preparing start region for dimension 'resource_world'/minecraft:overworld
[14:09:49] [Server thread/INFO]: Preparing spawn area: 0%
[14:09:49] [Server thread/INFO]: Preparing spawn area: 5%
[14:09:52] [Server-Worker-1/INFO]: Preparing spawn area: 5%
[14:09:52] [Server-Worker-2/INFO]: Preparing spawn area: 5%
[14:09:52] [Server-Worker-2/INFO]: Preparing spawn area: 5%
[14:09:52] [Server-Worker-2/INFO]: Preparing spawn area: 5%
[14:09:52] [Server-Worker-2/INFO]: Preparing spawn area: 5%
[14:09:52] [Server-Worker-2/INFO]: Preparing spawn area: 5%
[14:09:53] [Server-Worker-1/INFO]: Preparing spawn area: 100%
[14:09:53] [Server thread/INFO]: Preparing spawn area: 100%
[14:09:54] [Server thread/INFO]: Preparing spawn area: 100%
[14:09:54] [Server thread/INFO]: Preparing spawn area: 100%
[14:09:55] [Server thread/INFO]: Preparing spawn area: 100%
[14:09:55] [Server thread/INFO]: Loaded 441 spawn chunks for world resource_world
[14:09:55] [Server thread/INFO]: Time elapsed: 6207 ms
[14:09:55] [Server thread/INFO]: [Resource World]: A Resource World has been Generated - Loaded!
[14:09:55] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.5
[14:09:55] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[14:09:55] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.5*
[14:09:55] [Server thread/INFO]: [DeluxeMentions] Enabling DeluxeMentions v2.9.5*
[14:09:56] [Server thread/INFO]: [Deluxe Mentions] Successfully enabled v2.9.5
[14:09:56] [Server thread/INFO]: --------------------------------------------------------------------------------------
[14:09:56] [Server thread/INFO]:          Developed by Ruben_Artz
[14:09:56] [Server thread/INFO]: [Deluxe Mentions] Version: 2.9.5 is loading...
[14:09:56] [Server thread/INFO]: [Deluxe Mentions] Server: git-Paper-243 (MC: 1.14.4)
[14:09:56] [Server thread/INFO]: [Deluxe Mentions] Uploading files...
[14:09:56] [Server thread/INFO]: 
[14:09:56] [Server thread/INFO]: Deluxe Mentions - config.yml
[14:09:56] [Server thread/INFO]: Deluxe Mentions - lang_ch.yml
[14:09:56] [Server thread/INFO]: Deluxe Mentions - lang_en.yml
[14:09:56] [Server thread/INFO]: Deluxe Mentions - lang_es.yml
[14:09:56] [Server thread/INFO]: Deluxe Mentions - lang_fl.yml
[14:09:56] [Server thread/INFO]: Deluxe Mentions - lang_fr.yml
[14:09:56] [Server thread/INFO]: Deluxe Mentions - lang_ko.yml
[14:09:56] [Server thread/INFO]: Deluxe Mentions - lang_th.yml
[14:09:56] [Server thread/INFO]: Deluxe Mentions - lang_tr.yml
[14:09:56] [Server thread/INFO]: 
[14:09:56] [Server thread/INFO]: [Deluxe Mentions] Successfully loaded files
[14:09:56] [Server thread/INFO]: 
[14:09:56] [Server thread/INFO]: [Deluxe Mentions] PlaceholderAPI found correctly.
[14:09:56] [Server thread/INFO]: 
[14:09:56] [Server thread/INFO]: --------------------------------------------------------------------------------------
[14:09:56] [Server thread/INFO]: [EnchantSplitter] Enabling EnchantSplitter v1.1.1
[14:09:56] [Server thread/INFO]: [InfiniteScoreboard] Enabling InfiniteScoreboard v1.3.0
[14:09:56] [Server thread/INFO]: [InfiniteScoreboard] Loaded board: board
[14:09:56] [Server thread/INFO]: =========================================
[14:09:56] [Server thread/INFO]: Infinite Scoreboard 1.3.0
[14:09:56] [Server thread/INFO]: Infinite Scoreboard has been Enabled
[14:09:56] [Server thread/INFO]: =========================================
[14:09:56] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v2.5.1
[14:09:56] [Server thread/INFO]: [RandomTeleport] Plugin Enabled !
[14:09:56] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.2.1
[14:09:56] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
[14:09:56] [Server thread/INFO]: [ID-Library] Enabling ID-Library v[5.0.0.0]
[14:09:56] [Server thread/INFO]: [AdminFun] Enabling AdminFun v2.5.0*
[14:09:57] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.0.8
[14:09:57] [Server thread/INFO]: [UltimateTimber] Enabling UltimateTimber v2.0.6
[14:09:57] [Server thread/INFO]:  
[14:09:57] [Server thread/INFO]: =============================
[14:09:57] [Server thread/INFO]: UltimateTimber 2.0.6 by Songoda <3!
[14:09:57] [Server thread/INFO]: Action: Enabling...
[14:09:57] [Server thread/INFO]: [UltimateTimber] Loaded locale "en_US"
[14:09:57] [Server thread/INFO]: [SongodaCore] Hooked UltimateTimber.
[14:09:57] [Server thread/INFO]: =============================
[14:09:57] [Server thread/INFO]:  
[14:09:57] [Server thread/INFO]: [PotionManager] Enabling PotionManager v3.1.2*
[14:09:57] [Server thread/INFO]: =========================
[14:09:57] [Server thread/INFO]: Potions Manager
[14:09:57] [Server thread/INFO]: Author: H1DD3NxN1NJA
[14:09:57] [Server thread/INFO]: Version 3.1.2
[14:09:57] [Server thread/INFO]: =========================
[14:09:57] [Server thread/INFO]: Plugin is up to date - v3.1.2
[14:09:57] [Server thread/INFO]: [UltimateStacker] Enabling UltimateStacker v1.11.10
[14:09:57] [Server thread/INFO]:  
[14:09:57] [Server thread/INFO]: =============================
[14:09:57] [Server thread/INFO]: UltimateStacker 1.11.10 by Songoda <3!
[14:09:57] [Server thread/INFO]: Action: Enabling...
[14:09:57] [Server thread/INFO]: [UltimateStacker] Loaded locale "en_US"
[14:09:57] [Server thread/INFO]: [SongodaCore] Hooked UltimateStacker.
[14:09:59] [Server thread/INFO]: [UltimateStacker] Data handler connected using SQLite.
[14:09:59] [Server thread/INFO]: =============================
[14:09:59] [Server thread/INFO]:  
[14:09:59] [Server thread/INFO]: [InfiniteAnnouncements] Enabling InfiniteAnnouncements v1.6.1
[14:09:59] [Server thread/INFO]: =========================================
[14:09:59] [Server thread/INFO]: Infinite Announcements 1.6.1
[14:09:59] [Server thread/INFO]: Infinite Announcements has been Enabled
[14:09:59] [Server thread/INFO]: =========================================
[14:09:59] [Server thread/INFO]: [BetterShulkerBoxes] Enabling BetterShulkerBoxes v2.13.0
[14:10:00] [Server thread/INFO]: Better Shulkerboxes enabled - Plugin written by Rektb
[14:10:00] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
[14:10:00] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" 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 [Rigby, fernferret, lithium3141, main--, dumptruckman].
[14:10:00] [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. The performance impact is negligible.
[14:10:00] [Server thread/INFO]: -------- World Settings For [mine] --------
[14:10:00] [Server thread/INFO]: Experience Merge Radius: 40.0
[14:10:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:10:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:10:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:10:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:10:00] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[14:10:00] [Server thread/INFO]: Max TNT Explosions: 100
[14:10:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:10:00] [Server thread/INFO]: Mob Spawn Range: 8
[14:10:00] [Server thread/INFO]: View Distance: 10
[14:10:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:10:00] [Server thread/INFO]: Item Despawn Rate: 6000
[14:10:00] [Server thread/INFO]: Item Merge Radius: 10.0
[14:10:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:10:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:10:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:10:00] [Server thread/INFO]: Preparing start region for dimension 'mine'/minecraft:overworld
[14:10:00] [Server thread/INFO]: Preparing spawn area: 0%
[14:10:00] [Server thread/INFO]: Preparing spawn area: 75%
[14:10:01] [Server thread/INFO]: Preparing spawn area: 100%
[14:10:01] [Server thread/INFO]: Loaded 441 spawn chunks for world mine
[14:10:01] [Server thread/INFO]: Time elapsed: 1040 ms
[14:10:01] [Server thread/INFO]: -------- World Settings For [new-spawn] --------
[14:10:01] [Server thread/INFO]: Experience Merge Radius: 40.0
[14:10:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:10:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:10:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:10:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:10:01] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[14:10:01] [Server thread/INFO]: Max TNT Explosions: 100
[14:10:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:10:01] [Server thread/INFO]: Mob Spawn Range: 8
[14:10:01] [Server thread/INFO]: View Distance: 10
[14:10:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:10:01] [Server thread/INFO]: Item Despawn Rate: 6000
[14:10:01] [Server thread/INFO]: Item Merge Radius: 10.0
[14:10:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:10:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:10:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:10:01] [Server thread/INFO]: Preparing start region for dimension 'new-spawn'/minecraft:overworld
[14:10:01] [Server thread/INFO]: Preparing spawn area: 0%
[14:10:02] [Server thread/INFO]: Preparing spawn area: 100%
[14:10:02] [Server thread/INFO]: Loaded 441 spawn chunks for world new-spawn
[14:10:02] [Server thread/INFO]: Time elapsed: 959 ms
[14:10:02] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[14:10:02] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[14:10:02] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[14:10:02] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[14:10:02] [Server thread/INFO]: [TrMenu] Enabling TrMenu v1.21
[14:10:02] [Server thread/INFO]: 
[14:10:02] [Server thread/INFO]:   ____________________   _____  __________________   ____ ___
[14:10:02] [Server thread/INFO]: \__    ___\______   \ /     \ \_   _____/\      \ |    |   \
[14:10:02] [Server thread/INFO]:   |    |   |       _//  \ /  \ |    __)_ /   |   \|    |   /
[14:10:02] [Server thread/INFO]:   |    |   |    |   /    Y    \|        /    |    |    |  /
[14:10:02] [Server thread/INFO]:   |____|   |____|_  \____|__  /_______  \____|__  |______/
[14:10:02] [Server thread/INFO]:                   \/        \/        \/        \/
[14:10:02] [Server thread/INFO]: 
[14:10:02] [Server thread/INFO]: TrMenu loading...
[14:10:02] [Server thread/INFO]: 
[14:10:02] [Server thread/INFO]: [AdminEssentials] Enabling AdminEssentials v2.1*
[14:10:02] [Server thread/WARN]: [AdminEssentials] Could not save config.yml to plugins/AdminEssentials/config.yml because config.yml already exists.
[14:10:02] [Server thread/INFO]: [UberEnchant] Enabling UberEnchant v8.6
[14:10:02] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.15.2
[14:10:02] [Server thread/INFO]: [PlayerStats] Enabling PlayerStats v1.0*
[14:10:02] [Server thread/INFO]: [LangUtils] Enabling LangUtils v1.9*
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped af_za
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ar_sa
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ast_es
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped az_az
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped be_by
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped bg_bg
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped br_fr
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ca_es
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped cs_cz
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped cy_gb
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped da_dk
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped de_at
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped de_de
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped el_gr
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped en_au
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped en_ca
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped en_gb
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped en_nz
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped en_pt
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped en_ud
[14:10:02] [Server thread/INFO]: [LangUtils] en_us has been loaded.
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped eo_uy
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped es_ar
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped es_es
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped es_mx
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped es_uy
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped es_ve
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped et_ee
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped eu_es
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped fa_ir
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped fil_ph
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped fi_fi
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped fo_fo
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped fr_ca
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped fr_fr
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped fy_nl
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ga_ie
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped gd_gb
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped gl_es
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped gv_im
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped haw_us
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped he_il
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped hi_in
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped hr_hr
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped hu_hu
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped hy_am
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped id_id
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped io_ido
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped is_is
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped it_it
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ja_jp
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped jbo_en
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ka_ge
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ko_kr
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ksh_de
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped kw_gb
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped la_la
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped lb_lu
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped li_li
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped lol_us
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped lt_lt
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped lv_lv
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped mi_nz
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped mk_mk
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped mn_mn
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ms_my
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped mt_mt
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped nds_de
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped nl_nl
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped nn_no
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped no_no
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped oc_fr
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped pl_pl
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped pt_br
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped pt_pt
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped qya_aa
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ro_ro
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped ru_ru
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped se_no
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped sk_sk
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped sl_si
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped so_so
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped sq_al
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped sr_sp
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped sv_se
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped swg_de
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped th_th
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped tlh_aa
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped tr_tr
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped tzl_tzl
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped uk_ua
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped val_es
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped vi_vn
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped zh_cn
[14:10:02] [Server thread/INFO]: [LangUtils] Skipped zh_tw
[14:10:02] [Server thread/INFO]: [LangUtils] Language Utils has been enabled.(11ms)
[14:10:02] [Server thread/INFO]: [FrozenJoin] Enabling FrozenJoin v[1.0.0]*
[14:10:02] [Server thread/INFO]: [UltimateCatcher] Enabling UltimateCatcher v1.3.3
[14:10:02] [Server thread/INFO]:  
[14:10:02] [Server thread/INFO]: =============================
[14:10:02] [Server thread/INFO]: UltimateCatcher 1.3.3 by Songoda <3!
[14:10:02] [Server thread/INFO]: Action: Enabling...
[14:10:02] [Server thread/INFO]: [UltimateCatcher] Loaded locale "en_US"
[14:10:03] [Server thread/INFO]: [SongodaCore] Hooked UltimateCatcher.
[14:10:03] [Server thread/INFO]: =============================
[14:10:03] [Server thread/INFO]:  
[14:10:03] [Server thread/INFO]: [SimpleCrops] Enabling SimpleCrops v1.0.11 Beta
[14:10:03] [Server thread/INFO]: =================================
[14:10:03] [Server thread/INFO]: Made by Virtus Develops
[14:10:03] [Server thread/INFO]: SimpleCrops: 1.0.11 Beta
[14:10:03] [Server thread/INFO]: Running on: git-Paper-243 (MC: 1.14.4)
[14:10:03] [Server thread/INFO]: Action: Enabling plugin...
[14:10:03] [Server thread/WARN]: [com.zaxxer.hikari.HikariConfig] Crops - idleTimeout is close to or more than maxLifetime, disabling it.
[14:10:03] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] Crops - Starting...
[14:10:03] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] Crops - Start completed.
[14:10:03] [Server thread/INFO]: =================================
[14:10:03] [Server thread/INFO]: 
[14:10:03] [Server thread/INFO]: [GUIShop] Enabling GUIShop v7.3.2
[14:10:03] [Thread-47/INFO]: [GUIShop] Warming Items...
[14:10:03] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v3.0.0-SNAPSHOT*
[14:10:03] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.6.3
[14:10:03] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
[14:10:03] [Server thread/INFO]: | Vault  : Ok. Hooked on Vault 1.7.2-b107
[14:10:03] [Server thread/INFO]: | Command file(s) found : 1
[14:10:03] [Server thread/INFO]: | Config : Ready.
[14:10:03] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
[14:10:03] [Server thread/INFO]: | Custom commands loaded : 43
[14:10:03] [Server thread/INFO]: | Version: 5.6.3
[14:10:03] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
[14:10:03] [Thread-47/INFO]: [GUIShop] Item warming completed in: 535ms
[14:10:04] [Server thread/INFO]: | You are running the latest version of MyCommand.
[14:10:04] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[14:10:04] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-9-250*
[14:10:04] [Server thread/INFO]: [dynmap] Using LuckPerms 5.0.39 for access control
[14:10:04] [Server thread/INFO]: [dynmap] Mod Support processing completed
[14:10:05] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
[14:10:05] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[14:10:05] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[14:10:05] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
[14:10:05] [Server thread/INFO]: [dynmap] version 3.0-beta-9-250 is enabled - core version 3.0-beta-9-250
[14:10:05] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
[14:10:05] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[14:10:05] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[14:10:05] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[14:10:05] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
[14:10:05] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'resource_world'.
[14:10:05] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'mine'.
[14:10:05] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'new-spawn'.
[14:10:05] [Server thread/INFO]: [dynmap] Enabled
[14:10:05] [Server thread/INFO]: [UltimateRepairing] Enabling UltimateRepairing v1.3.4
[14:10:05] [Server thread/INFO]:  
[14:10:05] [Server thread/INFO]: =============================
[14:10:05] [Server thread/INFO]: UltimateRepairing 1.3.4 by Songoda <3!
[14:10:05] [Server thread/INFO]: Action: Enabling...
[14:10:05] [Server thread/INFO]: [UltimateRepairing] Loaded locale "en_US"
[14:10:06] [Server thread/INFO]: [SongodaCore] Hooked UltimateRepairing.
[14:10:06] [Server thread/INFO]: =============================
[14:10:06] [Server thread/INFO]:  
[14:10:06] [Server thread/INFO]: [CustomCobbleGen] Enabling CustomCobbleGen v1.4.0
[14:10:06] [Server thread/INFO]: [CustomCobbleGen]: Log - IF YOU ENCOUNTER ANY BUGS OR ERRORS PLEASE REPORT THEM ON SPIGOT!
[14:10:06] [Server thread/INFO]: [CustomCobbleGen]: Log - Special thanks to lelesape (Idea), AddstarMC (Contribution on GitHub) and Fang_Zhijian (Chinese translation)
[14:10:06] [Server thread/INFO]: [CustomCobbleGen]: Log - CustomCobbleGen is now enabled ✓
[14:10:06] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.44
[14:10:06] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[14:10:06] [Server thread/INFO]: [Essentials] No kits found to migrate.
[14:10:06] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[14:10:06] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[14:10:06] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[14:10:06] [Server thread/INFO]: [Essentials] Loaded 19480 items from items.json.
[14:10:06] [Server thread/INFO]: [Essentials] Using locale en
[14:10:06] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[14:10:06] [Server thread/INFO]: [Essentials] Metrics disabled per bStats config.
[14:10:06] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[14:10:06] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[14:10:06] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v1.15.0
[14:10:06] [Server thread/INFO]: [VeinMiner] Registering events
[14:10:06] [Server thread/INFO]: [VeinMiner] Registering commands
[14:10:06] [Server thread/INFO]: [VeinMiner] Vault found. Attempting to enable economy support...
[14:10:06] [Server thread/INFO]: [VeinMiner] Economy found! Hooked successfully.
[14:10:06] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
[14:10:06] [Server thread/INFO]: [VeinMiner] Performing an update check!
[14:10:06] [Server thread/INFO]: [UltimateModeration] Enabling UltimateModeration v1.2.5
[14:10:06] [Server thread/INFO]:  
[14:10:06] [Server thread/INFO]: =============================
[14:10:06] [Server thread/INFO]: UltimateModeration 1.2.5 by Songoda <3!
[14:10:06] [Server thread/INFO]: Action: Enabling...
[14:10:06] [Server thread/INFO]: [UltimateModeration] Loaded locale "en_US"
[14:10:06] [Server thread/INFO]: [SongodaCore] Hooked UltimateModeration.
[14:10:07] [Server thread/INFO]: =============================
[14:10:07] [Server thread/INFO]:  
[14:10:07] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
[14:10:07] [ForkJoinPool.commonPool-worker-1/INFO]: [VeinMiner] Your version of VeinMiner (1.15.0) is up to date!
[14:10:07] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[14:10:07] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[14:10:07] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 10000 at X: -6.0 Z: -33.0
[14:10:07] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 10000 at X: 0.0 Z: 0.0
[14:10:07] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 10000 at X: 0.0 Z: 0.0
[14:10:07] [Server thread/INFO]: [WorldBorder] [CONFIG] World "new-spawn" has border radius 1000 at X: 144.0 Z: 128.0
[14:10:07] [Server thread/INFO]: [WorldBorder] [CONFIG] World "lrm-test" has border radius 1000 at X: -80.0 Z: 32.0
[14:10:07] [Server thread/INFO]: [WorldBorder] [CONFIG] World "mine" has border radius 100 at X: 16.0 Z: 60.0
[14:10:07] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
[14:10:07] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 4.0 Y: 64.0 Z: -7.0
[14:10:07] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.8.1
[14:10:07] [Server thread/INFO]: [Shopkeepers] Config already loaded.
[14:10:07] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.18.4
[14:10:07] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.44
[14:10:07] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.4
[14:10:07] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
[14:10:07] [Server thread/INFO]: [SuperVanish] Hooked into dynmap
[14:10:07] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[14:10:07] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.12.0-d4d7ac4
[14:10:07] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[14:10:07] [Server thread/INFO]: [GriefPrevention] Failed to load a claim (ID:25) because its world isn't loaded (yet?).  Please delete the claim or contact the GriefPrevention developer with information about which plugin(s) you're using to load or create worlds.  lrm-test;-250;0;-250
[14:10:07] [Server thread/INFO]: [GriefPrevention] 12 total claims loaded.
[14:10:09] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[14:10:09] [Server thread/INFO]: [GriefPrevention] Finished loading data (Database Mode).
[14:10:09] [Server thread/INFO]: [GriefPrevention] Boot finished.
[14:10:09] [Server thread/INFO]: [UltimateKits] Enabling UltimateKits v2.6
[14:10:09] [Server thread/INFO]:  
[14:10:09] [Server thread/INFO]: =============================
[14:10:09] [Server thread/INFO]: UltimateKits 2.6 by Songoda <3!
[14:10:09] [Server thread/INFO]: Action: Enabling...
[14:10:09] [Server thread/INFO]: [UltimateKits] Loaded locale "en_US"
[14:10:09] [Server thread/INFO]: [SongodaCore] Hooked UltimateKits.
[14:10:09] [Server thread/INFO]: [UltimateKits] Data handler connected using SQLite.
[14:10:10] [Server thread/INFO]: =============================
[14:10:10] [Server thread/INFO]:  
[14:10:10] [Server thread/INFO]: [BanManager] Enabling BanManager v7.0.4*
[14:10:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (2502506a1ae526df46c101156389ed9eebc196e5)
[14:10:10] [Server thread/ERROR]: Error occurred while enabling BanManager v7.0.4 (Is it up to date?)
java.lang.NullPointerException: null
    at me.confuser.banmanager.bukkit.BMBukkitPlugin.setupConfigs(BMBukkitPlugin.java:99) ~[?:?]
    at me.confuser.banmanager.bukkit.BMBukkitPlugin.onEnable(BMBukkitPlugin.java:45) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-243]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[14:10:10] [Server thread/INFO]: [BanManager] Disabling BanManager v7.0.4
[14:10:10] [Server thread/ERROR]: Error occurred while disabling BanManager v7.0.4 (Is it up to date?)
java.lang.NullPointerException: null
    at me.confuser.banmanager.bukkit.BMBukkitPlugin.onDisable(BMBukkitPlugin.java:74) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:373) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:453) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-243]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[14:10:10] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.17.1.44
[14:10:10] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[14:10:10] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.17.1.44
[14:10:10] [Server thread/INFO]: [EssentialsGeoIP] Downloading GeoIP database... this might take a while (country: 1.7 MB, city: 30MB)
[14:10:10] [Server thread/ERROR]: [EssentialsGeoIP] Failed to open connection.
java.net.UnknownHostException: geolite.maxmind.com
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_242]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_242]
    at java.net.Socket.connect(Socket.java:607) ~[?:1.8.0_242]
    at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) ~[?:1.8.0_242]
    at sun.net.NetworkClient.doConnect(NetworkClient.java:175) ~[?:1.8.0_242]
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_242]
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_242]
    at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_242]
    at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_242]
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_242]
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162) ~[?:1.8.0_242]
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[?:1.8.0_242]
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_242]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:167) ~[?:1.8.0_242]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.downloadDatabase(EssentialsGeoIPPlayerListener.java:182) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:149) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:43) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:28) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-243]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-243]
    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-243]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[14:10:11] [Server thread/WARN]: [com.fasterxml.jackson.databind.ext.Java7Support] Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added
[14:10:11] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[14:10:11] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.17.1.44
[14:10:11] [Server thread/INFO]: [DiscordSRV-Staff-Chat] Enabling DiscordSRV-Staff-Chat v1.3.0*
[14:10:11] [Server thread/INFO]: [DiscordSRV] API listener com.rezzedup.discordsrv.staffchat.listeners.DiscordStaffChatListener subscribed (1 methods)
[14:10:11] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.44
[14:10:11] [Server thread/INFO]: [ChatManager] Enabling ChatManager v3.6.4
[14:10:11] [Server thread/INFO]: [ChatManager] Hooked into: PlaceholderAPI v2.10.5
[14:10:11] [Server thread/INFO]: [ChatManager] Hooked into: Essentials v2.17.1.44
[14:10:11] [Server thread/INFO]: [ChatManager] Hooked into: Vault v1.7.2-b107
[14:10:11] [Server thread/INFO]: [ChatManager] Hooked into: SuperVanish v6.1.4
[14:10:11] [Server thread/INFO]: [ChatManager] Plugin is up to date - v3.6.4
[14:10:11] [Server thread/INFO]: [ChatManager] Metrics disabled in the bStats config.
[14:10:11] [Server thread/INFO]: =========================
[14:10:11] [Server thread/INFO]: Chat Manager
[14:10:11] [Server thread/INFO]: Version 3.6.4
[14:10:11] [Server thread/INFO]: Author: H1DD3NxN1NJA
[14:10:11] [Server thread/INFO]: =========================
[14:10:11] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v2.8.12*
[14:10:11] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
[14:10:11] [Server thread/INFO]: [Harbor] Enabling Harbor v1.6.1
[14:10:12] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[14:10:12] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Boss-Network(110153826761203712)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:lrm-to-do-list(526259039835783170)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bastion-logs(584007752897003523)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bastion-mod-logs(584007881913794593)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bastion-starred-msgs-logs(584008403685474304)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bastion-reports(600340382621892609)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-member-log(602123886020263956)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-message-log(602123929326452748)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-channel-log(602124017767284767)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-role-log(602124058162888715)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-nick-log(602124086260269086)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-modcmd-log(602124133081546772)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-member-voice-log(602124183740219393)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-invite-log(602124217827459072)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-automod-log(602124278527295489)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dyno-mod-log(602124310806790154)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-dev(602196122810843204)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-transcript(602197241117016084)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:invitemanager-joins(602294342878625821)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:invitemanager-leaves(602294392123817994)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:invitemanager-log(602295847530659840)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:tt-logs(605572209896849439)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:tt-transcript(605572239596716038)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:yagdb-mod-log(631108958458740746)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:yagpdb-modlog(631110495730008064)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:yagpdb-verification-logs(631111864247517194)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:alt-identifier-logs(631295047572127744)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:hub-console(659150326129229835)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:hermit-boss-console(659169705122070528)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:hub-game-chat(659149782882844688)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:survival-game-chat(659169749753659403)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-announcements(602148902711459841)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bn-updates(694331358490787870)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-chat(670799936480083988)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-game-chat(659149917779918889)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:trr-staff(658329936922411030)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome(572797959582908446)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(523887298589360176)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(602143273502375958)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-annoucements(572798331680718863)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:give-a-ways(553730424984174592)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:polls(603742091293753345)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-application-status(630937831606321169)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:roles(630942091719213057)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ideas-and-suggestions(523887503074263047)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:help-and-support(529040743097171970)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:content-creators(656322916543365134)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(545382849801617413)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-commands(559351471422963712)
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel 659169705122070528
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] JDBC tables passed validation, using JDBC account backend
[14:10:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
[14:10:14] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[14:10:14] [Server thread/INFO]: Done (37.942s)! For help, type "help"
[14:10:14] [Server thread/INFO]: Timings Reset
[14:10:14] [Craft Scheduler Thread - 11/INFO]: BSB is checking for updates...
[14:10:14] [Craft Scheduler Thread - 12/INFO]: [PlaceholderAPI] Fetching available expansion information...
[14:10:14] [Craft Scheduler Thread - 12/INFO]: [PlaceholderAPI] Fetching available expansion information...
[14:10:14] [Craft Scheduler Thread - 11/INFO]: [BetterShulkerBoxes] Better Shulker Boxes is up to date!
[14:10:14] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] Fetching available expansion information...
[14:10:14] [Craft Scheduler Thread - 5/INFO]: [Resource World]: You're running the Latest Version <3
[14:10:14] [Server thread/INFO]: [TrMenu] INFO | Loaded. TrMenu v1.21 has been enabled.
[14:10:14] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.14.4(498)
[14:10:14] [Server thread/INFO]: [TrMenu] INFO | Loaded 4 menus... [126 Ms]
[14:10:14] [Server thread/WARN]: [ViaVersion] You are running a development version, please report any bugs to GitHub.
[14:10:14] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates ... 
[14:10:15] [Craft Scheduler Thread - 5/INFO]: [Vault] No new version available
[14:10:16] [Craft Scheduler Thread - 8/INFO]: [PlaceholderAPI] 171 placeholder expansions are available on the cloud.
[14:10:17] [Craft Scheduler Thread - 11/INFO]: [PlaceholderAPI] 171 placeholder expansions are available on the cloud.
[14:10:17] [Craft Scheduler Thread - 17/INFO]: [PlaceholderAPI] 171 placeholder expansions are available on the cloud.
[14:10:17] [Craft Scheduler Thread - 13/INFO]: [PlaceholderAPI] 171 placeholder expansions are available on the cloud.
[14:10:20] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5097ms or 101 ticks behind
[14:10:24] [Server thread/INFO]: [MyCmd] Spawning NPCs...
[14:15:02] [Server thread/INFO]: Unknown command. Type "/help" for help.
[14:15:08] [Server thread/INFO]: This server is running Paper version git-Paper-243 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
[14:15:08] [Server thread/INFO]: Checking version, please wait...
[14:15:09] [Thread-98/INFO]: Previous version: git-Paper-237 (MC: 1.14.4)
[14:15:09] [Thread-98/INFO]: You are running the latest version

How to replicate:

start the server

Further information:

I am planning to update to 1.15.2 in the near future if that would make a difference also, I did recently update MariaDB for pterodactyl and it also runs off of that database instance

confuser commented 4 years ago

Sorry for the delay in responding, it appears I missed this issue being opened. Can you try the latest version (v7.1.0) and see if that resolves the issue?