eccentricdevotion / TARDIS

A Spigot / Paper plugin for all Doctor Who fans - create and use a TARDIS! It's bigger on the inside!
GNU General Public License v3.0
81 stars 28 forks source link

The plugin says ‘You cannot grow rooms unless your TARDIS was created in its own world’ #599

Closed adamwbb closed 2 years ago

adamwbb commented 2 years ago

Describe the bug

The plugin says ‘You cannot grow rooms unless your TARDIS was created in its own world’ despite tardis already in the TARDIS_TimeVortex world when trying to use the ARS.

To Reproduce

  1. create tardis.
  2. enter tardis.
  3. try to use ARS.

Screenshots

proof the tardis is in time vortex world http://prntscr.com/26vva4l

Log files

no logs in console

here are the worlds: mv list [18:12:41 INFO]: ====[ Multiverse World List ]==== [18:12:41 INFO]: world - NORMAL [18:12:41 INFO]: world_the_end - THE_END [18:12:41 INFO]: Adventure - NORMAL [18:12:41 INFO]: Creative - NORMAL [18:12:41 INFO]: world_nether - NETHER [18:12:41 INFO]: Spawn - NORMAL [18:12:41 INFO]: prison - NETHER [18:12:41 INFO]: TARDIS_TimeVortex - NORMAL

'/tardis version' output

tardis version [18:10:39 INFO]: [TARDIS] Server version: git-Paper-145 (MC: 1.18.1) [18:10:39 INFO]: [TARDIS] TARDIS version: 4.8.2-b2401 [18:10:39 INFO]: [TARDIS] TARDISChunkGenerator version: 4.8.2 [18:10:39 INFO]: [TARDIS] floodgate version: 2.1.0-SNAPSHOT [18:10:39 INFO]: [TARDIS] dynmap version: 3.3-beta-3-591 [18:10:39 INFO]: [TARDIS] Essentials version: 2.19.3-dev+1-05ce11f [18:10:39 INFO]: [TARDIS] WorldGuard version: 7.0.6+1cff55f [18:10:39 INFO]: [TARDIS] Multiverse-Core version: 4.3.2-SNAPSHOT-b867 [18:10:39 INFO]: [TARDIS] Factions version: 1.6.9.5-U0.6.5-b274 [18:10:39 INFO]: [TARDIS] Multiverse-Inventories version: 4.2.3-SNAPSHOT-b519 [18:10:39 INFO]: [TARDIS] Checking for new TARDIS builds... [18:10:40 INFO]: [TARDIS] You are running the latest version!

eccentricdevotion commented 2 years ago

Make sure Multiverse is NOT managing the TARDIS_TimeVortex world - the TARDIS plugin will load the world for you.

eccentricdevotion commented 2 years ago

Attach the TARDIS config.yml

adamwbb commented 2 years ago

by switching to create own worlds and disableing default world it seems to have fixed the issues for some players but not others. here is a copy of the config:

config.yml ``` [mc@webbservermc TARDIS]$ cat config.yml # config file debug: true storage: database: mysql mysql: host: {Redacted} port: {Redacted} database: tardis user: {Redacted} password: {Redacted} prefix: time_ useSSL: true creation: create_worlds: true create_worlds_with_perms: false default_world: false default_world_name: TARDIS_TimeVortex tips_limit: 400 border_radius: 256 keep_night: true inventory_group: 0 add_perms: true enable_legacy: true custom_schematic: false custom_schematic_seed: OBSIDIAN use_clay: WOOL count: 0 area: none police_box: default_preset: ADAPTIVE name_tardis: true materialise: true confirm_timeout: 15 sign_colour: WHITE rebuild_cooldown: 10000 travel: include_default_world: false tp_radius: 500 max_distance: 29999983 give_key: true the_end: true allow_end_after_visit: true nether: true allow_nether_after_visit: true terminal: redefine: false nether: world the_end: world land_on_water: true timeout: 5 timeout_height: 135 random_attempts: 30 exile: false per_world_perms: false terminal_step: 1 manual_flight_delay: 60 grace_period: 10 random_circuit: x: 5000 z: 5000 no_destination_malfunctions: false preferences: notify_update: true language: en key: GOLD_NUGGET walk_in_tardis: true open_door_policy: false use_worldguard: true respect_worldguard: build respect_towny: nation respect_worldborder: true respect_factions: true respect_grief_prevention: true respect_red_protect: true sfx_volume: 10 difficulty: easy strike_lightning: true freeze_cooldown: 60 hads_damage: 10 hads_distance: 10 malfunction: 3 malfunction_end: 3 malfunction_nether: 3 use_default_condensables: true heal_speed: 200 default_key: eleventh default_sonic: eleventh nerf_pistons: enabled: false only_tardis_worlds: true render_entities: true spawn_random_monsters: true spawn_limit: 10 no_coords: false no_creative_condense: false no_enchanted_condense: true vortex_fall: kill chat_width: 55 dynmap: enabled: true update_period: 30 updates_per_tick: 10 desktop: check_blocks_before_upgrade: false block_change_percent: 25 circuits: damage: false malfunction_damage: 50 uses: ars: 20 chameleon: 25 input: 50 invisibility: 5 materialisation: 50 memory: 20 randomiser: 50 scanner: 20 temporal: 20 allow: mob_farming: true spawn_eggs: false emergency_npc: true achievements: true autonomous: true guardians: true hads: true invisibility: true tp_switch: true all_blocks: true sfx: true wg_flag_set: true zero_room: true external_gravity: false power_down: true power_down_on_quit: true player_difficulty: true 3d_doors: true village_travel: true perception_filter: false repair: true chemistry: true weather_set: false force_field: 8 admin_bypass: true growth: gravity_max_distance: 15 gravity_max_velocity: 5 return_room_seed: true rooms_require_blocks: false rooms_condenser_percent: 100 room_speed: 4 ars_limit: 1 delay_factor: 1 arch: enabled: true min_time: 20 switch_inventory: false clear_inv_on_death: false siege: enabled: true breeding: 0 growth: 0 butcher: false creeper: false healing: false texture: false junk: enabled: false return: -1 particles: true abandon: enabled: false reduce_count: true archive: enabled: true limit: 3 blueprints: enabled: false rechargers: {} display: all: '&6X&7%X% &6Y&7%Y% &6Z&7%Z% &6F&7%FACING% (%FACING_XZ%) %TARGET_BLOCK%' conversions: archive_wall_data: true ars_materials: true condenser_materials: true player_prefs_materials: true block_materials: true block_wall_signs: true custom_preset: true constructs: true controls: true bind: true icons: true datapacks: true datapacks_1_18: true restore_biomes: true ```
eccentricdevotion commented 2 years ago

Probably not a good idea to switch modes with some TARDISes already created in the TARDIS_TimeVortex world... How did the TARDIS_TimeVortex world get created in the first instance? Did you ever add TARDIS_TimeVortex to Multiverse? Post server startup log...

adamwbb commented 2 years ago

i deleted the tardis database and tardis timevortex world before switching to own worlds. i never added the timevortex world to multiverse. another thing i notice is when someone tries to make a tardis it is making multiple copioes of it like multiple tardis are appearing in tardisadmin list and are appearing in front of player. switching back to defualtworld i get the same error as before for all tardises created. here is the startup log:

