IntellectualSites / PlotSquared

PlotSquared - Reinventing the plotworld
GNU General Public License v3.0
542 stars 735 forks source link

Randomly plotsquard just quit working in 1.14.4 Not sure why. #2575

Closed lorentedford closed 4 years ago

lorentedford commented 4 years ago

NOTICE:

! PlotSquared for Minecraft Java Edition versions between 1.7 through to 1.12.2 are considered
! legacy, and will receive limited to no support. Please consider upgrading to 1.13+ for
! future support.  Plugins exist for 1.13+ which bring back behaviors found in 1.8.8
! All versions of PlotSquared for Sponge and Nukkit(X) will recieve limited to no support
! due to lack of developer interest and time. Additionally, NukkitX has not had feature
! updates since the Better Together, which prevents some PlotSquared features from ever
! functioning.  Contributions are always welcome however!

Feature requests & Suggestions are to be submitted at the PlotSquared Suggestions tracker

Code contributions are to be done through PRs, tagging the specific issue ticket(s) if applicable.

DISCORD INVITE LINK and please, for the love of the little sanity we have left, use the correct channels!

BUG REPORT TEMPLATE:

Required Information section:

ALL FIELDS IN THIS SECTION ARE REQUIRED, and must contain appropriate information

Server config info (Debug/file paste links):

Server type:

select one

Minecraft Version:

select one

Server build info:

This server is running CraftBukkit version git-Spigot-94af569-db98d54 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
You are 9 version(s) behind

WorldEdit/FAWE versions:

Description of the problem:

The server starts up but the /plots doesn't work it throws some sort of java error.. I recently had an Admin issue and had to ban an admin we reverted back to the old files before this admin and it still was throwing this error.. The admin was only an admin for three days.. I am suspecting that this is not though the reason that the plugin stopped working.

How to replicate:

Not sure how to replicate.

Additional Information:

The information here is optional for you to provide, however it may help us to more readily diagnose any compatibility and bug issues.

Other plugins being used on the server:

Plugins (17): CoreProtect, AdvancedPortals, WorldEdit, AsyncWorldEdit, PermissionsEx, DeluxeJoin, Vault, ProtocolLib, WorldGuard, Essentials, EssentialsChat, PlotSquared, SuperVanish, EssentialsSpawn, Multiverse-Core, DiscordSRV, Holograms

Relevant console output, log lines, and/or screenshots:

11:53:30

lorentedford issued server command: /plotme

Server thread/ERROR

11:53:30

null

Console

11:53:30

