ChestShop-authors / ChestShop-3

ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
https://dev.bukkit.org/projects/chestshop
GNU Lesser General Public License v2.1
275 stars 175 forks source link

Selling in adventure mode not working #238

Open Domekologe opened 5 years ago

Domekologe commented 5 years ago

Plugin Version

ChestShop's version is: 3.10-SNAPSHOT (build 149)

Plugin Config

Default Config

Server Version

This server is running CraftBukkit version git-Spigot-df0eb25-30a6337 (MC: 1.14.2) (Implementing API version 1.14.2-R0.1-SNAPSHOT)

Server Log

[16:08:02] [Server thread/INFO]: [ChestShop] Domekologe bought 64 Iron Ingot for 150.00 from Admin Shop at [world2] 23624, 70, 28569
[16:08:03] [Server thread/WARN]: [ChestShop] Could not get balance account of c796b66c-a367-3137-a9dc-55f2befab2b9/null.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.
java.lang.RuntimeException: Economy username cannot be null
    at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:66) ~[?:?]
    at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:110) ~[?:?]
    at com.earth2me.essentials.api.Economy.getMoney(Economy.java:99) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:79) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:304) ~[?:?]
    at net.milkbowl.vault.economy.AbstractEconomy.getBalance(AbstractEconomy.java:25) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onAmountCheck(VaultListener.java:111) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:520) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:505) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:442) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.PreTransaction.PartialTransactionModule.onPreSellTransaction(PartialTransactionModule.java:113) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:520) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:505) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:143) ~[?:?]
    at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:520) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:505) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:429) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:396) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.PlayerInteractManager.a(PlayerInteractManager.java:110) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1189) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.PacketPlayInBlockDig.a(SourceFile:40) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.PacketPlayInBlockDig.a(SourceFile:10) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:13) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:135) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:114) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:895) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:888) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:123) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:872) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:805) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
[16:08:03] [Server thread/INFO]: [ChestShop] Domekologe sold 64 Iron Ingot for 50.00 to Admin Shop at [world2] 23624, 70, 28569

What other plugins are you running?

Vault EssentialsX DynMap CMDSign MarriageMaster ChopTree ChatEx Worldguard Worldedir ASyncWorldEdit EpicBackpacks Minepacks Multiverse-Core Multiverse-NetherPortals Ultrapermissions Teleportsigns Worldborder Commandsigns ChestProtect ChatEx ActionHealth Craftbook EditableSign All on the newest version for 1.14.2 (if this is not official it is the developer Edition)

What is happening?

Only Admins can sell on Shops (Permission *) All others can't and they have all Shop, Buy and Sell permissions. Buying is possible but not sell.

What did you expect to happen?

Nothing happens. No Message or something else. Only the Error in the log. (Domekologe is an admin, so he can sell but no one else)

Phoenix616 commented 5 years ago