Startup Log ``` Starting org.bukkit.craftbukkit.Main *** Warning, you've not updated in a while! *** *** Please download a new build as per instructions from https://papermc.io/downloads *** System Info: Java 17 (OpenJDK 64-Bit Server VM 17.0.2+8) Host: Linux 5.16.8-200.fc35.x86_64 (amd64) Loading libraries, please wait... [16:15:55 INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [16:15:55 INFO]: Reloading ResourceManager: Default, bukkit, tardis, immersive-soundscapes-datapack-v2.4.zip [16:15:56 INFO]: Loaded 7 recipes [16:15:57 INFO]: Starting minecraft server version 1.18.1 [16:15:57 INFO]: Loading properties [16:15:57 INFO]: This server is running Paper version git-Paper-145 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 3ea224d) [16:15:57 INFO]: Server Ping Player Sample Count: 12 [16:15:57 INFO]: Using 4 threads for Netty based IO [16:15:57 INFO]: Default game type: SURVIVAL [16:15:57 INFO]: Generating keypair [16:15:57 INFO]: Starting Minecraft server on *:25565 [16:15:57 INFO]: Using epoll channel type [16:15:57 INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity. [16:15:57 INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity. [16:15:59 INFO]: [LuckPerms] Loading LuckPerms v5.4.0 [16:15:59 INFO]: [VoidGen] Loading VoidGen v2.2.1 [16:15:59 INFO]: [CreeperHeal2] Loading CreeperHeal2 v1.4.0 [16:15:59 INFO]: [HiberniaDiscord] Loading HiberniaDiscord v3.0.1 [16:15:59 INFO]: [BuycraftX] Loading BuycraftX v12.0.6 [16:15:59 INFO]: [TARDISChunkGenerator] Loading TARDISChunkGenerator v4.8.2 [16:15:59 INFO]: [Vault] Loading Vault v1.7.3-b131 [16:15:59 INFO]: [floodgate] Loading floodgate v2.1.0-SNAPSHOT [16:15:59 INFO]: [floodgate] Took 427ms to boot Floodgate [16:15:59 INFO]: [dynmap] Loading dynmap v3.3-beta-3-591 [16:15:59 INFO]: [dynmap] version=git-Paper-145 (MC: 1.18.1) [16:15:59 INFO]: [dynmap] Mod Support API available [16:15:59 INFO]: [Chunky] Loading Chunky v1.2.164 [16:15:59 INFO]: [Essentials] Loading Essentials v2.19.3-dev+27-bc2da98 [16:15:59 INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v2.0.2-SNAPSHOT-94;cf0a21d [16:16:01 INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@705eabf6] [16:16:01 INFO]: [EssentialsChat] Loading EssentialsChat v2.19.3-dev+27-bc2da98 [16:16:01 INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.0.1-SNAPSHOT [16:16:01 INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.3-dev+27-bc2da98 [16:16:01 INFO]: [CoreProtect] Loading CoreProtect v20.4 [16:16:01 INFO]: [PlotSquared] Loading PlotSquared v6.2.1-Premium [16:16:01 INFO]: [WorldGuard] Loading WorldGuard v7.0.7-SNAPSHOT+2175-dca0515 [16:16:01 INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.2-SNAPSHOT-b867 [16:16:01 INFO]: [Factions] Loading Factions v1.6.9.5-U0.6.7-b278 [16:16:01 INFO]: [Factions] Registered flag 'fuuid-claim' with WorldGuard. [16:16:01 INFO]: [Factions] Registered flag 'fuuid-pvp' with WorldGuard. [16:16:01 INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v4.2.3-SNAPSHOT-b519 [16:16:01 INFO]: [mcMMO] Loading mcMMO v2.1.209 [16:16:01 INFO]: [mcMMO] Registered WG flags successfully! [16:16:01 INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.2-SNAPSHOT-b850 [16:16:01 INFO]: [CMILib] Loading CMILib v1.1.1.0 [16:16:01 INFO]: [Jobs] Loading Jobs v5.0.1.4 [16:16:01 INFO]: [BountyHunters] Loading BountyHunters v2.4.1 [16:16:01 INFO]: [BountyHunters] Hooked onto WorldGuard [16:16:01 INFO]: [TARDIS] Loading TARDIS v4.8.2-b2402 [16:16:01 INFO]: Server permissions file permissions.yml is empty, ignoring it [16:16:01 INFO]: [LuckPerms] Enabling LuckPerms v5.4.0 [16:16:01 INFO]: __ [16:16:01 INFO]: | |__) LuckPerms v5.4.0 [16:16:01 INFO]: |___ | Running on Bukkit - Paper [16:16:01 INFO]: [16:16:01 INFO]: [LuckPerms] Loading configuration... [16:16:02 INFO]: [LuckPerms] Loading storage provider... [YAML] [16:16:02 INFO]: [LuckPerms] Loading internal permission managers... [16:16:02 INFO]: [LuckPerms] Performing initial data load... [16:16:03 INFO]: [LuckPerms] Successfully enabled. (took 2042ms) [16:16:03 INFO]: [VoidGen] Enabling VoidGen v2.2.1 [16:16:03 INFO]: [VoidGen] Using VoidChunkGen: VERSION_1_17_1 [16:16:03 INFO]: [TARDISChunkGenerator] Enabling TARDISChunkGenerator v4.8.2 [16:16:03 INFO]: [TARDISChunkGenerator] Starting filtered logging for TARDIS plugins... [16:16:03 INFO]: [TARDISChunkGenerator] Log file located at 'plugins/TARDIS/filtered.log' [16:16:03 INFO]: [Vault] Enabling Vault v1.7.3-b131 [16:16:03 WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.3-dev+27-bc2da98 which is not a depend, softdepend or loadbefore of this plugin. [16:16:03 INFO]: [Vault] [Economy] Essentials Economy found: Waiting [16:16:03 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [16:16:03 INFO]: [Vault] Enabled Version 1.7.3-b131 [16:16:03 INFO]: [LuckPerms] Registered Vault permission & chat hook. [16:16:03 INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.0.2-SNAPSHOT-94;cf0a21d [16:16:03 INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully [16:16:03 INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully [16:16:03 INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [16:16:03 INFO]: WEPIF: Using the Bukkit Permissions API. [16:16:03 INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_18_R1.PaperweightFaweAdapter as the Bukkit adapter [16:16:05 INFO]: [PlotSquared] Enabling PlotSquared v6.2.1-Premium [16:16:05 INFO]: [PlotSquared/PlotSquared] Loaded caption map for namespace 'plotsquared': com.plotsquared.core.configuration.caption.LocalizedCaptionMap [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: plot-expiry | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: worlds | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: per-user-locale | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: worldedit-restrictions | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: external-placeholders | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: kill-owned-road-mobs | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: database | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: component-presets | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: chunk-processor | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: extended-username-completion | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: events | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: commands | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: kill-road-mobs | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: kill-road-items | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: database-purger | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: economy | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: persistent-road-regen | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: kill-road-vehicles | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: default-locale | Value: en [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: use-mvdwapi | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: persistent-meta | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: tab-completed-aliases | Value: [plot, plots, p, plotsquared, plot2, p2, ps, 2, plotme, plotz, ap] [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: ban-deleter | Value: false [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: update-notifications | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: rating-cache | Value: true [16:16:05 INFO]: [PlotSquared/PlotSquared] Key: comment-notifier | Value: true [16:16:05 WARN]: [FastAsyncWorldEdit] Loaded class com.plotsquared.core.queue.QueueCoordinator from PlotSquared v6.2.1-Premium which is not a depend, softdepend or loadbefore of this plugin. [16:16:06 INFO]: [PlotSquared/BukkitPlatform] PlotSquared version licensed to Spigot user 24273 [16:16:06 INFO]: [PlotSquared/BukkitPlatform] https://www.spigotmc.org/resources/77506 [16:16:06 INFO]: [PlotSquared/BukkitPlatform] Download ID: -297452790 [16:16:06 INFO]: [PlotSquared/BukkitPlatform] Thanks for supporting us :) [16:16:06 INFO]: [PlotSquared/PlotSquared] Connection to database established. Type: SQLite [16:16:06 INFO]: [PlotSquared/BukkitPlatform] PlotSquared hooked into WorldEdit [16:16:06 INFO]: [PlotSquared/BukkitPlatform] (UUID) Using LuckPerms as a complementary UUID service [16:16:06 INFO]: [PlotSquared/BukkitPlatform] (UUID) Using EssentialsX as a complementary UUID service [16:16:06 INFO]: [PlotSquared/BukkitPlatform] (UUID) Using Paper as a complementary UUID service [16:16:06 INFO]: [PlotSquared/BukkitPlatform] (UUID) 1 UUIDs will be cached [16:16:06 INFO]: Preparing level "world" [16:16:07 INFO]: -------- World Settings For [world] -------- [16:16:07 INFO]: Experience Merge Radius: 3.0 [16:16:07 INFO]: Cactus Growth Modifier: 100% [16:16:07 INFO]: Cane Growth Modifier: 100% [16:16:07 INFO]: Melon Growth Modifier: 100% [16:16:07 INFO]: Mushroom Growth Modifier: 100% [16:16:07 INFO]: Pumpkin Growth Modifier: 100% [16:16:07 INFO]: Sapling Growth Modifier: 100% [16:16:07 INFO]: Beetroot Growth Modifier: 100% [16:16:07 INFO]: Carrot Growth Modifier: 100% [16:16:07 INFO]: Potato Growth Modifier: 100% [16:16:07 INFO]: Wheat Growth Modifier: 100% [16:16:07 INFO]: NetherWart Growth Modifier: 100% [16:16:07 INFO]: Vine Growth Modifier: 100% [16:16:07 INFO]: Cocoa Growth Modifier: 100% [16:16:07 INFO]: Bamboo Growth Modifier: 100% [16:16:07 INFO]: SweetBerry Growth Modifier: 100% [16:16:07 INFO]: Kelp Growth Modifier: 100% [16:16:07 INFO]: TwistingVines Growth Modifier: 100% [16:16:07 INFO]: WeepingVines Growth Modifier: 100% [16:16:07 INFO]: CaveVines Growth Modifier: 100% [16:16:07 INFO]: GlowBerry Growth Modifier: 100% [16:16:07 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [16:16:07 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [16:16:07 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [16:16:07 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [16:16:07 INFO]: Max TNT Explosions: 100 [16:16:07 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [16:16:07 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [16:16:07 INFO]: Item Merge Radius: 2.5 [16:16:07 INFO]: Item Despawn Rate: 6000 [16:16:07 INFO]: View Distance: 10 [16:16:07 INFO]: Simulation Distance: 10 [16:16:07 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [16:16:07 INFO]: Zombie Aggressive Towards Villager: true [16:16:07 INFO]: Nerfing mobs spawned from spawners: false [16:16:07 INFO]: Mob Spawn Range: 4 [16:16:07 INFO]: -------- World Settings For [world_nether] -------- [16:16:07 INFO]: Experience Merge Radius: 3.0 [16:16:07 INFO]: Cactus Growth Modifier: 100% [16:16:07 INFO]: Cane Growth Modifier: 100% [16:16:07 INFO]: Melon Growth Modifier: 100% [16:16:07 INFO]: Mushroom Growth Modifier: 100% [16:16:07 INFO]: Pumpkin Growth Modifier: 100% [16:16:07 INFO]: Sapling Growth Modifier: 100% [16:16:07 INFO]: Beetroot Growth Modifier: 100% [16:16:07 INFO]: Carrot Growth Modifier: 100% [16:16:07 INFO]: Potato Growth Modifier: 100% [16:16:07 INFO]: Wheat Growth Modifier: 100% [16:16:07 INFO]: NetherWart Growth Modifier: 100% [16:16:07 INFO]: Vine Growth Modifier: 100% [16:16:07 INFO]: Cocoa Growth Modifier: 100% [16:16:07 INFO]: Bamboo Growth Modifier: 100% [16:16:07 INFO]: SweetBerry Growth Modifier: 100% [16:16:07 INFO]: Kelp Growth Modifier: 100% [16:16:07 INFO]: TwistingVines Growth Modifier: 100% [16:16:07 INFO]: WeepingVines Growth Modifier: 100% [16:16:07 INFO]: CaveVines Growth Modifier: 100% [16:16:07 INFO]: GlowBerry Growth Modifier: 100% [16:16:07 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [16:16:07 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [16:16:07 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [16:16:07 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [16:16:07 INFO]: Max TNT Explosions: 100 [16:16:07 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [16:16:07 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [16:16:07 INFO]: Item Merge Radius: 2.5 [16:16:07 INFO]: Item Despawn Rate: 6000 [16:16:07 INFO]: View Distance: 10 [16:16:07 INFO]: Simulation Distance: 10 [16:16:07 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [16:16:07 INFO]: Zombie Aggressive Towards Villager: true [16:16:07 INFO]: Nerfing mobs spawned from spawners: false [16:16:07 INFO]: Mob Spawn Range: 4 [16:16:07 INFO]: -------- World Settings For [world_the_end] -------- [16:16:07 INFO]: Experience Merge Radius: 3.0 [16:16:07 INFO]: Cactus Growth Modifier: 100% [16:16:07 INFO]: Cane Growth Modifier: 100% [16:16:07 INFO]: Melon Growth Modifier: 100% [16:16:07 INFO]: Mushroom Growth Modifier: 100% [16:16:07 INFO]: Pumpkin Growth Modifier: 100% [16:16:07 INFO]: Sapling Growth Modifier: 100% [16:16:07 INFO]: Beetroot Growth Modifier: 100% [16:16:07 INFO]: Carrot Growth Modifier: 100% [16:16:07 INFO]: Potato Growth Modifier: 100% [16:16:07 INFO]: Wheat Growth Modifier: 100% [16:16:07 INFO]: NetherWart Growth Modifier: 100% [16:16:07 INFO]: Vine Growth Modifier: 100% [16:16:07 INFO]: Cocoa Growth Modifier: 100% [16:16:07 INFO]: Bamboo Growth Modifier: 100% [16:16:07 INFO]: SweetBerry Growth Modifier: 100% [16:16:07 INFO]: Kelp Growth Modifier: 100% [16:16:07 INFO]: TwistingVines Growth Modifier: 100% [16:16:07 INFO]: WeepingVines Growth Modifier: 100% [16:16:07 INFO]: CaveVines Growth Modifier: 100% [16:16:07 INFO]: GlowBerry Growth Modifier: 100% [16:16:07 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [16:16:07 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [16:16:07 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [16:16:07 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [16:16:07 INFO]: Max TNT Explosions: 100 [16:16:07 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [16:16:07 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [16:16:07 INFO]: Item Merge Radius: 2.5 [16:16:07 INFO]: Item Despawn Rate: 6000 [16:16:07 INFO]: View Distance: 10 [16:16:07 INFO]: Simulation Distance: 10 [16:16:07 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [16:16:07 INFO]: Zombie Aggressive Towards Villager: true [16:16:07 INFO]: Nerfing mobs spawned from spawners: false [16:16:07 INFO]: Mob Spawn Range: 4 [16:16:07 INFO]: Preparing start region for dimension minecraft:overworld [16:16:08 INFO]: Time elapsed: 271 ms [16:16:08 INFO]: Preparing start region for dimension minecraft:the_nether [16:16:08 INFO]: Time elapsed: 106 ms [16:16:08 INFO]: Preparing start region for dimension minecraft:the_end [16:16:08 INFO]: Time elapsed: 128 ms [16:16:08 INFO]: [CreeperHeal2] Enabling CreeperHeal2 v1.4.0 [16:16:08 INFO]: [HiberniaDiscord] Enabling HiberniaDiscord v3.0.1 [16:16:08 WARN]: [HiberniaDiscord] Could not save locale.yml to plugins/HiberniaDiscord/locale.yml because locale.yml already exists. [16:16:08 WARN]: [HiberniaDiscord] Could not save discord2mc.yml to plugins/HiberniaDiscord/discord2mc.yml because discord2mc.yml already exists. [16:16:08 WARN]: [io.paradaux.hiberniadiscord.discord2mc.Discord2Mc] Discord2mc functionality has been disabled, if this is intentional no further action is required. [16:16:08 INFO]: [HiberniaDiscord] + ------------------------------------ + | Running HiberniaDiscord v3.0.0 | | © Rían Errity (Paradaux) | | https://paradaux.io | + ------------------------------------ + LICENSED UNDER GNU General Public License v3.0 [16:16:08 ERROR]: [HiberniaDiscord] Plugin HiberniaDiscord v3.0.1 has failed to register events for class io.paradaux.hiberniadiscord.EventListeners.PlayerAchievementAwardedEventListener because org/bukkit/event/player/PlayerAchievementAwardedEvent does not exist. [16:16:08 INFO]: [BuycraftX] Enabling BuycraftX v12.0.6 [16:16:08 INFO]: [BuycraftX] Looks like this is a fresh setup. Get started by using 'tebex secret ' in the console. [16:16:08 INFO]: [BuycraftX] A new version of BuycraftX (12.0.8) is available. Go to your server panel at https://server.tebex.io/plugins to download the update. [16:16:08 INFO]: [floodgate] Enabling floodgate v2.1.0-SNAPSHOT [16:16:09 INFO]: [dynmap] Enabling dynmap v3.3-beta-3-591 [16:16:09 INFO]: [dynmap] Added 18 custom biome mappings [16:16:09 INFO]: [dynmap] Using LuckPerms 5.4.0 for access control [16:16:09 INFO]: [dynmap] Mod Support processing completed [16:16:10 INFO]: [dynmap] Loaded 25 shaders. [16:16:10 INFO]: [dynmap] Loaded 82 perspectives. [16:16:10 INFO]: [dynmap] Loaded 22 lightings. [16:16:10 INFO]: [dynmap] Starting enter/exit processing [16:16:10 INFO]: [dynmap] version 3.3-beta-3-591 is enabled - core version 3.3-beta-3-591 [16:16:10 INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn [16:16:10 INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [16:16:10 INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm [16:16:10 INFO]: [dynmap] Loaded 3 maps of world 'world'. [16:16:10 INFO]: [dynmap] Loaded 2 maps of world 'world_nether'. [16:16:10 INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'. [16:16:10 INFO]: [dynmap] Finish marker initialization [16:16:10 WARN]: [dynmap] playermove trigger enabled - this trigger can cause excessive tile updating: use with caution [16:16:10 INFO]: [dynmap] Enabled [16:16:10 INFO]: [Chunky] Enabling Chunky v1.2.164 [16:16:10 INFO]: [Essentials] Enabling Essentials v2.19.3-dev+27-bc2da98 [16:16:10 INFO]: [Essentials] Loaded 36926 items from items.json. [16:16:10 INFO]: [Essentials] Using locale en_US [16:16:10 INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [16:16:10 INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [16:16:10 INFO]: [Vault] [Economy] Essentials Economy hooked. [16:16:10 INFO]: [Essentials] Using Vault based permissions (LuckPerms) [16:16:10 INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.3-dev+27-bc2da98 [16:16:10 INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config. [16:16:10 INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.0.1-SNAPSHOT [16:16:11 INFO]: [Geyser-Spigot] Auto-loaded Floodgate key [16:16:11 INFO]: [Geyser-Spigot] ****************************************** [16:16:11 INFO]: [Geyser-Spigot] [16:16:11 INFO]: [Geyser-Spigot] Loading Geyser version 2.0.1-SNAPSHOT (git-master-31fd57a) [16:16:11 INFO]: [Geyser-Spigot] [16:16:11 INFO]: [Geyser-Spigot] ****************************************** [16:16:13 INFO]: [Geyser-Spigot] Loaded Floodgate key! [16:16:13 INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:19132 [16:16:13 INFO]: [Geyser-Spigot] Done (2.56s)! Run /geyser help for help! [16:16:13 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.3-dev+27-bc2da98 [16:16:13 INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config. [16:16:13 INFO]: [CoreProtect] Enabling CoreProtect v20.4 [16:16:13 INFO]: [net.coreprotect.hikari.HikariDataSource] HikariPool-1 - Starting... [16:16:14 INFO]: [net.coreprotect.hikari.HikariDataSource] HikariPool-1 - Start completed. [16:16:14 INFO]: [CoreProtect] CoreProtect has been successfully enabled! [16:16:14 INFO]: [CoreProtect] Using MySQL for data storage. [16:16:14 INFO]: -------------------- [16:16:14 INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord! [16:16:14 INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/ [16:16:14 INFO]: -------------------- [16:16:14 INFO]: [WorldGuard] Enabling WorldGuard v7.0.7-SNAPSHOT+2175-dca0515 [16:16:14 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [16:16:14 INFO]: [WorldGuard] (world) Lighters are PERMITTED. [16:16:14 INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [16:16:14 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [16:16:14 INFO]: [WorldGuard] Loaded configuration for world 'world' [16:16:14 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [16:16:14 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [16:16:14 INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [16:16:14 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [16:16:14 INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [16:16:14 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [16:16:14 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [16:16:14 INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [16:16:14 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [16:16:14 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [16:16:14 INFO]: [WorldGuard] Loading region data... [16:16:14 INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.2-SNAPSHOT-b867 [16:16:14 WARN]: [Multiverse-Core] "Multiverse-Core v4.3.2-SNAPSHOT-b867" 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--]. [16:16:14 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. [16:16:14 INFO]: -------- World Settings For [Adventure] -------- [16:16:14 INFO]: Experience Merge Radius: 3.0 [16:16:14 INFO]: Cactus Growth Modifier: 100% [16:16:14 INFO]: Cane Growth Modifier: 100% [16:16:14 INFO]: Melon Growth Modifier: 100% [16:16:14 INFO]: Mushroom Growth Modifier: 100% [16:16:14 INFO]: Pumpkin Growth Modifier: 100% [16:16:14 INFO]: Sapling Growth Modifier: 100% [16:16:14 INFO]: Beetroot Growth Modifier: 100% [16:16:14 INFO]: Carrot Growth Modifier: 100% [16:16:14 INFO]: Potato Growth Modifier: 100% [16:16:14 INFO]: Wheat Growth Modifier: 100% [16:16:14 INFO]: NetherWart Growth Modifier: 100% [16:16:14 INFO]: Vine Growth Modifier: 100% [16:16:14 INFO]: Cocoa Growth Modifier: 100% [16:16:14 INFO]: Bamboo Growth Modifier: 100% [16:16:14 INFO]: SweetBerry Growth Modifier: 100% [16:16:14 INFO]: Kelp Growth Modifier: 100% [16:16:14 INFO]: TwistingVines Growth Modifier: 100% [16:16:14 INFO]: WeepingVines Growth Modifier: 100% [16:16:14 INFO]: CaveVines Growth Modifier: 100% [16:16:14 INFO]: GlowBerry Growth Modifier: 100% [16:16:14 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [16:16:14 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [16:16:14 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [16:16:14 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [16:16:14 INFO]: Max TNT Explosions: 100 [16:16:14 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [16:16:14 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [16:16:14 INFO]: Item Merge Radius: 2.5 [16:16:14 INFO]: Item Despawn Rate: 6000 [16:16:14 INFO]: View Distance: 10 [16:16:14 INFO]: Simulation Distance: 10 [16:16:14 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [16:16:14 INFO]: Zombie Aggressive Towards Villager: true [16:16:14 INFO]: Nerfing mobs spawned from spawners: false [16:16:14 INFO]: Mob Spawn Range: 4 [16:16:14 INFO]: Preparing start region for dimension minecraft:adventure [16:16:15 INFO]: Preparing spawn area: 0% [16:16:15 INFO]: Preparing spawn area: 0% [16:16:15 INFO]: Preparing spawn area: 0% [16:16:16 INFO]: Preparing spawn area: 0% [16:16:16 INFO]: Time elapsed: 1729 ms [16:16:16 INFO]: [WorldGuard] (Adventure) TNT ignition is PERMITTED. [16:16:16 INFO]: [WorldGuard] (Adventure) Lighters are PERMITTED. [16:16:16 INFO]: [WorldGuard] (Adventure) Lava fire is PERMITTED. [16:16:16 INFO]: [WorldGuard] (Adventure) Fire spread is UNRESTRICTED. [16:16:16 INFO]: [WorldGuard] Loaded configuration for world 'Adventure' [16:16:16 INFO]: [dynmap] Loaded 3 maps of world 'Adventure'. [16:16:16 INFO]: -------- World Settings For [Creative] -------- [16:16:16 INFO]: Experience Merge Radius: 3.0 [16:16:16 INFO]: Cactus Growth Modifier: 100% [16:16:16 INFO]: Cane Growth Modifier: 100% [16:16:16 INFO]: Melon Growth Modifier: 100% [16:16:16 INFO]: Mushroom Growth Modifier: 100% [16:16:16 INFO]: Pumpkin Growth Modifier: 100% [16:16:16 INFO]: Sapling Growth Modifier: 100% [16:16:16 INFO]: Beetroot Growth Modifier: 100% [16:16:16 INFO]: Carrot Growth Modifier: 100% [16:16:16 INFO]: Potato Growth Modifier: 100% [16:16:16 INFO]: Wheat Growth Modifier: 100% [16:16:16 INFO]: NetherWart Growth Modifier: 100% [16:16:16 INFO]: Vine Growth Modifier: 100% [16:16:16 INFO]: Cocoa Growth Modifier: 100% [16:16:16 INFO]: Bamboo Growth Modifier: 100% [16:16:16 INFO]: SweetBerry Growth Modifier: 100% [16:16:16 INFO]: Kelp Growth Modifier: 100% [16:16:16 INFO]: TwistingVines Growth Modifier: 100% [16:16:16 INFO]: WeepingVines Growth Modifier: 100% [16:16:16 INFO]: CaveVines Growth Modifier: 100% [16:16:16 INFO]: GlowBerry Growth Modifier: 100% [16:16:16 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [16:16:16 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [16:16:16 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [16:16:16 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [16:16:16 INFO]: Max TNT Explosions: 100 [16:16:16 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [16:16:16 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [16:16:16 INFO]: Item Merge Radius: 2.5 [16:16:16 INFO]: Item Despawn Rate: 6000 [16:16:16 INFO]: View Distance: 10 [16:16:16 INFO]: Simulation Distance: 10 [16:16:16 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [16:16:16 INFO]: Zombie Aggressive Towards Villager: true [16:16:16 INFO]: Nerfing mobs spawned from spawners: false [16:16:16 INFO]: Mob Spawn Range: 4 [16:16:16 INFO]: [PlotSquared/PlotSquared] Detected world load for 'Creative' [16:16:16 INFO]: [PlotSquared/PlotSquared] - generator: PlotSquared>PlotSquared [16:16:16 INFO]: [PlotSquared/PlotSquared] - plot world: com.plotsquared.core.generator.HybridPlotWorld [16:16:16 INFO]: [PlotSquared/PlotSquared] - plot area manager: com.plotsquared.core.generator.HybridPlotManager [16:16:16 INFO]: [P2] Area flags: [] [16:16:16 INFO]: [P2] Road flags: [] [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] - schematic: false [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] - Dumping settings for ClassicPlotWorld with name Creative [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- road_schematic_enabled = false [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic = false [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic_height = -1 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- path_width_lower = 3 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- path_width_upper = 1004 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- schem_y = 62 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- road_height = 62 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- plot_height = 62 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- wall_height = 62 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- main_block = minecraft:stone [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- top_block = minecraft:grass_block [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- wall_block = minecraft:stone_slab [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- claimed_wall_block = minecraft:sandstone_slab [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- wall_filling = minecraft:stone [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- road_block = minecraft:quartz_block [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- plot_bedrock = true [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- place_top_block = true [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- plot_width = 1000 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- road_width = 7 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_x = 0 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_z = 0 [16:16:16 INFO]: [PlotSquared/HybridPlotWorld] -- size = 1007 [16:16:16 INFO]: Preparing start region for dimension minecraft:creative [16:16:16 INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared will fetch UUIDs in groups of 200 [16:16:16 INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached 100.0% of UUIDs [16:16:16 INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached all UUIDs [16:16:16 INFO]: Preparing spawn area: 0% [16:16:16 INFO]: Time elapsed: 171 ms [16:16:16 INFO]: [WorldGuard] (Creative) TNT ignition is PERMITTED. [16:16:16 INFO]: [WorldGuard] (Creative) Lighters are PERMITTED. [16:16:16 INFO]: [WorldGuard] (Creative) Lava fire is PERMITTED. [16:16:16 INFO]: [WorldGuard] (Creative) Fire spread is UNRESTRICTED. [16:16:16 INFO]: [WorldGuard] Loaded configuration for world 'Creative' [16:16:16 INFO]: [dynmap] Loaded 3 maps of world 'Creative'. [16:16:16 INFO]: [VoidGen] Generator settings have not been set. Using default values: [16:16:16 INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false} [16:16:17 INFO]: -------- World Settings For [prison] -------- [16:16:17 INFO]: Experience Merge Radius: 3.0 [16:16:17 INFO]: Cactus Growth Modifier: 100% [16:16:17 INFO]: Cane Growth Modifier: 100% [16:16:17 INFO]: Melon Growth Modifier: 100% [16:16:17 INFO]: Mushroom Growth Modifier: 100% [16:16:17 INFO]: Pumpkin Growth Modifier: 100% [16:16:17 INFO]: Sapling Growth Modifier: 100% [16:16:17 INFO]: Beetroot Growth Modifier: 100% [16:16:17 INFO]: Carrot Growth Modifier: 100% [16:16:17 INFO]: Potato Growth Modifier: 100% [16:16:17 INFO]: Wheat Growth Modifier: 100% [16:16:17 INFO]: NetherWart Growth Modifier: 100% [16:16:17 INFO]: Vine Growth Modifier: 100% [16:16:17 INFO]: Cocoa Growth Modifier: 100% [16:16:17 INFO]: Bamboo Growth Modifier: 100% [16:16:17 INFO]: SweetBerry Growth Modifier: 100% [16:16:17 INFO]: Kelp Growth Modifier: 100% [16:16:17 INFO]: TwistingVines Growth Modifier: 100% [16:16:17 INFO]: WeepingVines Growth Modifier: 100% [16:16:17 INFO]: CaveVines Growth Modifier: 100% [16:16:17 INFO]: GlowBerry Growth Modifier: 100% [16:16:17 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [16:16:17 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [16:16:17 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [16:16:17 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [16:16:17 INFO]: Max TNT Explosions: 100 [16:16:17 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [16:16:17 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [16:16:17 INFO]: Item Merge Radius: 2.5 [16:16:17 INFO]: Item Despawn Rate: 6000 [16:16:17 INFO]: View Distance: 10 [16:16:17 INFO]: Simulation Distance: 10 [16:16:17 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [16:16:17 INFO]: Zombie Aggressive Towards Villager: true [16:16:17 INFO]: Nerfing mobs spawned from spawners: false [16:16:17 INFO]: Mob Spawn Range: 4 [16:16:17 INFO]: Preparing start region for dimension minecraft:prison [16:16:17 INFO]: Preparing spawn area: 0% [16:16:17 INFO]: Time elapsed: 188 ms [16:16:17 INFO]: [WorldGuard] (prison) TNT ignition is PERMITTED. [16:16:17 INFO]: [WorldGuard] (prison) Lighters are PERMITTED. [16:16:17 INFO]: [WorldGuard] (prison) Lava fire is PERMITTED. [16:16:17 INFO]: [WorldGuard] (prison) Fire spread is UNRESTRICTED. [16:16:17 INFO]: [WorldGuard] Loaded configuration for world 'prison' [16:16:17 INFO]: [VoidGen] Generator settings have not been set. Using default values: [16:16:17 INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false} [16:16:17 INFO]: [dynmap] Loaded 2 maps of world 'prison'. [16:16:17 INFO]: [VoidGen] Generator settings have not been set. Using default values: [16:16:17 INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false} [16:16:17 INFO]: -------- World Settings For [Spawn] -------- [16:16:17 INFO]: Experience Merge Radius: 3.0 [16:16:17 INFO]: Cactus Growth Modifier: 100% [16:16:17 INFO]: Cane Growth Modifier: 100% [16:16:17 INFO]: Melon Growth Modifier: 100% [16:16:17 INFO]: Mushroom Growth Modifier: 100% [16:16:17 INFO]: Pumpkin Growth Modifier: 100% [16:16:17 INFO]: Sapling Growth Modifier: 100% [16:16:17 INFO]: Beetroot Growth Modifier: 100% [16:16:17 INFO]: Carrot Growth Modifier: 100% [16:16:17 INFO]: Potato Growth Modifier: 100% [16:16:17 INFO]: Wheat Growth Modifier: 100% [16:16:17 INFO]: NetherWart Growth Modifier: 100% [16:16:17 INFO]: Vine Growth Modifier: 100% [16:16:17 INFO]: Cocoa Growth Modifier: 100% [16:16:17 INFO]: Bamboo Growth Modifier: 100% [16:16:17 INFO]: SweetBerry Growth Modifier: 100% [16:16:17 INFO]: Kelp Growth Modifier: 100% [16:16:17 INFO]: TwistingVines Growth Modifier: 100% [16:16:17 INFO]: WeepingVines Growth Modifier: 100% [16:16:17 INFO]: CaveVines Growth Modifier: 100% [16:16:17 INFO]: GlowBerry Growth Modifier: 100% [16:16:17 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [16:16:17 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [16:16:17 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [16:16:17 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [16:16:17 INFO]: Max TNT Explosions: 100 [16:16:17 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [16:16:17 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [16:16:17 INFO]: Item Merge Radius: 2.5 [16:16:17 INFO]: Item Despawn Rate: 6000 [16:16:17 INFO]: View Distance: 10 [16:16:17 INFO]: Simulation Distance: 10 [16:16:17 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [16:16:17 INFO]: Zombie Aggressive Towards Villager: true [16:16:17 INFO]: Nerfing mobs spawned from spawners: false [16:16:17 INFO]: Mob Spawn Range: 4 [16:16:17 INFO]: Preparing start region for dimension minecraft:spawn [16:16:17 INFO]: Preparing spawn area: 0% [16:16:17 INFO]: Time elapsed: 140 ms [16:16:17 INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED. [16:16:17 INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED. [16:16:17 INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED. [16:16:17 INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED. [16:16:17 INFO]: [WorldGuard] Loaded configuration for world 'Spawn' [16:16:17 INFO]: [VoidGen] Generator settings have not been set. Using default values: [16:16:17 INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false} [16:16:17 INFO]: [dynmap] Loaded 3 maps of world 'Spawn'. [16:16:17 INFO]: [Multiverse-Core] 7 - World(s) loaded. [16:16:17 WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading. [16:16:17 INFO]: [Multiverse-Core] Version 4.3.2-SNAPSHOT-b867 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [16:16:17 INFO]: [Factions] Enabling Factions v1.6.9.5-U0.6.7-b278 [16:16:17 INFO]: [Factions] === Starting up! === [16:16:17 INFO]: [Factions] [16:16:17 INFO]: [Factions] Factions UUID! [16:16:17 INFO]: [Factions] Version 1.6.9.5-U0.6.7-b278 [16:16:17 INFO]: [Factions] [16:16:17 INFO]: [Factions] Need support? https://factions.support/help/ [16:16:17 INFO]: [Factions] [16:16:17 INFO]: [Factions] Detected Minecraft 1.18.1 [16:16:17 INFO]: [Factions] [16:16:17 INFO]: [Factions] Server UUID 23390290-5765-4fac-afac-00c800005ed1 [16:16:18 INFO]: [Factions] Loaded 1376 material mappings. [16:16:18 INFO]: [Factions] Loaded 2 players in 4 factions with 41228 claims [16:16:18 INFO]: [Factions] Using POWER for land/raid control. Enabling power commands. [16:16:18 INFO]: [Factions] Enabling /f fly command [16:16:18 INFO]: [Factions] Using BUKKIT as a particle provider [16:16:18 INFO]: [Factions] Using REDSTONE as the ParticleEffect for /f sc [16:16:18 INFO]: [Factions] Found API support for sending player titles :D [16:16:18 INFO]: [Factions] Enabled Dynmap integration [16:16:18 INFO]: [Factions] Found and connected to Essentials [16:16:18 INFO]: [Factions] Based on main.conf will delete Essentials player homes in their old faction when they leave [16:16:18 INFO]: [Factions] Using Essentials for teleportation [16:16:18 INFO]: [Factions] Successfully hooked into LuckPerms for permission contexts! [16:16:18 INFO]: [Factions] === Ready to go after 815ms! === [16:16:18 INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.3-SNAPSHOT-b519 [16:16:18 INFO]: [Multiverse-Inventories] The following worlds for group 'default' are not loaded: tardis_timevortex [16:16:18 INFO]: [Multiverse-Inventories 4.2.3-SNAPSHOT-b519] enabled. [16:16:18 INFO]: [mcMMO] Enabling mcMMO v2.1.209 [16:16:18 INFO]: [mcMMO] [config] Initializing config: config.yml [16:16:18 INFO]: [mcMMO] [config] Loading config from disk: config.yml [16:16:18 INFO]: [mcMMO] [config] Config initialized: config.yml [16:16:18 INFO]: [mcMMO] [Debug] No errors found in config.yml! [16:16:18 INFO]: [mcMMO] Loading locale from plugins/mcMMO/locales/locale_override.properties [16:16:18 INFO]: [mcMMO] [config] Initializing config: advanced.yml [16:16:18 INFO]: [mcMMO] [config] Loading config from disk: advanced.yml [16:16:18 INFO]: [mcMMO] [config] Config initialized: advanced.yml [16:16:18 INFO]: [mcMMO] [Debug] No errors found in advanced.yml! [16:16:18 INFO]: [mcMMO] Platform String: 1.18.1-R0.1-SNAPSHOT [16:16:18 INFO]: [mcMMO] Minecraft version determined to be - 1.18.1 [16:16:18 INFO]: [mcMMO] Loading compatibility layers... [16:16:18 INFO]: [mcMMO] Finished loading compatibility layers. [16:16:18 INFO]: [mcMMO] [config] Initializing config: upgrades_overhaul.yml [16:16:18 INFO]: [mcMMO] [config] Loading config from disk: upgrades_overhaul.yml [16:16:18 INFO]: [mcMMO] [config] Config initialized: upgrades_overhaul.yml [16:16:18 INFO]: [mcMMO] [config] Initializing config: treasures.yml [16:16:18 INFO]: [mcMMO] [config] Loading config from disk: treasures.yml [16:16:18 INFO]: [mcMMO] [config] Config initialized: treasures.yml [16:16:18 INFO]: [mcMMO] [config] Initializing config: fishing_treasures.yml [16:16:18 INFO]: [mcMMO] [config] Loading config from disk: fishing_treasures.yml [16:16:18 INFO]: [mcMMO] [config] Config initialized: fishing_treasures.yml [16:16:18 INFO]: [mcMMO] Registering enchantments for Fishing Book... [16:16:18 INFO]: [mcMMO] Loading mcMMO potions.yml File... [16:16:19 INFO]: [mcMMO] [config] Initializing config: coreskills.yml [16:16:19 INFO]: [mcMMO] [config] Loading config from disk: coreskills.yml [16:16:19 INFO]: [mcMMO] [config] Config initialized: coreskills.yml [16:16:19 INFO]: [mcMMO] [config] Initializing config: sounds.yml [16:16:19 INFO]: [mcMMO] [config] Loading config from disk: sounds.yml [16:16:19 INFO]: [mcMMO] [config] Config initialized: sounds.yml [16:16:19 INFO]: [mcMMO] Loading mcMMO skillranks.yml File... [16:16:20 INFO]: [mcMMO] [config] Initializing config: child.yml [16:16:20 INFO]: [mcMMO] [config] Loading config from disk: child.yml [16:16:20 INFO]: [mcMMO] [config] Config initialized: child.yml [16:16:20 INFO]: [mcMMO] Loading mcMMO tools.default.yml File... [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Axe_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Axe_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Bow_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Bow_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Hoe_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Hoe_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Pickaxe_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Pickaxe_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Shovel_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Shovel_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Sword_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Sword_2 [16:16:20 INFO]: [mcMMO] Loading mcMMO armor.default.yml File... [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Boot_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Boot_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Chestplate_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Chestplate_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Helmet_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Helmet_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Legging_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Legging_2 [16:16:20 INFO]: [mcMMO] Loading mcMMO blocks.default.yml File... [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Block_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Block_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Block_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Block_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Block_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Block_2 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Block_1 [16:16:20 WARN]: [mcMMO] Invalid material name. This item will be skipped. - Block_2 [16:16:20 INFO]: [mcMMO] Loading mcMMO entities.default.yml File... [16:16:20 WARN]: [mcMMO] Invalid class (CLASS_NAME) detected for Mob_1. [16:16:20 WARN]: [mcMMO] This custom entity may not function properly. [16:16:20 WARN]: [mcMMO] Invalid class (CLASS_NAME) detected for Mob_2. [16:16:20 WARN]: [mcMMO] This custom entity may not function properly. [16:16:20 WARN]: [mcMMO] Invalid class (CLASS_NAME) detected for Mob_3. [16:16:20 WARN]: [mcMMO] This custom entity may not function properly. [16:16:20 WARN]: [mcMMO] Invalid class (CLASS_NAME) detected for Mob_4. [16:16:20 WARN]: [mcMMO] This custom entity may not function properly. [16:16:20 INFO]: [mcMMO] [config] Initializing config: repair.vanilla.yml [16:16:20 INFO]: [mcMMO] [config] Loading config from disk: repair.vanilla.yml [16:16:20 INFO]: [mcMMO] [config] Config initialized: repair.vanilla.yml [16:16:20 INFO]: [mcMMO] [config] Initializing config: salvage.vanilla.yml [16:16:20 INFO]: [mcMMO] [config] Loading config from disk: salvage.vanilla.yml [16:16:20 INFO]: [mcMMO] [config] Config initialized: salvage.vanilla.yml [16:16:21 INFO]: [mcMMO] Killing orphans [16:16:21 INFO]: [mcMMO] Enabling Acrobatics Skills [16:16:21 INFO]: [mcMMO] Registered subskill: Roll [16:16:21 INFO]: [mcMMO] [config] Initializing config: experience.yml [16:16:21 INFO]: [mcMMO] [config] Loading config from disk: experience.yml [16:16:21 INFO]: [mcMMO] [config] Config initialized: experience.yml [16:16:21 INFO]: [mcMMO] [config] Initializing config: persistent_data.yml [16:16:21 INFO]: [mcMMO] [config] Loading config from disk: persistent_data.yml [16:16:21 INFO]: [mcMMO] [config] Config initialized: persistent_data.yml [16:16:21 INFO]: [mcMMO] 0 entries in mcMMO World Blacklist [16:16:21 INFO]: [mcMMO] [config] Initializing config: chat.yml [16:16:21 INFO]: [mcMMO] [config] Loading config from disk: chat.yml [16:16:21 INFO]: [mcMMO] [config] Config initialized: chat.yml [16:16:21 INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.2-SNAPSHOT-b850 [16:16:21 INFO]: [Multiverse-Portals] 8 - Portals(s) loaded [16:16:21 INFO]: [Multiverse-Portals] Found FastAsyncWorldEdit. Using it for selections. [16:16:21 INFO]: [Multiverse-Portals 4.2.2-SNAPSHOT-b850] Enabled - By Rigby and fernferret [16:16:21 INFO]: [CMILib] Enabling CMILib v1.1.1.0 [16:16:22 INFO]: Server version: v1_18_R1 - 1.18.1 - paper [16:16:22 INFO]: Updated (EN) language file. Took 42ms [16:16:22 INFO]: [Jobs] Enabling Jobs v5.0.1.4 [16:16:22 INFO]: ------------- Jobs ------------- [16:16:22 INFO]: Connected to database (MySQL) [16:16:22 INFO]: Loaded 8 titles [16:16:22 INFO]: Loaded 69 protected blocks timers [16:16:23 INFO]: Loaded 1229 custom item names [16:16:23 INFO]: Loaded 75 custom entity names [16:16:23 INFO]: Loaded 2 custom MythicMobs names [16:16:23 INFO]: Loaded 38 custom enchant names [16:16:23 INFO]: Loaded 16 custom color names [16:16:23 INFO]: Loaded 4 shop items [16:16:23 INFO]: Loaded 1 quests for Weaponsmith [16:16:23 INFO]: Loaded 1 quests for Farmer [16:16:23 INFO]: Loaded 1 quests for Miner [16:16:23 INFO]: Loaded 1 quests for Hunter [16:16:23 INFO]: Loaded 1 quests for Explorer [16:16:23 INFO]: Loaded 1 quests for Builder [16:16:23 INFO]: Loaded 1 quests for Woodcutter [16:16:23 INFO]: Loaded 1 quests for Brewer [16:16:23 INFO]: Loaded 1 quests for Fisherman [16:16:23 INFO]: Loaded 1 quests for Crafter [16:16:23 INFO]: Loaded 1 quests for Enchanter [16:16:23 INFO]: Loaded 1 quests for Digger [16:16:23 INFO]: Loaded 12 jobs [16:16:23 INFO]: Loaded 0 boosted items [16:16:23 INFO]: Started database save task. [16:16:23 INFO]: Started buffered payment thread. [16:16:23 INFO]: Preloaded 1 players data in 0.0 [16:16:23 INFO]: [Jobs] mcMMO2.1.209 was found - Enabling capabilities. [16:16:23 INFO]: [Jobs] Registered McMMO 2.x listener [16:16:23 INFO]: [Jobs] WorldGuard detected. [16:16:23 INFO]: Loading explorer data [16:16:23 INFO]: Loaded explorer data (4) [16:16:23 INFO]: Plugin has been enabled successfully. [16:16:23 INFO]: ------------------------------------ [16:16:23 INFO]: [BountyHunters] Enabling BountyHunters v2.4.1 [16:16:23 INFO]: [BountyHunters] Detected Server Version: v1_18_R1 [16:16:23 INFO]: [TARDIS] Enabling TARDIS v4.8.2-b2402 [16:16:23 INFO]: [TARDIS] Debug: Hooking into TARDISChunkGenerator! [16:16:23 INFO]: [TARDIS] Loading language: ENGLISH [16:16:23 INFO]: [TARDIS] Attempting to load world: 'TARDIS_TimeVortex' [16:16:23 ERROR]: No key layers in MapLike[{}]; No key structures in MapLike[{}] [16:16:23 INFO]: -------- World Settings For [TARDIS_TimeVortex] -------- [16:16:23 INFO]: Experience Merge Radius: 3.0 [16:16:23 INFO]: Cactus Growth Modifier: 100% [16:16:23 INFO]: Cane Growth Modifier: 100% [16:16:23 INFO]: Melon Growth Modifier: 100% [16:16:23 INFO]: Mushroom Growth Modifier: 100% [16:16:23 INFO]: Pumpkin Growth Modifier: 100% [16:16:23 INFO]: Sapling Growth Modifier: 100% [16:16:23 INFO]: Beetroot Growth Modifier: 100% [16:16:23 INFO]: Carrot Growth Modifier: 100% [16:16:23 INFO]: Potato Growth Modifier: 100% [16:16:23 INFO]: Wheat Growth Modifier: 100% [16:16:23 INFO]: NetherWart Growth Modifier: 100% [16:16:23 INFO]: Vine Growth Modifier: 100% [16:16:23 INFO]: Cocoa Growth Modifier: 100% [16:16:23 INFO]: Bamboo Growth Modifier: 100% [16:16:23 INFO]: SweetBerry Growth Modifier: 100% [16:16:23 INFO]: Kelp Growth Modifier: 100% [16:16:23 INFO]: TwistingVines Growth Modifier: 100% [16:16:23 INFO]: WeepingVines Growth Modifier: 100% [16:16:23 INFO]: CaveVines Growth Modifier: 100% [16:16:23 INFO]: GlowBerry Growth Modifier: 100% [16:16:23 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [16:16:23 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [16:16:23 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [16:16:23 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [16:16:23 INFO]: Max TNT Explosions: 100 [16:16:23 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [16:16:23 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [16:16:23 INFO]: Item Merge Radius: 2.5 [16:16:23 INFO]: Item Despawn Rate: 6000 [16:16:23 INFO]: View Distance: 10 [16:16:23 INFO]: Simulation Distance: 10 [16:16:23 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [16:16:23 INFO]: Zombie Aggressive Towards Villager: true [16:16:23 INFO]: Nerfing mobs spawned from spawners: false [16:16:23 INFO]: Mob Spawn Range: 4 [16:16:23 INFO]: Preparing start region for dimension minecraft:tardis_timevortex [16:16:23 INFO]: Preparing spawn area: 0% [16:16:24 INFO]: Preparing spawn area: 0% [16:16:24 INFO]: Preparing spawn area: 0% [16:16:25 INFO]: Preparing spawn area: 0% [16:16:25 INFO]: Preparing spawn area: 0% [16:16:26 INFO]: Time elapsed: 2624 ms [16:16:26 INFO]: [WorldGuard] (TARDIS_TimeVortex) TNT ignition is PERMITTED. [16:16:26 INFO]: [WorldGuard] (TARDIS_TimeVortex) Lighters are PERMITTED. [16:16:26 INFO]: [WorldGuard] (TARDIS_TimeVortex) Lava fire is PERMITTED. [16:16:26 INFO]: [WorldGuard] (TARDIS_TimeVortex) Fire spread is UNRESTRICTED. [16:16:26 INFO]: [WorldGuard] Loaded configuration for world 'TARDIS_TimeVortex' [16:16:26 INFO]: [dynmap] Loaded 3 maps of world 'TARDIS_TimeVortex'. [16:16:26 INFO]: [dynmap] Loaded 1653 pending tile renders for world 'TARDIS_TimeVortex' [16:16:26 INFO]: [TARDIS] Attempting to load world: 'TARDIS_Zero_Room' [16:16:26 ERROR]: No key layers in MapLike[{}]; No key structures in MapLike[{}] [16:16:26 INFO]: -------- World Settings For [TARDIS_Zero_Room] -------- [16:16:26 INFO]: Experience Merge Radius: 3.0 [16:16:26 INFO]: Cactus Growth Modifier: 100% [16:16:26 INFO]: Cane Growth Modifier: 100% [16:16:26 INFO]: Melon Growth Modifier: 100% [16:16:26 INFO]: Mushroom Growth Modifier: 100% [16:16:26 INFO]: Pumpkin Growth Modifier: 100% [16:16:26 INFO]: Sapling Growth Modifier: 100% [16:16:26 INFO]: Beetroot Growth Modifier: 100% [16:16:26 INFO]: Carrot Growth Modifier: 100% [16:16:26 INFO]: Potato Growth Modifier: 100% [16:16:26 INFO]: Wheat Growth Modifier: 100% [16:16:26 INFO]: NetherWart Growth Modifier: 100% [16:16:26 INFO]: Vine Growth Modifier: 100% [16:16:26 INFO]: Cocoa Growth Modifier: 100% [16:16:26 INFO]: Bamboo Growth Modifier: 100% [16:16:26 INFO]: SweetBerry Growth Modifier: 100% [16:16:26 INFO]: Kelp Growth Modifier: 100% [16:16:26 INFO]: TwistingVines Growth Modifier: 100% [16:16:26 INFO]: WeepingVines Growth Modifier: 100% [16:16:26 INFO]: CaveVines Growth Modifier: 100% [16:16:26 INFO]: GlowBerry Growth Modifier: 100% [16:16:26 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [16:16:26 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [16:16:26 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [16:16:26 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [16:16:26 INFO]: Max TNT Explosions: 100 [16:16:26 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [16:16:26 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [16:16:26 INFO]: Item Merge Radius: 2.5 [16:16:26 INFO]: Item Despawn Rate: 6000 [16:16:26 INFO]: View Distance: 10 [16:16:26 INFO]: Simulation Distance: 10 [16:16:26 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [16:16:26 INFO]: Zombie Aggressive Towards Villager: true [16:16:26 INFO]: Nerfing mobs spawned from spawners: false [16:16:26 INFO]: Mob Spawn Range: 4 [16:16:26 INFO]: Preparing start region for dimension minecraft:tardis_zero_room [16:16:26 INFO]: Preparing spawn area: 0% [16:16:26 INFO]: Preparing spawn area: 0% [16:16:27 INFO]: Preparing spawn area: 0% [16:16:27 INFO]: Preparing spawn area: 81% [16:16:28 INFO]: Time elapsed: 2041 ms [16:16:28 INFO]: [WorldGuard] (TARDIS_Zero_Room) TNT ignition is PERMITTED. [16:16:28 INFO]: [WorldGuard] (TARDIS_Zero_Room) Lighters are PERMITTED. [16:16:28 INFO]: [WorldGuard] (TARDIS_Zero_Room) Lava fire is PERMITTED. [16:16:28 INFO]: [WorldGuard] (TARDIS_Zero_Room) Fire spread is UNRESTRICTED. [16:16:28 INFO]: [WorldGuard] Loaded configuration for world 'TARDIS_Zero_Room' [16:16:28 INFO]: [dynmap] Loaded 3 maps of world 'TARDIS_Zero_Room'. [16:16:28 INFO]: [dynmap] Loaded 1653 pending tile renders for world 'TARDIS_Zero_Room' [16:16:29 INFO]: [TARDIS] Debug: MySQL database add fields error: Duplicate column name 'preset' 1060 [16:16:29 INFO]: [TARDIS] Added 1 fields to the MySQL database! [16:16:29 INFO]: [TARDIS] Debug: Hooking into Multiverse-Core! [16:16:29 INFO]: [TARDIS] Debug: Hooking into WorldGuard! [16:16:29 INFO]: [TARDIS] Debug: Creating markers for Dynmap. [16:16:29 INFO]: [TARDIS] Debug: Starting force fields with a range of 8 blocks. [16:16:29 INFO]: [TARDIS] Debug: Logging block changes with CoreProtect. [16:16:29 INFO]: [TARDIS] Connecting to CoreProtect [16:16:30 INFO]: Starting GS4 status listener [16:16:30 INFO]: Thread Query Listener started [16:16:30 INFO]: Query running on 0.0.0.0:25565 [16:16:30 INFO]: JMX monitoring enabled [16:16:30 INFO]: Running delayed init tasks [16:16:30 INFO]: [Essentials] Fetching version information... [16:16:30 INFO]: [BountyHunters] Initializing player data.. [16:16:30 WARN]: [FastAsyncWorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.7-SNAPSHOT+2175-dca0515 which is not a depend, softdepend or loadbefore of this plugin. [16:16:30 INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now. [16:16:30 INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard' [16:16:30 INFO]: [com.fastasyncworldedit.bukkit.regions.plotsquared.PlotSquaredFeature] Optimizing PlotSquared [16:16:30 INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Plugin 'PlotSquared' v6 found. Using it now. [16:16:30 INFO]: [Chunky] No tasks to continue. [16:16:30 INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)! [16:16:30 INFO]: [CoreProtect] WorldEdit logging successfully initialized. [16:16:30 INFO]: [Factions] Found economy plugin through Vault: EssentialsX Economy [16:16:30 INFO]: [Factions] NOTE: Economy is disabled. You can enable it in config/main.conf [16:16:30 INFO]: [Factions] Using Vault with permissions plugin LuckPerms [16:16:30 INFO]: [Jobs] Successfully linked with Vault. [16:16:30 INFO]: [VoidGen] Generator settings have not been set. Using default values: [16:16:30 INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false} [16:16:30 INFO]: Done (32.967s)! For help, type "help" [16:16:30 INFO]: Timings Reset [16:16:30 INFO]: [Vault] Checking for Updates ... [16:16:30 INFO]: [io.paradaux.hiberniadiscord] There are no new updates available [16:16:30 INFO]: [PlotSquared/UpdateUtility] There appears to be a PlotSquared update available! [16:16:30 INFO]: [PlotSquared/UpdateUtility] You are running version 6.2.1-Premium, the latest version is 6.5.0 [16:16:30 INFO]: [PlotSquared/UpdateUtility] https://www.spigotmc.org/resources/77506/updates [16:16:30 INFO]: [Vault] No new version available [16:16:30 INFO]: [dynmap] Loading resource pack lbpr.zip [16:16:31 INFO]: [TARDIS] There is a new TARDIS build! You are using #2402, the latest build is #2403! [16:16:31 INFO]: [TARDIS] Visit http://tardisjenkins.duckdns.org:8080/job/TARDIS/ or run the '/tardisadmin update_plugins' command [16:16:40 INFO]: [TARDIS] Debug: Advancement 'tardis:tardis' exists :) ```
eccentricdevotion commented 2 years ago

There are errors in the startup log for TARDIS worlds:

[16:16:23 INFO]: [TARDIS] Attempting to load world: 'TARDIS_TimeVortex'
[16:16:23 ERROR]: No key layers in MapLike[{}]; No key structures in MapLike[{}]

The only time I've seen errors like this is when a datapack is used to create the world. Make sure there are no weird files in your main worlds datapack directory?

eccentricdevotion commented 2 years ago

Could be a plugin conflict? I would suggest starting a local test server, initially with just TARDIS & TARDISChunkGenerator. Then start adding plugins one by one until you get the error.

adamwbb commented 2 years ago

seems like it fixed. I completly nuked the tardis plugin and its configs and the tardis worlds and readded the plugin. and everything seems to be working normally