org.bukkit.command.CommandException: Cannot execute command 'plotme' in plugin PlotSquared v4.390 - plugin is disabled.
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:710) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1641) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:909) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:886) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:819) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
at java.lang.Thread.run(Thread.java:834) [?:?]`

### Additional relevant comments/remarks:
<!--- Use this space to give us any additional information which may be relevant to this issue, such as: if you are using a Minecraft hosting provider; unusual installation environment; etc -->

Here is what my latest.log file says
`[11:52:14] [Server thread/INFO]: Starting minecraft server version 1.14.4
[11:52:14] [Server thread/INFO]: Loading properties
[11:52:14] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-94af569-db98d54 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
[11:52:14] [Server thread/INFO]: Debug logging is disabled
[11:52:14] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:52:14] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:52:14] [Server thread/INFO]: Default game type: CREATIVE
[11:52:14] [Server thread/INFO]: Generating keypair
[11:52:15] [Server thread/INFO]: Starting Minecraft server on 10.10.10.131:25570
[11:52:15] [Server thread/INFO]: Using epoll channel type
[11:52:15] [Server thread/ERROR]: Ambiguous plugin name `PlotSquared' for files `plugins/PlotSquared-Bukkit-4.390.jar' and `plugins/PlotSquared-Bukkit-4.353.jar' in `plugins'
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Injecting NMS classes...
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Injecting WorldEdit classes...
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.eventbus.EventBus
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector2
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector3
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector2
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector3
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockStateHolder
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BaseBlock
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockState
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.entity.BaseEntity
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.Location
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.biome.BiomeType
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.weather.WeatherType
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.EditSession
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.function.operation.Operations
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extension.platform.PlayerProxy
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.reorder.MultiStageReorder
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SnapshotUtilCommands
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.ScriptingCommands
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SchematicCommands
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommands
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.UtilityCommandsRegistration
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommandsRegistration
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/PlayerWrapper
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/NoPermsPlayer
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/extension/platform/NoPermsActor
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/entity/IPlayerFactory
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/extension/platform/IActorFactory
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] Injector Enabled
[11:52:21] [Server thread/INFO]: [AsyncWorldEdit] New class factory set to: org.primesoft.asyncworldedit.asyncinjector.async.AsyncClassFactory
[11:52:21] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.
[11:52:21] [Server thread/WARN]: Plugin ProtocolLib v4.4.0 does not specify an api-version.
[11:52:22] [Server thread/WARN]: Plugin Holograms v2.9.1-SNAPSHOT does not specify an api-version.
[11:52:22] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.17.5
[11:52:22] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.2.0
[11:52:22] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012
[11:52:22] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7348929e]
[11:52:22] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.6.4
[11:52:22] [Server thread/INFO]: [AsyncWorldEdit] Plugin installed
[11:52:22] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[11:52:22] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[11:52:22] [Server thread/INFO]: [DeluxeJoin] Loading DeluxeJoin v2.7.1
[11:52:22] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[11:52:22] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
[11:52:22] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
[11:52:22] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0;02b731f
[11:52:22] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0
[11:52:22] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.0
[11:52:22] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v4.390
[11:52:22] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
[11:52:22] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.0
[11:52:22] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
[11:52:22] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.18.0
[11:52:22] [Server thread/INFO]: [Holograms] Loading Holograms v2.9.1-SNAPSHOT
[11:52:22] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012
[11:52:22] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[11:52:23] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
[11:52:23] [Server thread/WARN]: [WorldEdit] ====================================================
[11:52:23] [Server thread/WARN]: [WorldEdit]  WorldEdit works better if you use Paper 
[11:52:23] [Server thread/WARN]: [WorldEdit]  as your server software. 
[11:52:23] [Server thread/WARN]: [WorldEdit]   
[11:52:23] [Server thread/WARN]: [WorldEdit]  Paper offers significant performance improvements,
[11:52:23] [Server thread/WARN]: [WorldEdit]  bug fixes, security enhancements and optional
[11:52:23] [Server thread/WARN]: [WorldEdit]  features for server owners to enhance their server.
[11:52:23] [Server thread/WARN]: [WorldEdit]   
[11:52:23] [Server thread/WARN]: [WorldEdit]  Paper includes Timings v2, which is significantly
[11:52:23] [Server thread/WARN]: [WorldEdit]  better at diagnosing lag problems over v1.
[11:52:23] [Server thread/WARN]: [WorldEdit]   
[11:52:23] [Server thread/WARN]: [WorldEdit]  All of your plugins should still work, and the
[11:52:23] [Server thread/WARN]: [WorldEdit]  Paper community will gladly help you fix any issues.
[11:52:23] [Server thread/WARN]: [WorldEdit]   
[11:52:23] [Server thread/WARN]: [WorldEdit]  Join the Paper Community @ https://papermc.io
[11:52:23] [Server thread/WARN]: [WorldEdit] ====================================================
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.6.4
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] Platform set to Bukkit API
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] =     ___                         _       __           __    ________    ___ __   =
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] =    /   |  _______  ______  ____| |     / /___  _____/ /___/ / ____/___/ (_) /_  =
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] =   / /| | / ___/ / / / __ \/ ___/ | /| / / __ \/ ___/ / __  / __/ / __  / / __/  =
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] =  / ___ |(__  ) /_/ / / / / /__ | |/ |/ / /_/ / /  / / /_/ / /___/ /_/ / / /_    =
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] = /_/  |_/____/\__, /_/ /_/\___/ |__/|__/\____/_/  /_/\__,_/_____/\__,_/_/\__/    =
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] =             /____/                                                              =
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] = Author: SBPrime                                                                 =
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] =                                ________________                                 =
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] =                            ___/  free version  \___                             =
[11:52:23] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
[11:52:33] [Server thread/INFO]: [AsyncWorldEdit] Initializing WorldEdit.
[11:52:33] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] Undo cleanup started...
[11:52:33] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] ...undo cleanup done.
[11:52:33] [Server thread/INFO]: [AsyncWorldEdit] No matching adapter found for Bukkit.v1_14_R1, DirectChunkAPI disabled
[11:52:33] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix.
[11:52:33] [Server thread/INFO]: [AsyncWorldEdit] Enabled
[11:52:33] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[11:52:33] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[11:52:33] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[11:52:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[11:52:33] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[11:52:33] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[11:52:33] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[11:52:33] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
[11:52:33] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[11:52:33] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v4.390
[11:52:33] [Server thread/WARN]: [PlotSquared] ====================================================
[11:52:33] [Server thread/WARN]: [PlotSquared]  PlotSquared works better if you use Paper 
[11:52:33] [Server thread/WARN]: [PlotSquared]  as your server software. 
[11:52:33] [Server thread/WARN]: [PlotSquared] ====================================================
[11:52:33] [Server thread/INFO]: Version is PlotSquared-4.390
[11:52:33] [Thread-9/INFO]: [AsyncWorldEdit] You have an old version of the plugin. Your version: 3.6.4, available version: 3.6.14
[11:52:34] [Server thread/INFO]: [P2] Failed to open DATABASE connection. The plugin will disable itself.
[11:52:34] [Server thread/INFO]: MYSQL
[11:52:34] [Server thread/INFO]: ==== Here is an ugly stacktrace, if you are interested in those things ===
[11:52:34] [Server thread/WARN]: java.sql.SQLException: Access denied for user 'creativeminecraft'@'localhost' (using password: YES)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2199)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
[11:52:34] [Server thread/WARN]:    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[11:52:34] [Server thread/WARN]:    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[11:52:34] [Server thread/WARN]:    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[11:52:34] [Server thread/WARN]:    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
[11:52:34] [Server thread/WARN]:    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
[11:52:34] [Server thread/WARN]:    at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677)
[11:52:34] [Server thread/WARN]:    at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228)
[11:52:34] [Server thread/WARN]:    at com.github.intellectualsites.plotsquared.plot.database.MySQL.forceConnection(MySQL.java:46)
[11:52:34] [Server thread/WARN]:    at com.github.intellectualsites.plotsquared.plot.database.MySQL.openConnection(MySQL.java:56)
[11:52:34] [Server thread/WARN]:    at com.github.intellectualsites.plotsquared.plot.database.SQLManager.<init>(SQLManager.java:111)
[11:52:34] [Server thread/WARN]:    at com.github.intellectualsites.plotsquared.plot.PlotSquared.setupDatabase(PlotSquared.java:1583)
[11:52:34] [Server thread/WARN]:    at com.github.intellectualsites.plotsquared.plot.PlotSquared.<init>(PlotSquared.java:196)
[11:52:34] [Server thread/WARN]:    at com.github.intellectualsites.plotsquared.bukkit.BukkitMain.onEnable(BukkitMain.java:151)
[11:52:34] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[11:52:34] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
[11:52:34] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
[11:52:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
[11:52:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
[11:52:34] [Server thread/WARN]:    at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:203)
[11:52:34] [Server thread/WARN]:    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
[11:52:34] [Server thread/WARN]:    at java.base/java.lang.Thread.run(Thread.java:834)
[11:52:34] [Server thread/INFO]: ==== End of stacktrace ====
[11:52:34] [Server thread/INFO]: Please go to the PlotSquared 'storage.yml' and configure the database correctly.
[11:52:34] [Server thread/INFO]: [PlotSquared] Disabling PlotSquared v4.390
[11:52:34] [Server thread/WARN]: org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register com.github.intellectualsites.plotsquared.bukkit.listeners.PlayerEvents@3168d89a while not enabled
[11:52:34] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:552)
[11:52:34] [Server thread/WARN]:    at com.github.intellectualsites.plotsquared.bukkit.BukkitMain.registerPlayerEvents(BukkitMain.java:601)
[11:52:34] [Server thread/WARN]:    at com.github.intellectualsites.plotsquared.plot.PlotSquared.<init>(PlotSquared.java:206)
[11:52:34] [Server thread/WARN]:    at com.github.intellectualsites.plotsquared.bukkit.BukkitMain.onEnable(BukkitMain.java:151)
[11:52:34] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[11:52:34] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
[11:52:34] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
[11:52:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
[11:52:34] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
[11:52:34] [Server thread/WARN]:    at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:203)
[11:52:34] [Server thread/WARN]:    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
[11:52:34] [Server thread/WARN]:    at java.base/java.lang.Thread.run(Thread.java:834)
[11:52:34] [Server thread/INFO]: PlotSquared is now enabled
[11:52:34] [Server thread/INFO]: [P2] Metrics enabled.
[11:52:34] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[11:52:34] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[11:52:34] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[11:52:34] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[11:52:34] [Server thread/INFO]: Preparing level "creative"
[11:52:34] [Server thread/ERROR]: Could not set generator for default world 'creative': Plugin 'PlotSquared v4.390' is not enabled yet (is it load:STARTUP?)
[11:52:34] [Server thread/INFO]: Found new data pack file/bukkit, loading it automatically
[11:52:34] [Server thread/INFO]: Found new data pack vanilla, loading it automatically
[11:52:34] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[11:52:34] [Server thread/INFO]: Loaded 6 recipes
[11:52:34] [Server thread/INFO]: -------- World Settings For [creative] --------
[11:52:34] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:52:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[11:52:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:52:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[11:52:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[11:52:34] [Server thread/INFO]: Max TNT Explosions: 100
[11:52:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:52:34] [Server thread/INFO]: Mob Spawn Range: 6
[11:52:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Potato Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Vine Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: Kelp Growth Modifier: 100%
[11:52:34] [Server thread/INFO]: View Distance: 10
[11:52:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:52:34] [Server thread/INFO]: Item Despawn Rate: 6000
[11:52:34] [Server thread/INFO]: Item Merge Radius: 2.5
[11:52:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:52:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:52:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:52:35] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[11:52:35] [Server thread/INFO]: Preparing start region for dimension 'creative'/minecraft:overworld
[11:52:35] [Server thread/INFO]: Preparing spawn area: 0%
[11:52:35] [Server thread/INFO]: Preparing spawn area: 0%
[11:52:36] [Server thread/INFO]: Preparing spawn area: 60%
[11:52:36] [Server thread/INFO]: Time elapsed: 1206 ms
[11:52:36] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.17.5
[11:52:36] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[11:52:36] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage.
[11:52:36] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.2.0
[11:52:36] [Server thread/INFO]: [AdvancedPortals] Bukkit version detected v1_14_R1
[11:52:36] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[11:52:36] [Server thread/INFO]: Advanced portals have been successfully enabled!
[11:52:36] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[11:52:36] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[11:52:36] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[11:52:36] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[11:52:36] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[11:52:36] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
[11:52:36] [Server thread/INFO]: [DeluxeJoin] Enabling DeluxeJoin v2.7.1
[11:52:36] [Server thread/INFO]: [DeluxeJoin] 1 DeluxeJoinFormats loaded!
[11:52:36] [Server thread/INFO]: [DeluxeJoin] 1 DeluxeMotds loaded!
[11:52:36] [Server thread/INFO]: [DeluxeJoin] First join message is enabled!
[11:52:36] [Server thread/INFO]: [DeluxeJoin] No placeholder plugin found! Using DeluxeJoin for basic placeholders!
[11:52:36] [Server thread/INFO]: [DeluxeJoin] 3 placeholders active: %player%, %displayname%, %online%
[11:52:36] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0;02b731f
[11:52:36] [Server thread/INFO]: [WorldGuard] (creative) TNT ignition is PERMITTED.
[11:52:36] [Server thread/INFO]: [WorldGuard] (creative) Lighters are PERMITTED.
[11:52:36] [Server thread/INFO]: [WorldGuard] (creative) Lava fire is blocked.
[11:52:36] [Server thread/INFO]: [WorldGuard] (creative) Fire spread is UNRESTRICTED.
[11:52:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'creative'
[11:52:36] [Server thread/INFO]: [WorldGuard] Loading region data...
[11:52:37] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0
[11:52:37] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[11:52:37] [Server thread/INFO]: No kits found to migrate.
[11:52:37] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[11:52:37] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[11:52:37] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[11:52:37] [Server thread/INFO]: Loaded 19480 items from items.json.
[11:52:37] [Server thread/INFO]: Using locale en_US
[11:52:37] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[11:52:37] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[11:52:37] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[11:52:37] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
[11:52:37] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.0
[11:52:37] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
[11:52:37] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[11:52:37] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.0
[11:52:37] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
[11:52:37] [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].
[11:52:37] [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.
[11:52:37] [Server thread/INFO]: -------- World Settings For [world] --------
[11:52:37] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:52:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[11:52:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:52:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[11:52:37] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[11:52:37] [Server thread/INFO]: Max TNT Explosions: 100
[11:52:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:52:37] [Server thread/INFO]: Mob Spawn Range: 6
[11:52:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Potato Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Vine Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: Kelp Growth Modifier: 100%
[11:52:37] [Server thread/INFO]: View Distance: 10
[11:52:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:52:37] [Server thread/INFO]: Item Despawn Rate: 6000
[11:52:37] [Server thread/INFO]: Item Merge Radius: 2.5
[11:52:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:52:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:52:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:52:37] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[11:52:37] [Server thread/INFO]: Preparing spawn area: 0%
[11:52:38] [Server thread/INFO]: Preparing spawn area: 0%
[11:52:38] [Server thread/INFO]: Preparing spawn area: 75%
[11:52:38] [Server thread/INFO]: Time elapsed: 1490 ms
[11:52:38] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[11:52:38] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[11:52:38] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[11:52:38] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[11:52:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[11:52:39] [Server thread/INFO]: -------- World Settings For [test] --------
[11:52:39] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:52:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[11:52:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:52:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[11:52:39] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[11:52:39] [Server thread/INFO]: Max TNT Explosions: 100
[11:52:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:52:39] [Server thread/INFO]: Mob Spawn Range: 6
[11:52:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Potato Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Vine Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
[11:52:39] [Server thread/INFO]: View Distance: 10
[11:52:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:52:39] [Server thread/INFO]: Item Despawn Rate: 6000
[11:52:39] [Server thread/INFO]: Item Merge Radius: 2.5
[11:52:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:52:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:52:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:52:39] [Server thread/INFO]: Preparing start region for dimension 'test'/minecraft:overworld
[11:52:39] [Server thread/INFO]: Preparing spawn area: 0%
[11:52:39] [Server thread/INFO]: Preparing spawn area: 0%
[11:52:40] [Server thread/INFO]: Preparing spawn area: 92%
[11:52:40] [Server thread/INFO]: Time elapsed: 1267 ms
[11:52:40] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
[11:52:40] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
[11:52:40] [Server thread/INFO]: [WorldGuard] (test) Lava fire is blocked.
[11:52:40] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
[11:52:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
[11:52:40] [Server thread/INFO]: Could not set generator for world 'creative': Plugin 'PlotSquared v4.390' is not enabled
[11:52:40] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
[11:52:40] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
[11:52:40] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[11:52:40] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[11:52:40] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[11:52:40] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.18.0
[11:52:40] [Server thread/INFO]: [Holograms] Enabling Holograms v2.9.1-SNAPSHOT
[11:52:40] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_14_R1.HologramEntityControllerImpl
[11:52:40] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[11:52:41] [Server thread/INFO]: Done (6.938s)! For help, type "help"
[11:52:41] [Server thread/INFO]: [AsyncWorldEdit] Loading plugins...
[11:52:41] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[11:52:41] [Server thread/INFO]: [Holograms] Loaded hologram with "welcome" with 2 lines
[11:52:41] [Server thread/INFO]: [Holograms] Loaded hologram with "lobby" with 1 lines
[11:52:41] [Server thread/INFO]: [Holograms] Loaded hologram with "lobby2" with 1 lines
[11:52:41] [Server thread/INFO]: [Holograms] Loaded hologram with "spawn" with 1 lines
[11:52:41] [Craft Scheduler Thread - 1/INFO]: [Vault] Checking for Updates ... 
[11:52:41] [Craft Scheduler Thread - 1/INFO]: [Vault] No new version available
[11:52:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (28d529921bd8337368f3158405d9706590494dc1)
[11:52:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §8===============================================================================
[11:52:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §a         Need a server host? Try PebbleHost! Plans starting at $1/GB!
[11:52:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §a Use promo code "DISCORDSRV" at checkout for 15% off your first three bills!
[11:52:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §8===============================================================================
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[11:52:43] [JDA MainWS-WriteThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[11:52:43] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Loren Tedford(288818386937446401)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:linked-communities(640956790875357184)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:pterodactyl-control-panel(619972350556766239)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:chit-chat(288818386937446401)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:now-live(446844024247156757)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:random-media-post(532996173871710259)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:product-software-news(534028501301592065)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:twitch-subs(585254281674883124)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:csgo-servers(532998290329829377)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:admin(313382312538537986)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:data-stream(585255677291921418)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minecraft-bans(547253664218087473)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minecraft-chat(547197235503300626)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:lobby-chat(643269611529306112)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:creative-chat(643269887338479646)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:factions-chat(643270194906660866)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:survival-chat(643269804471615488)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ltcraft-chat(643269700259676160)
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
[11:52:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
[11:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[11:53:07] [User Authenticator #1/INFO]: UUID of player lorentedford is d4f8967f-ebd3-31ca-9f96-115342cfaf1d
[11:53:08] [Server thread/INFO]: [DiscordSRV] Player lorentedford joined with silent joining permission, not sending a join message
[11:53:08] [Server thread/INFO]: lorentedford[/10.10.10.132:35417] logged in with entity id 102 at ([creative]-73.5, 66.0, 174.5)
[11:53:09] [Server thread/INFO]: lorentedford has made the advancement [Getting an Upgrade]
[11:53:27] [Server thread/INFO]: lorentedford issued server command: /plot
[11:53:27] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'plot' in plugin PlotSquared v4.390 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:710) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1641) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:909) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:886) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:819) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at java.lang.Thread.run(Thread.java:834) [?:?]
[11:53:30] [Server thread/INFO]: lorentedford issued server command: /plotme
[11:53:30] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'plotme' in plugin PlotSquared v4.390 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:710) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1641) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:909) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:886) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:819) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
    at java.lang.Thread.run(Thread.java:834) [?:?]
[11:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[11:54:12] [Server thread/INFO]: Added lorentedfored to the whitelist
[11:54:21] [Server thread/INFO]: Removed lorentedfored from the whitelist
[11:54:28] [Server thread/INFO]: Player is already whitelisted
[11:54:40] [Server thread/INFO]: Whitelist is now turned on
[11:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[11:55:00] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] Chat: [Discord | Administrator] lorentedford > Whitelist is now on
[11:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[11:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[11:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[11:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[12:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[12:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[12:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[12:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
[12:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0

AFFIRMATION OF COMPLETION:

Citymonstret commented 4 years ago

[11:52:34] [Server thread/WARN]: java.sql.SQLException: Access denied for user 'creativeminecraft'@'localhost' (using password: YES) Your MySQL credentials are wrong.

NotMyFault commented 4 years ago

You also have PlotSquared twice for some reason, you can remove the v4.353 version.

lorentedford commented 4 years ago

Ah good catch will fix the database

lorentedford commented 4 years ago

I am so sorry I am just an idiot.. We are all good now thank you so much!