Please provide some more information like your full log, config file and some more info regarding which user tried it (and if it's an online mode one) and with which user's shop as well as which permissions you granted to the users not able to sell (users should be able to use shops by default unless your permissions plugin changes something (at least I never had an issue with LuckPerms regarding that which is basically the standard nowadays))

On Sun, 16 Jun 2019, 16:24 Domenick <notifications@github.com wrote:

Plugin Version

ChestShop's version is: 3.10-SNAPSHOT (build 149) Plugin Config

Default Config Server Version

This server is running CraftBukkit version git-Spigot-df0eb25-30a6337 (MC: 1.14.2) (Implementing API version 1.14.2-R0.1-SNAPSHOT) Server Log

[16:08:02] [Server thread/INFO]: [ChestShop] Domekologe bought 64 Iron Ingot for 150.00 from Admin Shop at [world2] 23624, 70, 28569 [16:08:03] [Server thread/WARN]: [ChestShop] Could not get balance account of c796b66c-a367-3137-a9dc-55f2befab2b9/null.This is probably due to MilkBowl/Vault#746 https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error. java.lang.RuntimeException: Economy username cannot be null at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:66) ~[?:?] at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:110) ~[?:?] at com.earth2me.essentials.api.Economy.getMoney(Economy.java:99) ~[?:?] at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:79) ~[?:?] at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:304) ~[?:?] at net.milkbowl.vault.economy.AbstractEconomy.getBalance(AbstractEconomy.java:25) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onAmountCheck(VaultListener.java:111) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:520) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:505) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:442) ~[?:?] at com.Acrobot.ChestShop.Listeners.PreTransaction.PartialTransactionModule.onPreSellTransaction(PartialTransactionModule.java:113) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:520) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:505) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:143) ~[?:?] at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:520) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:505) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:429) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:396) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.PlayerInteractManager.a(PlayerInteractManager.java:110) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1189) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.PacketPlayInBlockDig.a(SourceFile:40) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.PacketPlayInBlockDig.a(SourceFile:10) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:13) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:135) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:114) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:895) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:888) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:123) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:872) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:805) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [16:08:03] [Server thread/INFO]: [ChestShop] Domekologe sold 64 Iron Ingot for 50.00 to Admin Shop at [world2] 23624, 70, 28569 What other plugins are you running?

Vault EssentialsX DynMap CMDSign MarriageMaster ChopTree ChatEx Worldguard Worldedir ASyncWorldEdit EpicBackpacks Minepacks Multiverse-Core Multiverse-NetherPortals Ultrapermissions Teleportsigns Worldborder Commandsigns ChestProtect ChatEx ActionHealth Craftbook EditableSign All on the newest version for 1.14.2 (if this is not official it is the developer Edition) What is happening?

Only Admins can sell on Shops (Permission *) All others can't and they have all Shop, Buy and Sell permissions. Buying is possible but not sell. What did you expect to happen?

Nothing happens. No Message or something else. Only the Error in the log. (Domekologe is an admin, so he can sell but no one else)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ChestShop-authors/ChestShop-3/issues/238?email_source=notifications&email_token=ABMAMTMHL4SLIFJL2UQYQTDP2ZLKDA5CNFSM4HYRM7A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZX67NA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMAMTMCAWQU56KARJJBOKLP2ZLKDANCNFSM4HYRM7AQ .

Domekologe commented 5 years ago

The users are:

The Permissions for the users are:

The interesting is: Yesterday all works fine. Today morning I made an update of the server file only (with the Spigot Build Tools)

Phoenix616 commented 5 years ago

Please use a paste site or upload the log file directly... this spams the comments and makes it unreadable due to missing new lines.

On Sun, 16 Jun 2019, 17:01 Domenick <notifications@github.com wrote:

Hi ok here is the full log:

15:54:15: Starting minecraft server version 1.14.2 15:54:15: Loading properties [15:54:15] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-df0eb25-30a6337 (MC: 1.14.2) (Implementing API version 1.14.2-R0.1-SNAPSHOT) 15:54:15: Server Ping Player Sample Count: 12 15:54:15: Using 4 threads for Netty based IO 15:54:15: Debug logging is disabled 15:54:15: Default game type: SURVIVAL 15:54:15: Generating keypair 15:54:16: Starting Minecraft server on 178.33.174.250:25565 [15:54:16] [Server thread/INFO]: Using epoll channel type 15:54:21: Plugin dynmap v3.0-beta-4-213 does not specify an api-version. 15:54:21: Plugin ServerInfo v2.7.1 does not specify an api-version. 15:54:21: Plugin TeleportSigns v1.1.5 does not specify an api-version. 15:54:21: Plugin ProtocolLib v4.5.0-SNAPSHOT does not specify an api-version. 15:54:21: Plugin PowerlessLamps v2.5 does not specify an api-version. 15:54:21: Plugin AutoItemReload v1.0 does not specify an api-version. 15:54:21: [AsyncWorldEdit] Injector platform set to: InjectorBukkit 15:54:21: [AsyncWorldEdit] Injecting NMS classes... 15:54:21: [AsyncWorldEdit] Injecting WorldEdit classes... 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.eventbus.EventBus 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector2 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector3 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector2 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector3 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockStateHolder [15:54:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BaseBlock 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockState 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.entity.BaseEntity 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.Location 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.biome.BiomeType 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.weather.WeatherType [15:54:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.EditSession 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.function.operation.Operations [15:54:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard [15:54:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extension.platform.PlayerProxy [15:54:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.reorder.MultiStageReorder [15:54:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SnapshotUtilCommands [15:54:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.ScriptingCommands [15:54:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SchematicCommands [15:54:21] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommands 15:54:21: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.UtilityCommandsRegistration [15:54:22] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommandsRegistration [15:54:22] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/PlayerWrapper 15:54:22: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/NoPermsPlayer 15:54:22: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/extension/platform/NoPermsActor 15:54:22: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/entity/IPlayerFactory 15:54:22: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/extension/platform/IActorFactory 15:54:22: [AsyncWorldEdit] Injector Enabled 15:54:22: [AsyncWorldEdit] New class factory set to: org.primesoft.asyncworldedit.asyncinjector.async.AsyncClassFactory [15:54:22] [Server thread/ERROR]: Could not load 'plugins/RegionGUI.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: CT-Core at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:220) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [15:54:22] [Server thread/WARN]: Plugin MapLoader v1.3.2 does not specify an api-version. 15:54:22: Plugin ChatEx v1.6 does not specify an api-version. 15:54:22: Plugin ActionHealth v3.3.1 does not specify an api-version. 15:54:22: [dynmap] Loading dynmap v3.0-beta-4-213 15:54:22: [dynmap] version=git-Spigot-df0eb25-30a6337 (MC: 1.14.2) [15:54:22] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks 15:54:22: [dynmap] inhabitedTicks field not found - inhabited shader not functional 15:54:22: [dynmap] Mod Support API available 15:54:22: [WorldEdit] Loading WorldEdit v7.0.0;214af8a [15:54:23] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@5714bc2b] 15:54:23: [ServerInfo] Loading ServerInfo v2.7.1 15:54:23: [ClearLag] Loading ClearLag v3.0.6 15:54:23: [WorldBorder] Loading WorldBorder v1.9.10 (beta) 15:54:23: [ChestProtect] Loading ChestProtect v1.7.0.8 15:54:23: [TeleportSigns] Loading TeleportSigns v1.1.5 15:54:23: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT 15:54:23: [ProtocolLib] Version (MC: 1.14.2) has not yet been tested! Proceed with caution. 15:54:23: [Multiverse-Core] Loading Multiverse-Core v4.0.0-SNAPSHOT-b764 15:54:23: [PowerlessLamps] Loading PowerlessLamps v2.5 15:54:23: [AutoItemReload] Loading AutoItemReload v1.0 [15:54:23] [Server thread/INFO]: [EpicBackpacks] Loading EpicBackpacks v1.1.19 15:54:23: [AsyncWorldEdit] Loading AsyncWorldEdit v3.6.4 15:54:23: [AsyncWorldEdit] Plugin installed 15:54:23: [Minepacks] Loading Minepacks v2.0.3-Release 15:54:23: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode! [15:54:23] [Server thread/INFO]: [MapLoader] Loading MapLoader v1.3.2 [15:54:23] [Server thread/INFO]: [ChestShopTools] Loading ChestShopTools v1.1-SNAPSHOT (build

56) 15:54:23: [PlayerInfo] Loading PlayerInfo v3.0

15:54:23: [Multiverse-Portals] Loading Multiverse-Portals v4.0.0-SNAPSHOT-b796 15:54:23: [Vault] Loading Vault v1.7.2-b107 15:54:23: [UltraPermissions] Loading UltraPermissions v4.1.8 [15:54:23] [Server thread/INFO]: [CmdSigns] Loading CmdSigns v1.0.7 [15:54:23] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.169 15:54:23: [MarriageMaster] Loading MarriageMaster v1.31.16 15:54:23: [PerWorldInventory] Loading PerWorldInventory v2.3.1 15:54:23: [CommandSigns] Loading CommandSigns v2.1.0 15:54:23: [WorldGuard] Loading WorldGuard v7.0.1-beta-01;14e7525 15:54:23: [ChopTree2] Loading ChopTree2 v1.14.1-2.4.2 [15:54:23] [Server thread/INFO]: [EditableSign] Loading EditableSign v6.1.0 [15:54:23] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.16.1.169 15:54:23: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.16.1.169 15:54:23: [CraftBook] Loading CraftBook v3.10-rc-2;4e5f9b1 [15:54:23] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.6 15:54:23: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.0.0-SNAPSHOT-b754 15:54:23: [EssentialsSpawn] Loading EssentialsSpawn v2.16.1.169 15:54:23: [ChestShop] Loading ChestShop v3.10-SNAPSHOT (build 149) [15:54:23] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.1-beta-01;14e7525 loaded. 15:54:23: [Jobs] Loading Jobs v4.12.0 15:54:23: [ActionHealth] Loading ActionHealth v3.3.1 15:54:23: [WorldEdit] Enabling WorldEdit v7.0.0;214af8a 15:54:23: WEPIF: Using the Bukkit Permissions API.

==================================================== [15:54:23] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper 15:54:23: [WorldEdit] as your server software. 15:54:23: [WorldEdit] [15:54:23] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements, 15:54:23: [WorldEdit] bug fixes, security enhancements and optional 15:54:23: [WorldEdit] features for server owners to enhance their server. 15:54:23: [WorldEdit] 15:54:23: [WorldEdit] Paper includes Timings v2, which is significantly 15:54:23: [WorldEdit] better at diagnosing lag problems over v1. 15:54:23: [WorldEdit] [15:54:23] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the 15:54:23: [WorldEdit] Paper community will gladly help you fix any issues. 15:54:23: [WorldEdit] 15:54:23: [WorldEdit] Join the Paper Community @ https://papermc.io 15:54:23: [WorldEdit] ==================================================== [15:54:23] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT 15:54:23: [ProtocolLib] Started structure compiler thread. 15:54:23: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.6.4 15:54:23: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer 15:54:23: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer 15:54:23: [AsyncWorldEdit] Platform set to Bukkit API 15:54:23: [AsyncWorldEdit]

15:54:23: [AsyncWorldEdit] = __ _ _ = 15:54:23: [AsyncWorldEdit] = / | ____ __ | | / /__ / // / ____// () / = [15:54:23] [Server thread/INFO]: [AsyncWorldEdit] = / /| | / _/ / / / _ \/ / | /| / / \/ _/ / / / / / / _/ = 15:54:23: [AsyncWorldEdit] = / |( ) /_/ / / / / /_ | |/ |/ / // / / / / // / // // / / / = 15:54:23: [AsyncWorldEdit] = // |//\, // //_/ |/|/__// //\,/____/_,//_/ = 15:54:23: [AsyncWorldEdit] = /____/ = 15:54:23: [AsyncWorldEdit] = Author: SBPrime = 15:54:23: [AsyncWorldEdit] = = 15:54:23: [AsyncWorldEdit]

15:54:23: [AsyncWorldEdit] Initializing WorldEdit. [15:54:23] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] Undo cleanup started... [15:54:23] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] ...undo cleanup done. 15:54:23: [AsyncWorldEdit] No matching adapter found for Bukkit.v1_14_R1, DirectChunkAPI disabled 15:54:23: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix. [15:54:23] [Server thread/INFO]: [AsyncWorldEdit] Enabled 15:54:23:

[Economy] Essentials Economy found: Waiting [15:54:23] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. 15:54:23: [Vault] Enabled Version 1.7.2-b107 15:54:23: WEPIF: Using the Bukkit Permissions API. 15:54:23: Preparing level "world2" 15:54:23: Reloading ResourceManager: Default, bukkit [15:54:23] [Thread-11/INFO]: [AsyncWorldEdit] You have an old version of the plugin. Your version: 3.6.4, available version: 3.6.5 15:54:24: Loaded 6 recipes 15:54:24: -------- World Settings For [world2] -------- [15:54:24] [Server thread/INFO]: Experience Merge Radius: 3.0 15:54:24: Mob Spawn Range: 6 15:54:24: Cactus Growth Modifier: 100% 15:54:24: Cane Growth Modifier: 100% 15:54:24: Melon Growth Modifier: 100% [15:54:24] [Server thread/INFO]: Mushroom Growth Modifier: 100% [15:54:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [15:54:24] [Server thread/INFO]: Sapling Growth Modifier: 100% [15:54:24] [Server thread/INFO]: Beetroot Growth Modifier: 100% [15:54:24] [Server thread/INFO]: Carrot Growth Modifier: 100% 15:54:24: Potato Growth Modifier: 100% 15:54:24: Wheat Growth Modifier: 100% 15:54:24: NetherWart Growth Modifier: 100% 15:54:24: Vine Growth Modifier: 100% 15:54:24: Cocoa Growth Modifier: 100% [15:54:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true 15:54:24: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 15:54:24: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [15:54:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 15:54:24: Max TNT Explosions: 100 15:54:24: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms 15:54:24: View Distance: 15 15:54:24: Allow Zombie Pigmen to spawn from portal blocks: true 15:54:24: Item Despawn Rate: 6000 15:54:24: Item Merge Radius: 2.5 15:54:24: Arrow Despawn Rate: 1200 15:54:24: Zombie Aggressive Towards Villager: false 15:54:24: Nerfing mobs spawned from spawners: false [15:54:24]

com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R2 as the Bukkit adapter 15:54:24: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [15:54:25] [Server thread/INFO]: -------- World Settings For [world2_nether] -------- 15:54:25: Experience Merge Radius: 3.0 15:54:25: Mob Spawn Range: 6 15:54:25: Cactus Growth Modifier: 100% 15:54:25: Cane Growth Modifier: 100% 15:54:25: Melon Growth Modifier: 100% 15:54:25: Mushroom Growth Modifier: 100% 15:54:25: Pumpkin Growth Modifier: 100% [15:54:25] [Server thread/INFO]: Sapling Growth Modifier: 100% [15:54:25] [Server thread/INFO]: Beetroot Growth Modifier: 100% [15:54:25] [Server thread/INFO]: Carrot Growth Modifier: 100% 15:54:25: Potato Growth Modifier: 100% 15:54:25: Wheat Growth Modifier: 100% 15:54:25: NetherWart Growth Modifier: 100% 15:54:25: Vine Growth Modifier: 100% 15:54:25: Cocoa Growth Modifier: 100% [15:54:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true 15:54:25: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 15:54:25: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [15:54:25] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 15:54:25: Max TNT Explosions: 100 15:54:25: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms 15:54:25: View Distance: 15 15:54:25: Allow Zombie Pigmen to spawn from portal blocks: true 15:54:25: Item Despawn Rate: 6000 15:54:25: Item Merge Radius: 2.5 15:54:25: Arrow Despawn Rate: 1200 15:54:25: Zombie Aggressive Towards Villager: false 15:54:25: Nerfing mobs spawned from spawners: false 15:54:25: -------- World Settings For [world2_the_end] -------- 15:54:25: Experience Merge Radius: 3.0 15:54:25: Mob Spawn Range: 6 15:54:25: Cactus Growth Modifier: 100% 15:54:25: Cane Growth Modifier: 100% 15:54:25: Melon Growth Modifier: 100% 15:54:25: Mushroom Growth Modifier: 100% 15:54:25: Pumpkin Growth Modifier: 100% [15:54:25] [Server thread/INFO]: Sapling Growth Modifier: 100% [15:54:25] [Server thread/INFO]: Beetroot Growth Modifier: 100% [15:54:25] [Server thread/INFO]: Carrot Growth Modifier: 100% 15:54:25: Potato Growth Modifier: 100% 15:54:25: Wheat Growth Modifier: 100% 15:54:25: NetherWart Growth Modifier: 100% 15:54:25: Vine Growth Modifier: 100% 15:54:25: Cocoa Growth Modifier: 100% [15:54:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true 15:54:25: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 15:54:25: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [15:54:25] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 15:54:25: Max TNT Explosions: 100 15:54:25: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms 15:54:25: View Distance: 15 15:54:25: Allow Zombie Pigmen to spawn from portal blocks: true 15:54:25: Item Despawn Rate: 6000 15:54:25: Item Merge Radius: 2.5 15:54:25: Arrow Despawn Rate: 1200 15:54:25: Zombie Aggressive Towards Villager: false 15:54:25: Nerfing mobs spawned from spawners: false 15:54:25: Preparing start region for dimension 'world2'/minecraft:overworld 15:54:26: Preparing spawn area: 0% 15:54:26: Preparing spawn area: 0% 15:54:26: Preparing spawn area: 0% 15:54:26: Preparing spawn area: 100% [15:54:27] [Server thread/INFO]: Preparing spawn area: 100% 15:54:27: Time elapsed: 2276 ms 15:54:27: Preparing start region for dimension 'world2_nether'/minecraft:the_nether 15:54:28: Preparing spawn area: 0% [15:54:28] [Server thread/INFO]: Preparing spawn area: 0% 15:54:28: Preparing spawn area: 0% [15:54:28] [Server-Worker-3/INFO]: Preparing spawn area: 83% [15:54:29] [Server-Worker-2/INFO]: Preparing spawn area: 83% [15:54:29] [Server-Worker-8/INFO]: Preparing spawn area: 83% [15:54:30] [Server-Worker-7/INFO]: Preparing spawn area: 83% [15:54:30] [Server-Worker-1/INFO]: Preparing spawn area: 99% [15:54:30] [Server thread/INFO]: Time elapsed: 3525 ms 15:54:30: Preparing start region for dimension 'world2_the_end'/minecraft:the_end 15:54:30: Preparing spawn area: 0% [15:54:31] [Server-Worker-5/INFO]: Preparing spawn area: 90% [15:54:31] [Server thread/INFO]: Time elapsed: 580 ms 15:54:31: [dynmap] Enabling dynmap v3.0-beta-4-213 15:54:31: [dynmap] Using Bukkit Permissions (superperms) for access control 15:54:31: [dynmap] Web interface permissions only available for online users 15:54:31: [dynmap] Mod Support processing completed 15:54:32: [dynmap] Loaded 25 shaders. 15:54:32: [dynmap] Loaded 82 perspectives. 15:54:32: [dynmap] Loaded 14 lightings. 15:54:32: [dynmap] Web server started on address 178.33.174.250:8123 15:54:32: [dynmap] version 3.0-beta-4-213 is enabled - core version 3.0-beta-4-213 15:54:32: [dynmap] For support, visit https://forums.dynmap.us 15:54:32: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [15:54:32] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world2'. [15:54:32] [Server thread/INFO]: [dynmap] Loaded 7 pending tile renders for world 'world2' 15:54:32: [dynmap] Loaded 2 maps of world 'world2_nether'. 15:54:32: [dynmap] Loaded 2 maps of world 'world2_the_end'. 15:54:32: [dynmap] Enabled 15:54:32: [ServerInfo] Enabling ServerInfo v2.7.1 15:54:32: [ServerInfo] Registered commands successfully. 15:54:32: [ServerInfo] Registered events successfully. 15:54:32: [ServerInfo] Registered and loaded config successfully. 15:54:32: [ServerInfo] ServerInfo v2.7.1 has been enabled. [15:54:32] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.0.6 [15:54:32] [Server thread/INFO]: [ClearLag] Loading modules... [15:54:32] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values 15:54:32: [ClearLag] Modules have been loaded! 15:54:32: [ClearLag] Clearlag is now enabled! [15:54:32] [Thread-21/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.14]... 15:54:32: [WorldBorder] Enabling WorldBorder v1.9.10 (beta) 15:54:32: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5. 15:54:32: [WorldBorder] [CONFIG] Border-checking timed task started. 15:54:32: [WorldBorder] [CONFIG] World "world2" has border radius 100000 at X: 23561.6 Z: 28554.5 15:54:32: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders. 15:54:32: [WorldBorder] For reference, the main world's spawn location is at X: 23581.0 Y: 63.0 Z: 28554.0 15:54:32: [ChestProtect] Enabling ChestProtect v1.7.0.8 15:54:32: [ChestProtect] [Database] Starting backup creation. 15:54:32: [ChestProtect] [Database] Done. Saving backup to: plugins/ChestProtect/Backups/VERSION_1.7.0.8_TIME_Sun_Jun_16_15.54.32_CEST_2019.zip 15:54:32: [ChestProtect] [Database] Starting UUID caching. [15:54:32] [Thread-22/INFO]: [ChestProtect] [Database] UUID caching finished. Cached total of 7 UUIDs. 15:54:32: [ChestProtect] [GUI] Material is invalid. Item: gui.settings_player.l.trust_persistent.material. Using default now. 15:54:32: [ChestProtect] [GUI] Material is invalid. Item: gui.settings_player.l.untrust_persistent.material. Using default now. 15:54:32: [ChestProtect] [GUI] Material is invalid. Item: gui.protection.s.delete.material. Using default now. 15:54:32: [ChestProtect] [GUI] Material is invalid. Item: gui.settings_role.l.player_trust.material. Using default now. 15:54:32: [ChestProtect] [GUI] Material is invalid. Item: gui.settings_role.l.player_untrust.material. Using default now. 15:54:32: [ChestProtect] [GUI] Material is invalid. Item: gui.player.s.untrust.material. Using default now. [15:54:32] [Server thread/WARN]: [ChestProtect] [GUI] Material is invalid. Item: gui.player.f.player.material. Using default now. [15:54:32] [Server thread/WARN]: [ChestProtect] [GUI] Material is invalid. Item: gui.player.a.untrust_noAccess.material. Using default now. 15:54:32: [ChestProtect] [GUI] There appeared 8 errors while loading the GUI config. 15:54:32: [ChestProtect] [GUI] This errors are caused because of invalid configurations. Please edit config. 15:54:32: [ChestProtect] [GUI] Applied all default values to error values. 15:54:32: [TeleportSigns] Enabling TeleportSigns v1.1.5 [15:54:33] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.0.0-SNAPSHOT-b764 15:54:33: [Multiverse-Core] "Multiverse-Core v4.0.0-SNAPSHOT-b764" 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]. 15:54:33: [Multiverse-Core] Exception while loading value for environment 15:54:33: [Multiverse-Core] Exception while loading value for environment [15:54:33] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment 15:54:33: [Multiverse-Core] Exception while loading value for environment 15:54:33: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world 15:54:33: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:54:33] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end [15:54:33] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! 15:54:33: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether 15:54:33: [Multiverse-Core] Use '/mv remove' to remove it from the config! 15:54:33: java.lang.NullPointerException 15:54:33: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.createWorld(CraftServer.java:949)

org.bukkit.Bukkit.createWorld(Bukkit.java:458) [15:54:33] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:279)

com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:467)

com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:448)

com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:423)

com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:728)

com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:315)

org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)

org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)

org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416)

org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:458)

org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:372)

net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440)

net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258)

net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) 15:54:33: at java.lang.Thread.run(Thread.java:748) [15:54:33] [Server thread/ERROR]: [Multiverse-Core] The world 'NewWorld1-14-1' could NOT be loaded because it contains errors and is probably corrupt! [15:54:33] [Server thread/ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'NewWorld1-14-1'

https://github.com/Fenixin/Minecraft-Region-Fixer [15:54:33] [Server thread/WARN]: java.lang.NullPointerException [15:54:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.createWorld(CraftServer.java:949)

org.bukkit.Bukkit.createWorld(Bukkit.java:458) [15:54:33] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:279)

com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:467)

com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:448)

com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:423)

com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:728)

com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:315)

org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)

org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)

org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416)

org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:458)

org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:372)

net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440)

net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258)

net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) 15:54:33: at java.lang.Thread.run(Thread.java:748) [15:54:33] [Server thread/ERROR]: [Multiverse-Core] The world 'NewMap' could NOT be loaded because it contains errors and is probably corrupt! [15:54:33] [Server thread/ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'NewMap' [15:54:33] [Server thread/ERROR]: [Multiverse-Core] https://github.com/Fenixin/Minecraft-Region-Fixer [15:54:33] [Server thread/INFO]: -------- World Settings For [Flatworld] -------- 15:54:33: Experience Merge Radius: 3.0 [15:54:33] [Server thread/INFO]: Mob Spawn Range: 6 15:54:33: Cactus Growth Modifier: 100% 15:54:33: Cane Growth Modifier: 100% 15:54:33: Melon Growth Modifier: 100% 15:54:33: Mushroom Growth Modifier: 100% 15:54:33: Pumpkin Growth Modifier: 100% [15:54:33] [Server thread/INFO]: Sapling Growth Modifier: 100% [15:54:33] [Server thread/INFO]: Beetroot Growth Modifier: 100% [15:54:33] [Server thread/INFO]: Carrot Growth Modifier: 100% 15:54:33: Potato Growth Modifier: 100% 15:54:33: Wheat Growth Modifier: 100% 15:54:33: NetherWart Growth Modifier: 100% 15:54:33: Vine Growth Modifier: 100% 15:54:33: Cocoa Growth Modifier: 100% [15:54:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true 15:54:33: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 15:54:33: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [15:54:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 15:54:33: Max TNT Explosions: 100 15:54:33: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms 15:54:33: View Distance: 15 15:54:33: Allow Zombie Pigmen to spawn from portal blocks: true 15:54:33: Item Despawn Rate: 6000 15:54:33: Item Merge Radius: 2.5 15:54:33: Arrow Despawn Rate: 1200 15:54:33: Zombie Aggressive Towards Villager: false 15:54:33: Nerfing mobs spawned from spawners: false 15:54:33: Preparing start region for dimension 'Flatworld'/minecraft:overworld 15:54:33: Preparing spawn area: 0% 15:54:34: Preparing spawn area: 0% 15:54:34: Preparing spawn area: 84% [15:54:34] [Thread-21/INFO]: [ClearLag] No updates found! [15:54:34] [Server thread/INFO]: Preparing spawn area: 94% 15:54:34: Time elapsed: 1765 ms 15:54:34: [dynmap] Loaded 3 maps of world 'Flatworld'. 15:54:34: [Multiverse-Core] 4 - World(s) loaded. 15:54:35: [Multiverse-Core] Version 4.0.0-SNAPSHOT-b764 (API v23) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman [15:54:35] [Server thread/INFO]: [PowerlessLamps] Enabling PowerlessLamps v2.5 15:54:35: [AutoItemReload] Enabling AutoItemReload v1.0 15:54:35: [EpicBackpacks] Enabling EpicBackpacks v1.1.19 15:54:35: -=[ EpicBackPacks ]=- 15:54:35: Version: 1.1.19 15:54:35: Server version: v1_14_R1 15:54:37: [Minepacks] Enabling Minepacks v2.0.3-Release 15:54:37: [Minepacks] Starting Minepacks in standalone mode! [15:54:37] [Server thread/INFO]: [Minepacks] �[32mConfig file successfully loaded.�[0m 15:54:37: [Minepacks] �[32mLanguage file successfully loaded. Language: en�[0m 15:54:37: Minepacks-Connection-Pool - Starting... 15:54:37: Minepacks-Connection-Pool - Start completed. [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: NotFromConsole 15:54:37: [Minepacks] No translation for key: Ingame.WorldDisabled 15:54:37: [Minepacks] No translation for key: Ingame.NaN 15:54:37: [Minepacks] No translation for key: Commands.HelpFormat [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Commands.Description.Backpack 15:54:37: [Minepacks] No translation for key: Ingame.Open.Cooldown [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Ingame.Open.WrongGameMode 15:54:37: [Minepacks] No translation for key: Commands.Description.OpenOthers 15:54:37: [Minepacks] No translation for key: Commands.PlayerNameVariable 15:54:37: [Minepacks] No translation for key: Commands.Description.Clean 15:54:37: [Minepacks] No translation for key: Ingame.Clean.BackpackCleaned [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Commands.Description.CleanOthers 15:54:37: [Minepacks] No translation for key: Commands.PlayerNameVariable 15:54:37: [Minepacks] No translation for key: Commands.Description.Reload 15:54:37: [Minepacks] No translation for key: Ingame.Reload.Reloading [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Ingame.Reload.Reloaded 15:54:37: [Minepacks] No translation for key: Commands.Description.Update 15:54:37: [Minepacks] No translation for key: Ingame.Update.CheckingForUpdates [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Ingame.Update.Updated 15:54:37: [Minepacks] No translation for key: Ingame.Update.NoUpdate 15:54:37: [Minepacks] No translation for key: Ingame.Update.UpdateFail [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Ingame.Update.UpdateAvailable 15:54:37: [Minepacks] No translation for key: Commands.Description.Backup [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Commands.PlayerNameVariable 15:54:37: [Minepacks] No translation for key: Ingame.Backup.Created 15:54:37: [Minepacks] No translation for key: Ingame.Backup.NoBackpack 15:54:37: [Minepacks] No translation for key: Commands.Description.Restore 15:54:37: [Minepacks] No translation for key: Ingame.Restore.ParameterBackupName 15:54:37: [Minepacks] No translation for key: Commands.PlayerNameVariable 15:54:37: [Minepacks] No translation for key: Ingame.Restore.Headline [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Ingame.Restore.Footer 15:54:37: [Minepacks] No translation for key: Ingame.Restore.BackupEntry 15:54:37: [Minepacks] No translation for key: Ingame.Restore.NoValidBackup [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Ingame.Restore.NoUserToRestoreToFound 15:54:37: [Minepacks] No translation for key: Ingame.Restore.Restored 15:54:37: [Minepacks] No translation for key: Ingame.Restore.BackupEntry 15:54:37: [Minepacks] No translation for key: Commands.Description.Migrate [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Commands.Description.Version 15:54:37: [Minepacks] No translation for key: Commands.Description.Help [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Ingame.Help.Header 15:54:37: [Minepacks] No translation for key: Ingame.Help.Footer 15:54:37: [Minepacks] No translation for key: Ingame.OwnBackpackClose [15:54:37] [Server thread/INFO]: [Minepacks] No translation for key: Ingame.PlayerBackpackClose 15:54:37: [Minepacks] No translation for key: Ingame.NotAllowedInBackpack [15:54:37] [Server thread/INFO]: [Minepacks] �[32mItem name language file successfully loaded. Language: english Author: GeorgH93�[0m 15:54:37: [Minepacks] Loading item translations ... 15:54:37: [Minepacks] Finished loading item translations for 830 items. 15:54:37: [Minepacks] �[32m Minepacks has been enabled! �[33m :) �[0m 15:54:37: [MapLoader] Enabling MapLoader v1.3.2 15:54:37: [MapLoader] MapLoader enabled! 15:54:37: [ChestShopTools] Enabling ChestShopTools v1.1-SNAPSHOT (build #56) 15:54:37: [ChestShopTools] No file found in plugins/ChestShopTools/offlinemessages.map 15:54:37: [ChestShopTools] New file created in plugins/ChestShopTools/offlinemessages.map 15:54:37: [ChestShopTools] Sucessfully loaded cooldown.map. [15:54:37] [Server thread/ERROR]: Error occurred while enabling ChestShopTools v1.1-SNAPSHOT (build #56) (Is it up to date?) java.lang.NoClassDefFoundError: de/themoep/ShowItem/api/ItemDataTooLongException at de.themoep.chestshoptools.ChestShopTools.onEnable(ChestShopTools.java:42) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:458) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:372) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] Caused by: java.lang.ClassNotFoundException: de.themoep.ShowItem.api.ItemDataTooLongException at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot-1.14.2.jar:git-Spigot-df0eb25-30a6337] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0212] ... 10 more 15:54:37: [PlayerInfo] Enabling PlayerInfo v3.0 15:54:37: [Multiverse-Portals] Enabling Multiverse-Portals v4.0.0-SNAPSHOT-b796 15:54:37: [Multiverse-Portals] - Version 4.0.0-SNAPSHOT-b796 Enabled - By Rigby and fernferret 15:54:37: [MVPLogging] 0 - Portals(s) loaded 15:54:37: [Multiverse-Portals] Found WorldEdit. Using it for selections. 15:54:37: [UltraPermissions] Enabling UltraPermissions v4.1.8 [15:54:38] [Server thread/INFO]: [UltraPermissions] Loading Plugin... [15:54:38] [Server thread/INFO]: [UltraPermissions] [Hook] Hello Vault °° Let me hook into you... 15:54:38: [UltraPermissions] Successfully loaded in 131 ms 15:54:38: [CmdSigns] Enabling CmdSigns v1.0.7 15:54:38: [CmdSigns] Loaded the English language file... 15:54:38: [CmdSigns] Plugin enabled 15:54:38: [Essentials] Enabling Essentials v2.16.1.169 [15:54:38] [Server thread/ERROR]: [Essentials] You are running an unsupported server version! 15:54:38: Attempting to convert old kits in config.yml to new kits.yml [15:54:38] [Server thread/INFO]: No kits found to migrate. 15:54:38: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider. 15:54:38: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider. 15:54:38: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider. 15:54:38: Loaded 19702 items from items.json. 15:54:38: Using locale en_US [15:54:38] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API 15:54:38: [Essentials] Starting Metrics. Opt-out using the global bStats config. 15:54:38: [Vault] [Vault][Economy] Essentials Economy hooked. [15:54:38] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic) 15:54:38: [MarriageMaster] Enabling MarriageMaster v1.31.16 15:54:38: [MarriageMaster] Config Version: 28 => no update needed 15:54:38: [MarriageMaster] Config loaded 15:54:38: [MarriageMaster] Language Version: 19 => no update needed 15:54:38: [MarriageMaster] Checking for updates ... 15:54:38: [MarriageMaster] Marriage Master wurde aktiviert! [15:54:38] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v2.3.1 15:54:39: [CommandSigns] Enabling CommandSigns v2.1.0 15:54:39: [CommandSigns] Plugin vault detected 15:54:39: [CommandSigns] Vault economy linked with command signs ! 15:54:39: [WorldGuard] Enabling WorldGuard v7.0.1-beta-01;14e7525 15:54:39: [WorldGuard] (world2) TNT ignition is PERMITTED. [15:54:39] [Server thread/INFO]: [WorldGuard] (world2) Lighters are PERMITTED. 15:54:39: [WorldGuard] (world2) Lava fire is blocked. 15:54:39: [WorldGuard] (world2) Fire spread is UNRESTRICTED. 15:54:39: [WorldGuard] Loaded configuration for world 'world2' 15:54:39: [WorldGuard] (world2_nether) TNT ignition is PERMITTED. [15:54:39] [Server thread/INFO]: [WorldGuard] (world2_nether) Lighters are PERMITTED. 15:54:39: [WorldGuard] (world2_nether) Lava fire is blocked. 15:54:39: [WorldGuard] (world2_nether) Fire spread is UNRESTRICTED. 15:54:39: [WorldGuard] Loaded configuration for world 'world2_nether' [15:54:39] [Server thread/INFO]: [WorldGuard] (world2_the_end) TNT ignition is PERMITTED. 15:54:39: [WorldGuard] (world2_the_end) Lighters are PERMITTED. 15:54:39: [WorldGuard] (world2_the_end) Lava fire is blocked. 15:54:39: [WorldGuard] (world2_the_end) Fire spread is UNRESTRICTED. [15:54:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world2_the_end' 15:54:39: [WorldGuard] (Flatworld) TNT ignition is PERMITTED. 15:54:39: [WorldGuard] (Flatworld) Lighters are PERMITTED. 15:54:39: [WorldGuard] (Flatworld) Lava fire is blocked. 15:54:39: [WorldGuard] (Flatworld) Fire spread is UNRESTRICTED. [15:54:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Flatworld' 15:54:39: [WorldGuard] Loading region data... 15:54:39: [ChopTree2] Enabling ChopTree2 v1.14.1-2.4.2 15:54:39: [EditableSign] Enabling EditableSign v6.1.0 15:54:39: [VKLib:AddOn.loadAddOns()] 0 addon modules found! Loading them up! 15:54:39: �[32mEditableSign version 6.1.0 is Enabled�[0m 15:54:39: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.16.1.169 15:54:39: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added 15:54:39: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/. 15:54:39: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.16.1.169 15:54:39: [CraftBook] Enabling CraftBook v3.10-rc-2;4e5f9b1 [15:54:39] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML! [15:54:39]

==================================================== [15:54:39] [Server thread/WARN]: [CraftBook] CraftBook works better if you use Paper 15:54:39: [CraftBook] as your server software.

==================================================== [15:54:39] [Server thread/INFO]: [ChatEx] Enabling ChatEx v1.6 [15:54:39] [Server thread/INFO]: [ChatEx] Loading updater by TheJeterLP. Project id: 65863 15:54:39: [ChatEx] Loading updater-config... 15:54:39: [ChatEx] Done! [15:54:39] [Server thread/INFO]: [ChatEx] Updatechecker is disabled. [15:54:39] [Server thread/INFO]: [ChatEx] Successfully hooked into: UltraPermissions 15:54:39: [ChatEx] Listener registered with Priority: LOWEST 15:54:39: [ChatEx] is now enabled! 15:54:39: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.0.0-SNAPSHOT-b754 [15:54:39] [Server thread/INFO]: [Multiverse-NetherPortals] - Version 4.0.0-SNAPSHOT-b754 Enabled - By Rigby and fernferret 15:54:39: [EssentialsSpawn] Enabling EssentialsSpawn v2.16.1.169 [15:54:39] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.10-SNAPSHOT (build 149) 15:54:40: [ChestShop] Using Essentials Economy as the Economy provider now. 15:54:40: [ChestShop] Vault loaded! 15:54:40: [Jobs] Enabling Jobs v4.12.0 15:54:41: [Jobs] Loaded 8 titles! [15:54:41] [Server thread/INFO]: [Jobs] Loaded 48 protected blocks timers! [15:54:41] [Server thread/INFO]: [Jobs] Loaded 989 custom item names! [15:54:41] [Server thread/INFO]: [Jobs] Loaded 65 custom entity names! [15:54:41] [Server thread/INFO]: [Jobs] Loaded 37 custom enchant names! [15:54:41] [Server thread/INFO]: [Jobs] Loaded 16 custom color names! [15:54:41] [Server thread/INFO]: [Jobs] Loaded 35 custom potion names! [15:54:41] [Server thread/ERROR]: [Jobs] Shop item SuperPickAxe has an invalid Icon name property. Skipping! [15:54:41] [Server thread/ERROR]: [Jobs] Shop item WoodenShovel has an invalid Icon name property. Skipping! [15:54:41] [Server thread/ERROR]: [Jobs] Shop item LureEnchantBook has an invalid Icon name property. Skipping! [15:54:41] [Server thread/ERROR]: [Jobs] Shop item Elytra has an invalid Icon name property. Skipping! [15:54:41] [Server thread/WARN]: [Jobs] Job Miner is using GLOWING_REDSTONE_ORE instead of REDSTONE_ORE. 15:54:41: [Jobs] Automatically changing block to REDSTONE_ORE. Please update your configuration. 15:54:41: [Jobs] Job Miner has an invalid Break type property: NETHER_BRICK (NETHER_BRICK)! Material must be a block! 15:54:41: [Jobs] Job Builder Place is using ID: 5! 15:54:41: [Jobs] Please use the Material name instead: ACACIA_PLANKS! 15:54:41: [Jobs] Job Builder Place is using ID: 35! 15:54:41: [Jobs] Please use the Material name instead: BLACK_WOOL! 15:54:41: [Jobs] Job Builder Place is using ID: 41! 15:54:41: [Jobs] Please use the Material name instead: GOLD_BLOCK! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 42! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: IRON_BLOCK! 15:54:41: [Jobs] Job Builder Place is using ID: 44! 15:54:41: [Jobs] Please use the Material name instead: BRICK_SLAB! 15:54:41: [Jobs] Job Builder Place is using ID: 45! 15:54:41: [Jobs] Please use the Material name instead: BRICKS! 15:54:41: [Jobs] Job Builder Place is using ID: 47! 15:54:41: [Jobs] Please use the Material name instead: BOOKSHELF! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 48! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: MOSSY_COBBLESTONE! 15:54:41: [Jobs] Job Builder Place is using ID: 49! 15:54:41: [Jobs] Please use the Material name instead: OBSIDIAN! 15:54:41: [Jobs] Job Builder Place is using ID: 53! 15:54:41: [Jobs] Please use the Material name instead: OAK_STAIRS! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 54! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: CHEST! 15:54:41: [Jobs] Job Builder Place is using ID: 57! 15:54:41: [Jobs] Please use the Material name instead: DIAMOND_BLOCK! 15:54:41: [Jobs] Job Builder Place is using ID: 58! 15:54:41: [Jobs] Please use the Material name instead: CRAFTING_TABLE! 15:54:41: [Jobs] Job Builder Place is using ID: 61! 15:54:41: [Jobs] Please use the Material name instead: FURNACE! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 65! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: LADDER! 15:54:41: [Jobs] Job Builder Place is using ID: 67! 15:54:41: [Jobs] Please use the Material name instead: COBBLESTONE_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 79! 15:54:41: [Jobs] Please use the Material name instead: ICE! 15:54:41: [Jobs] Job Builder Place is using ID: 80! 15:54:41: [Jobs] Please use the Material name instead: SNOW_BLOCK! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 84! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: JUKEBOX! 15:54:41: [Jobs] Job Builder Place is using ID: 85! 15:54:41: [Jobs] Please use the Material name instead: OAK_FENCE! 15:54:41: [Jobs] Job Builder Place is using ID: 89! 15:54:41: [Jobs] Please use the Material name instead: GLOWSTONE! 15:54:41: [Jobs] Job Builder Place is using ID: 95! 15:54:41: [Jobs] Please use the Material name instead: BLACK_STAINED_GLASS! 15:54:41: [Jobs] Job Builder Place is using ID: 96! 15:54:41: [Jobs] Please use the Material name instead: OAK_TRAPDOOR! 15:54:41: [Jobs] Job Builder Place is using ID: 98! 15:54:41: [Jobs] Please use the Material name instead: CHISELED_STONE_BRICKS! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 101! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: IRON_BARS! 15:54:41: [Jobs] Job Builder Place is using ID: 102! 15:54:41: [Jobs] Please use the Material name instead: GLASS_PANE! 15:54:41: [Jobs] Job Builder Place is using ID: 107! 15:54:41: [Jobs] Please use the Material name instead: OAK_FENCE_GATE! 15:54:41: [Jobs] Job Builder Place is using ID: 108! 15:54:41: [Jobs] Please use the Material name instead: BRICK_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 109! 15:54:41: [Jobs] Please use the Material name instead: STONE_BRICK_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 112! 15:54:41: [Jobs] Please use the Material name instead: NETHER_BRICKS! 15:54:41: [Jobs] Job Builder Place is using ID: 113! 15:54:41: [Jobs] Please use the Material name instead: NETHER_BRICK_FENCE! 15:54:41: [Jobs] Job Builder Place is using ID: 114! 15:54:41: [Jobs] Please use the Material name instead: NETHER_BRICK_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 116! 15:54:41: [Jobs] Please use the Material name instead: ENCHANTING_TABLE! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 120! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: END_PORTAL_FRAME! 15:54:41: [Jobs] Job Builder Place is using ID: 123! 15:54:41: [Jobs] Please use the Material name instead: REDSTONE_LAMP! 15:54:41: [Jobs] Job Builder Place is using ID: 126! 15:54:41: [Jobs] Please use the Material name instead: ACACIA_SLAB! 15:54:41: [Jobs] Job Builder Place is using ID: 128! 15:54:41: [Jobs] Please use the Material name instead: SANDSTONE_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 130! 15:54:41: [Jobs] Please use the Material name instead: ENDER_CHEST! 15:54:41: [Jobs] Job Builder Place is using ID: 133! 15:54:41: [Jobs] Please use the Material name instead: EMERALD_BLOCK! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 134! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: SPRUCE_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 139! 15:54:41: [Jobs] Please use the Material name instead: COBBLESTONE_WALL! 15:54:41: [Jobs] Job Builder Place is using ID: 146! 15:54:41: [Jobs] Please use the Material name instead: TRAPPED_CHEST! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 152! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: REDSTONE_BLOCK! 15:54:41: [Jobs] Job Builder Place is using ID: 154! 15:54:41: [Jobs] Please use the Material name instead: HOPPER! 15:54:41: [Jobs] Job Builder Place is using ID: 155! 15:54:41: [Jobs] Please use the Material name instead: CHISELED_QUARTZ_BLOCK! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 156! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: QUARTZ_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 159! 15:54:41: [Jobs] Please use the Material name instead: BLACK_TERRACOTTA! 15:54:41: [Jobs] Job Builder Place is using ID: 160! 15:54:41: [Jobs] Please use the Material name instead: BLACK_STAINED_GLASS_PANE! 15:54:41: [Jobs] Job Builder Place is using ID: 161! 15:54:41: [Jobs] Please use the Material name instead: ACACIA_LEAVES! 15:54:41: [Jobs] Job Builder Place is using ID: 163! 15:54:41: [Jobs] Please use the Material name instead: ACACIA_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 164! 15:54:41: [Jobs] Please use the Material name instead: DARK_OAK_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 167! 15:54:41: [Jobs] Please use the Material name instead: IRON_TRAPDOOR! 15:54:41: [Jobs] Job Builder Place is using ID: 168! 15:54:41: [Jobs] Please use the Material name instead: DARK_PRISMARINE! 15:54:41: [Jobs] Job Builder Place is using ID: 169! 15:54:41: [Jobs] Please use the Material name instead: SEA_LANTERN! 15:54:41: [Jobs] Job Builder Place is using ID: 170! 15:54:41: [Jobs] Please use the Material name instead: HAY_BLOCK! 15:54:41: [Jobs] Job Builder Place is using ID: 172! 15:54:41: [Jobs] Please use the Material name instead: TERRACOTTA! 15:54:41: [Jobs] Job Builder Place is using ID: 173! 15:54:41: [Jobs] Please use the Material name instead: COAL_BLOCK! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 174! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: PACKED_ICE! 15:54:41: [Jobs] Job Builder Place is using ID: 179! 15:54:41: [Jobs] Please use the Material name instead: CHISELED_RED_SANDSTONE! 15:54:41: [Jobs] Job Builder Place is using ID: 180! 15:54:41: [Jobs] Please use the Material name instead: RED_SANDSTONE_STAIRS! 15:54:41: [Jobs] Job Builder Place is using ID: 182! 15:54:41: [Jobs] Please use the Material name instead: RED_SANDSTONE_SLAB! 15:54:41: [Jobs] Job Builder Place is using ID: 183! 15:54:41: [Jobs] Please use the Material name instead: SPRUCE_FENCE_GATE! [15:54:41] [Server thread/WARN]: [Jobs] Job Builder Place is using ID: 184! [15:54:41] [Server thread/WARN]: [Jobs] Please use the Material name instead: BIRCH_FENCE_GATE! 15:54:41: [Jobs] Job Builder Place is using ID: 185! 15:54:41: [Jobs] Please use the Material name instead: JUNGLE_FENCE_GATE! 15:54:41: [Jobs] Job Builder

Domekologe commented 5 years ago

Log: latest.log Config: config.txt

I hope this is now better. Sorry for the previous post

Phoenix616 commented 5 years ago

What exactly happens when a user tries to sell? Does it say some message or does it just not work?

Also what kind of shop is it that doesn't work? An admin shop or a user one? (If an admin shop then please provide the setup of the shop sign too)

Domekologe commented 5 years ago

In this case it is an admin shop and the user got no message or something else.

The Sign is so: Admin Shop 64 S 150:250 B Cobblestone

But this issue is with all Admin Shops

I also have Signs where the third line is:

B 250:150 S

Domekologe commented 5 years ago

Ok I have found the solution, but I dont know why this happens. The region of the shop have the gamemode Adventure. After I set this to Survival, all works now fine.

The strange is really, before I made the Serverupdate the adventuremode works.

Phoenix616 commented 5 years ago

Adventure mode has been making problems for a while now. It basically doesn't send interact packets to the server if it believes no interaction should occur. The new version might've extended that so both left- and right-click no longer work with signs that don't run commands.

Generally speaking it's best to avoid adventure mode and use plugins to control what players can and cannot do as adventure mode has pretty strange rules what it allows and what not to begin with.

On Wed, 19 Jun 2019, 09:37 Domenick <notifications@github.com wrote:

Ok I have found the solution, but I dont know why this happens. The region of the shop have the gamemode Adventure. After I set this to Survival, all works now fine.

The strange is really, before I made the Serverupdate the adventuremode works.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ChestShop-authors/ChestShop-3/issues/238?email_source=notifications&email_token=ABMAMTPYSTBB2FZUYVENP53P3HV27A5CNFSM4HYRM7A2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYBEFXI#issuecomment-503464669, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMAMTL7Y4OZX56VJMHWNFTP3HV27ANCNFSM4HYRM7AQ .

Phoenix616 commented 5 years ago

See this issue on dev Bukkit for more info.