ChestShop (iConomyChestShop)

ChestShop (iConomyChestShop)

6M Downloads

Problem Chestshop paper 1.14.4

thedourn opened this issue · 6 comments

commented

Plugin Version

ChestShop Build 152

Plugin Config

#Do you want to turn off the automatic updates of ChestShop?
TURN_OFF_UPDATES: false

#How large should the internal caches be?
CACHE_SIZE: 1000

#What containers are allowed to hold a shop? (Only blocks with inventories work!)
SHOP_CONTAINERS:

  • "CHEST"
  • "TRAPPED_CHEST"

#(In 1/1000th of a second) How often can a player use the shop sign?
SHOP_INTERACTION_INTERVAL: 250
#Do you want to allow using shops to people in creative mode?
IGNORE_CREATIVE_MODE: true
#Do you want to allow using shops to people who have access to it due to their permissions? (owners are always ignored)
IGNORE_ACCESS_PERMS: true
#If true, people will buy with left-click and sell with right-click.
REVERSE_BUTTONS: false
#If true, people will be able to buy/sell in 64 stacks while holding the crouch button.
SHIFT_SELLS_IN_STACKS: false
#What can you do by clicking shift with SHIFT_SELLS_IN_STACKS turned on? (ALL/BUY/SELL)
SHIFT_ALLOWS: "ALL"
#Can shop's chest be opened by owner with right-clicking a shop's sign?
ALLOW_SIGN_CHEST_OPEN: true
#If true, when you left-click your own shop sign you won't open chest's inventory, but instead you will start destroying the sign.
ALLOW_LEFT_CLICK_DESTROYING: true

#If true, if the shop is empty, the sign is destroyed and put into the chest, so the shop isn't usable anymore.
REMOVE_EMPTY_SHOPS: false
#If true, if the REMOVE_EMPTY_SHOPS option is turned on, the chest is also destroyed.
REMOVE_EMPTY_CHESTS: false
#A list of worlds in which to remove empty shops with the previous config. Case sensitive. An empty list means all worlds.
REMOVE_EMPTY_WORLDS:

  • "world1"
  • "world2"

#First line of your Admin Shop's sign should look like this:
ADMIN_SHOP_NAME: "Admin Shop"
#The economy account which Admin Shops should use and to which all taxes will go
SERVER_ECONOMY_ACCOUNT: ""
#Percent of the price that should go to the server's account. (100 = 100 percent)
TAX_AMOUNT: 0
#Percent of the price that should go to the server's account when buying from an Admin Shop.
SERVER_TAX_AMOUNT: 0
#Amount of money player must pay to create a shop
SHOP_CREATION_PRICE: 0
#How much money do you get back when destroying a sign?
SHOP_REFUND_PRICE: 0
#How many decimal places are allowed at a maximum for prices?
PRICE_PRECISION: 2

#Should we block shops that sell things for more than they buy? (This prevents newbies from creating shops that would be exploited)
BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE: true

#Do you want to allow other players to build a shop on a block where there's one already?
ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false
#Can shops be used even when the buyer/seller doesn't have enough items, space or money? (The price will be scaled adequately to the item amount)
ALLOW_PARTIAL_TRANSACTIONS: true
#Can '?' be put in place of item name in order for the sign to be auto-filled?
ALLOW_AUTO_ITEM_FILL: true

#Do you want to show "Out of stock" messages?
SHOW_MESSAGE_OUT_OF_STOCK: true
#Do you want to show "Full shop" messages?
SHOW_MESSAGE_FULL_SHOP: true
#How many seconds do you want to wait before showing notifications for the same shop to the owner again?
NOTIFICATION_MESSAGE_COOLDOWN: 10

#Can players hide the "Out of stock" messages with /cstoggle?
CSTOGGLE_TOGGLES_OUT_OF_STOCK: false
#Can players hide the "Full shop" messages with /cstoggle?
CSTOGGLE_TOGGLES_FULL_SHOP: false
#Do you want to show "You bought/sold... " messages?
SHOW_TRANSACTION_INFORMATION_CLIENT: true
#Do you want to show "Somebody bought/sold... " messages?
SHOW_TRANSACTION_INFORMATION_OWNER: true

#If true, plugin will log transactions in its own file
LOG_TO_FILE: false
#Do you want ChestShop's messages to show up in console?
LOG_TO_CONSOLE: true
#Should all shop removals be logged to the console?
LOG_ALL_SHOP_REMOVALS: true

#Do you want to stack all items up to 64 item stacks?
STACK_TO_64: false
#Do you want to use built-in protection against chest destruction?
USE_BUILT_IN_PROTECTION: true
#Do you want to have shop signs "stick" to chests?
STICK_SIGNS_TO_CHESTS: false
#EXPERIMENTAL: Do you want to turn off the default protection when another plugin is protecting the block? (Will leave the chest visually open - CraftBukkit bug!)
TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY: true
#Do you want to turn off the default sign protection? Warning! Other players will be able to destroy other people's shops!
TURN_OFF_SIGN_PROTECTION: false
#Do you want to disable the hopper protection, which prevents Hopper-Minecarts from taking items out of shops?
TURN_OFF_HOPPER_PROTECTION: false
#Do you want to protect shop chests with LWC?
PROTECT_CHEST_WITH_LWC: false
#Do you want to protect shop signs with LWC?
PROTECT_SIGN_WITH_LWC: false
#Should the chest's LWC protection be removed once the shop sign is destroyed?
REMOVE_LWC_PROTECTION_AUTOMATICALLY: true

#Do you want to only let people build inside regions?
WORLDGUARD_INTEGRATION: true
#Do you want to only let people build inside region flagged by doing /region regionName flag allow-shop allow?
WORLDGUARD_USE_FLAG: true
#Do you want ChestShop to respect WorldGuard's chest protection?
WORLDGUARD_USE_PROTECTION: true

#Do you want to deny shop access to unlogged users?
AUTHME_HOOK: true
#Do you want to allow shop access to unregistered users? (Example: registration is optional)
AUTHME_ALLOW_UNREGISTERED: false

#How much Heroes exp should people get for creating a ChestShop?
HEROES_EXP: 0.0

#Add icons and make item names hoverable in transaction messages when ShowItem is installed?
SHOWITEM_MESSAGE: true

Server Version

git-Paper-163 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)

Server Log

no mistakes

What other plugins are you running?

AuthMe-5.6.0-SNAPSHOT#2295
Clearlag3.0.6
CoreProtect-2.17.5
EssentialsX-2.17.1.11#778
EssentialsXChat-2.17.1.11#778
EssentialsXGroupManager-2.0.1
EssentialsXSpawn-2.17.1.11#778
HolographicDisplays-2.3.3-SNAPSHOT#86
JSONAPI-BLEEDING-mc1.12-R0.1-SNAPSHOT
LiteBans2.3.18
MessageAnnouncer-1.10.0
Multiverse-Core-4.1.0-SNAPSHOT#773
MyCommand5.5.1
ProtocolLib#16
randomtp5.0.2
Shopkeepers-2.7.2
SkinsRestorer13.7.1
TitleManager-2.1.5
Vault-1.7.3#18
WorldBorder1.9.10
worldedit-bukkit-7.0.1-SNAPSHOT-dist#4610
worldguard-bukkit-7.0.1-SNAPSHOT-dist#1968
WorldGuardExtraFlags4.1.2

What is happening?

We can create shops with the signs but the buying and selling interaction does not work

What did you expect to happen?

That buying and selling works by clicking on the signs

commented

it's good but it's weird I have not touched the config since 1.12

commented
commented

Log server :
[Pterodactyl Daemon] Server marked as STARTING
[Pterodactyl Daemon] Checking size of server data directory...

....
[Pterodactyl Daemon] Disk Usage: 39209M / 102400M
[Pterodactyl Daemon] Ensuring file permissions.
[Pterodactyl Daemon] Running server preflight.
[Pterodactyl Daemon] Starting server container.
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
:/home/container$ java -Xms128M -Xmx6144M -jar server.jar
System Info: Java 1.8 (Java HotSpot(TM) 64-Bit Server VM 25.202-b08) Host: Linux 4.9.118-xxxx-std-ipv6-64 (amd64)
Loading libraries, please wait...
[15:34:00 INFO]: Starting minecraft server version 1.14.4
[15:34:00 INFO]: Loading properties
�=>.... [15:34:01 INFO]: This server is running Paper version git-Paper-163 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
.... [15:34:01 INFO]: Server Ping Player Sample Count: 12
.... [15:34:01 INFO]: Using 4 threads for Netty based IO
.... [15:34:01 INFO]: Debug logging is disabled
.... [15:34:01 INFO]: Default game type: SURVIVAL
.... [15:34:01 INFO]: Generating keypair
.... [15:34:02 INFO]: Starting Minecraft server on 0.0.0.0:27565
.... [15:34:02 INFO]: Using epoll channel type
.... [15:34:10 WARN]: Plugin GroupManager v2.0.1-b332 does not specify an api-version.
.... [15:34:10 WARN]: Plugin IPLog v1.1bis by MrWarranty does not specify an api-version.
.... [15:34:10 WARN]: Plugin JSONAPI v5.7.0 does not specify an api-version.
.... [15:34:11 WARN]: Plugin RandomTeleport v5.0.2 does not specify an api-version.
.... [15:34:11 WARN]: Plugin TitleManager v2.1.5 does not specify an api-version.
.... [15:34:11 INFO]: [CoreProtect] Loading CoreProtect v2.17.5
.... [15:34:11 INFO]: [WorldEdit] Loading WorldEdit v7.0.1-SNAPSHOT;4610-17cfdee
.... [15:34:13 INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@74352898]
.... [15:34:13 INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
.... [15:34:13 INFO]: [ClearLag] Loading ClearLag v3.0.6
.... [15:34:13 INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
.... [15:34:13 INFO]: [skycore] Loading skycore v3.2
.... [15:34:13 INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.10.0
.... [15:34:13 INFO]: [WorldGuard] Loading WorldGuard v7.0.1-SNAPSHOT;1968-e59d61e
.... [15:34:13 INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT
.... [15:34:13 WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
.... [15:34:14 INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-SNAPSHOT-b773
.... [15:34:14 INFO]: [skycmd] Loading skycmd v0.1
.... [15:34:14 INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.1
.... [15:34:14 INFO]: [IPLog] Loading IPLog v1.1bis by MrWarranty
.... [15:34:14 INFO]: [Vault] Loading Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
.... [15:34:14 INFO]: [MyCommand] Loading MyCommand v5.5.1
.... [15:34:14 INFO]: [JSONAPI] Loading JSONAPI v5.7.0
.... [15:34:14 INFO]: [ChestShop] Loading ChestShop v3.10-SNAPSHOT (build 152)
.... [15:34:14 INFO]: [ChestShop] WorldGuard version 7.0.1-SNAPSHOT;1968-e59d61e loaded.
.... [15:34:14 INFO]: [Essentials] Loading Essentials v2.17.1.11
.... [15:34:14 INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.3-SNAPSHOT
.... [15:34:14 INFO]: [Shopkeepers] Loading Shopkeepers v2.7.2
.... [15:34:14 INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.11
.... [15:34:14 INFO]: [RandomTeleport] Loading RandomTeleport v5.0.2
.... [15:34:14 INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.11
.... [15:34:14 INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.2
.... [15:34:14 INFO]: [TitleManager] Loading TitleManager v2.1.5
.... [15:34:14 INFO]: [AuthMe] Loading AuthMe v5.6.0-SNAPSHOT-b2295
.... [15:34:14 INFO]: [LiteBans] Loading LiteBans v2.3.18
.... [15:34:14 INFO]: Server permissions file permissions.yml is empty, ignoring it
.... [15:34:14 INFO]: [WorldEdit] Enabling WorldEdit v7.0.1-SNAPSHOT;4610-17cfdee
.... [15:34:14 INFO]: WEPIF: Using the Bukkit Permissions API.
.... [15:34:14 INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
.... [15:34:15 INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT
.... [15:34:15 INFO]: [ProtocolLib] Started structure compiler thread.
.... [15:34:15 INFO]: [Vault] Enabling Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
.... [15:34:15 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
.... [15:34:15 INFO]: [Vault] [Permission] GroupManager found: Waiting
.... [15:34:15 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
.... [15:34:15 INFO]: [Vault] [Chat] GroupManager found: Waiting
.... [15:34:15 INFO]: [Vault] Enabled Version 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
.... [15:34:15 INFO]: WEPIF: Using the Bukkit Permissions API.
.... [15:34:15 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
.... [15:34:15 WARN]: The server will make no attempt to authenticate usernames. Beware.
.... [15:34:15 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.
.... [15:34:15 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
.... [15:34:15 INFO]: Preparing level "NewWorld"
.... [15:34:16 INFO]: Reloading ResourceManager: Default, bukkit, corail, boss
.... [15:34:16 INFO]: Loaded 6 recipes
.... [15:34:17 INFO]: -------- World Settings For [NewWorld] --------
.... [15:34:17 INFO]: Mob Spawn Range: 5
.... [15:34:17 INFO]: Cactus Growth Modifier: 100%
.... [15:34:17 INFO]: Cane Growth Modifier: 100%
.... [15:34:17 INFO]: Melon Growth Modifier: 100%
.... [15:34:17 INFO]: Mushroom Growth Modifier: 100%
.... [15:34:17 INFO]: Pumpkin Growth Modifier: 100%
.... [15:34:17 INFO]: Sapling Growth Modifier: 100%
.... [15:34:17 INFO]: Beetroot Growth Modifier: 100%
.... [15:34:17 INFO]: Carrot Growth Modifier: 100%
.... [15:34:17 INFO]: Potato Growth Modifier: 100%
.... [15:34:17 INFO]: Wheat Growth Modifier: 100%
.... [15:34:17 INFO]: NetherWart Growth Modifier: 100%
.... [15:34:17 INFO]: Vine Growth Modifier: 100%
.... [15:34:17 INFO]: Cocoa Growth Modifier: 100%
.... [15:34:17 INFO]: Bamboo Growth Modifier: 100%
.... [15:34:17 INFO]: SweetBerry Growth Modifier: 100%
.... [15:34:17 INFO]: Kelp Growth Modifier: 100%
.... [15:34:17 INFO]: Entity Activation Range: An 10 / Mo 20 / Ra 48 / Mi 2 / Tiv true
.... [15:34:17 INFO]: Entity Tracking Range: Pl 100 / An 32 / Mo 32 / Mi 20 / Other 64
.... [15:34:17 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
.... [15:34:17 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
.... [15:34:17 INFO]: Max TNT Explosions: 100
.... [15:34:17 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
.... [15:34:17 INFO]: Experience Merge Radius: 3.0
.... [15:34:17 INFO]: View Distance: 5
.... [15:34:17 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
.... [15:34:17 INFO]: Item Merge Radius: 2.5
.... [15:34:17 INFO]: Item Despawn Rate: 6000
.... [15:34:17 INFO]: Arrow Despawn Rate: 1200
.... [15:34:17 INFO]: Zombie Aggressive Towards Villager: true
.... [15:34:17 INFO]: Nerfing mobs spawned from spawners: false
.... [15:34:17 INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
.... [15:34:17 INFO]: -------- World Settings For [NewWorld_nether] --------
.... [15:34:17 INFO]: Mob Spawn Range: 5
.... [15:34:17 INFO]: Cactus Growth Modifier: 100%
.... [15:34:17 INFO]: Cane Growth Modifier: 100%
.... [15:34:17 INFO]: Melon Growth Modifier: 100%
.... [15:34:17 INFO]: Mushroom Growth Modifier: 100%
.... [15:34:17 INFO]: Pumpkin Growth Modifier: 100%
.... [15:34:17 INFO]: Sapling Growth Modifier: 100%
.... [15:34:17 INFO]: Beetroot Growth Modifier: 100%
.... [15:34:17 INFO]: Carrot Growth Modifier: 100%
.... [15:34:17 INFO]: Potato Growth Modifier: 100%
.... [15:34:17 INFO]: Wheat Growth Modifier: 100%
.... [15:34:17 INFO]: NetherWart Growth Modifier: 100%
.... [15:34:17 INFO]: Vine Growth Modifier: 100%
.... [15:34:17 INFO]: Cocoa Growth Modifier: 100%
.... [15:34:17 INFO]: Bamboo Growth Modifier: 100%
.... [15:34:17 INFO]: SweetBerry Growth Modifier: 100%
.... [15:34:17 INFO]: Kelp Growth Modifier: 100%
.... [15:34:17 INFO]: Entity Activation Range: An 10 / Mo 20 / Ra 48 / Mi 2 / Tiv true
.... [15:34:17 INFO]: Entity Tracking Range: Pl 100 / An 32 / Mo 32 / Mi 20 / Other 64
.... [15:34:17 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
.... [15:34:17 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
.... [15:34:17 INFO]: Max TNT Explosions: 100
.... [15:34:17 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
.... [15:34:17 INFO]: Experience Merge Radius: 3.0
.... [15:34:17 INFO]: View Distance: 5
.... [15:34:17 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
.... [15:34:17 INFO]: Item Merge Radius: 2.5
.... [15:34:17 INFO]: Item Despawn Rate: 6000
.... [15:34:17 INFO]: Arrow Despawn Rate: 1200
.... [15:34:17 INFO]: Zombie Aggressive Towards Villager: true
.... [15:34:17 INFO]: Nerfing mobs spawned from spawners: false
.... [15:34:17 INFO]: -------- World Settings For [NewWorld_the_end] --------
.... [15:34:17 INFO]: Mob Spawn Range: 5
.... [15:34:17 INFO]: Cactus Growth Modifier: 100%
.... [15:34:17 INFO]: Cane Growth Modifier: 100%
.... [15:34:17 INFO]: Melon Growth Modifier: 100%
.... [15:34:17 INFO]: Mushroom Growth Modifier: 100%
.... [15:34:17 INFO]: Pumpkin Growth Modifier: 100%
.... [15:34:17 INFO]: Sapling Growth Modifier: 100%
.... [15:34:17 INFO]: Beetroot Growth Modifier: 100%
.... [15:34:17 INFO]: Carrot Growth Modifier: 100%
.... [15:34:17 INFO]: Potato Growth Modifier: 100%
.... [15:34:17 INFO]: Wheat Growth Modifier: 100%
.... [15:34:17 INFO]: NetherWart Growth Modifier: 100%
.... [15:34:17 INFO]: Vine Growth Modifier: 100%
.... [15:34:17 INFO]: Cocoa Growth Modifier: 100%
.... [15:34:17 INFO]: Bamboo Growth Modifier: 100%
.... [15:34:17 INFO]: SweetBerry Growth Modifier: 100%
.... [15:34:17 INFO]: Kelp Growth Modifier: 100%
.... [15:34:17 INFO]: Entity Activation Range: An 10 / Mo 20 / Ra 48 / Mi 2 / Tiv true
.... [15:34:17 INFO]: Entity Tracking Range: Pl 100 / An 32 / Mo 32 / Mi 20 / Other 64
.... [15:34:17 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
.... [15:34:17 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
.... [15:34:17 INFO]: Max TNT Explosions: 100
.... [15:34:17 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
.... [15:34:17 INFO]: Experience Merge Radius: 3.0
.... [15:34:17 INFO]: View Distance: 5
.... [15:34:17 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
.... [15:34:17 INFO]: Item Merge Radius: 2.5
.... [15:34:17 INFO]: Item Despawn Rate: 6000
.... [15:34:17 INFO]: Arrow Despawn Rate: 1200
.... [15:34:17 INFO]: Zombie Aggressive Towards Villager: true
.... [15:34:17 INFO]: Nerfing mobs spawned from spawners: false
.... [15:34:17 INFO]: Preparing start region for dimension 'NewWorld'/minecraft:overworld
.... [15:34:18 INFO]: Preparing spawn area: 0%
.... [15:34:18 INFO]: Preparing spawn area: 0%
.... [15:34:19 INFO]: Preparing spawn area: 0%
.... [15:34:19 INFO]: Preparing spawn area: 0%
.... [15:34:19 INFO]: Preparing spawn area: 0%
.... [15:34:20 INFO]: Preparing spawn area: 100%
.... [15:34:20 INFO]: Preparing spawn area: 100%
.... [15:34:20 INFO]: Loaded 289 spawn chunks for world NewWorld
.... [15:34:20 INFO]: Time elapsed: 3337 ms
.... [15:34:20 INFO]: Preparing start region for dimension 'NewWorld_nether'/minecraft:the_nether
.... [15:34:21 INFO]: Preparing spawn area: 0%
.... [15:34:21 INFO]: Preparing spawn area: 0%
.... [15:34:21 INFO]: Loaded 289 spawn chunks for world NewWorld_nether
.... [15:34:21 INFO]: Time elapsed: 900 ms
.... [15:34:21 INFO]: Preparing start region for dimension 'NewWorld_the_end'/minecraft:the_end
.... [15:34:22 INFO]: Preparing spawn area: 0%
.... [15:34:22 INFO]: Loaded 289 spawn chunks for world NewWorld_the_end
.... [15:34:22 INFO]: Time elapsed: 395 ms
.... [15:34:22 INFO]: [CoreProtect] Enabling CoreProtect v2.17.5
.... [15:34:22 INFO]: [CoreProtect] CoreProtect has been successfully enabled!
.... [15:34:22 INFO]: [CoreProtect] Using SQLite for data storage.
.... [15:34:22 INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332*
.... [15:34:22 WARN]: GroupManager - WARNING - Mirroring error with NewWorld. Recursive loop detected!
.... [15:34:22 INFO]: GroupManager - INFO - World Found: newworld_nether
.... [15:34:22 INFO]: GroupManager - INFO - World Found: newworld_the_end
.... [15:34:22 INFO]: GroupManager - INFO - World Found: newworld
.... [15:34:22 INFO]: GroupManager - INFO - Superperms support enabled.
.... [15:34:22 INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
.... [15:34:22 INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
.... [15:34:22 INFO]: GroupManager version 2.0.1-b332 is enabled!
.... [15:34:22 INFO]: WEPIF: Using the Bukkit Permissions API.
.... [15:34:22 INFO]: [Vault][Permission] GroupManager hooked.
.... [15:34:22 INFO]: [Vault] [Vault][Chat] GroupManager - Chat hooked.
.... [15:34:22 INFO]: [ClearLag] Enabling ClearLag v3.0.6
.... [15:34:22 INFO]: [ClearLag] Loading modules...
.... [15:34:22 INFO]: [ClearLag] Modules enabed, loading config values
.... [15:34:22 WARN]: [ClearLag] Item type 'noteblock' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'bed' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'golden_rail' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'mob_spawner' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'wooden_pressure_plate' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'skull' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'quartz_ore' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'sign' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'noteblock' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'bed' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'golden_rail' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'mob_spawner' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'wooden_pressure_plate' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'skull' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'quartz_ore' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 WARN]: [ClearLag] Item type 'sign' does not match any Materials found on your Craftbukkit version.
.... [15:34:22 INFO]: [ClearLag] Modules have been loaded!
.... [15:34:22 INFO]: [ClearLag] Clearlag is now enabled!
.... [15:34:22 INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
.... [15:34:22 INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
.... [15:34:22 INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
.... [15:34:22 INFO]: [WorldBorder] [CONFIG] World "NewWorld" has border radius 20010 at X: 0.0 Z: 0.0 (shape override: rectangular/square)
.... [15:34:22 INFO]: [WorldBorder] [CONFIG] World "NewWorld_nether" has border radius 2510 at X: 0.0 Z: 0.0 (shape override: rectangular/square)
.... [15:34:22 INFO]: [WorldBorder] [CONFIG] World "NewWorld_the_end" has border radius 2250 at X: 0.0 Z: 0.0 (shape override: rectangular/square)
.... [15:34:22 INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 9.0 Y: 70.0 Z: 0.0
.... [15:34:22 INFO]: [skycore] Enabling skycore v3.2
.... [15:34:22 INFO]: skycore driver
.... [15:34:22 INFO]: lancement de skycore v3.2 pour mvwild par loki491
.... [15:34:22 INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.10.0
.... [15:34:22 WARN]: [MessageAnnouncer] Your sound NOTE_PLING is invalid!
.... [15:34:22 INFO]: [MessageAnnouncer] Valid sound names can be found at the following link:
.... [15:34:22 INFO]: [MessageAnnouncer] https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
.... [15:34:22 INFO]: [MessageAnnouncer] Sound on message will be disabled!
.... [15:34:22 INFO]: [WorldGuard] Enabling WorldGuard v7.0.1-SNAPSHOT;1968-e59d61e
.... [15:34:22 INFO]: [WorldGuard] (NewWorld) TNT ignition is PERMITTED.
.... [15:34:22 INFO]: [WorldGuard] (NewWorld) Lighters are PERMITTED.
.... [15:34:22 INFO]: [WorldGuard] (NewWorld) Lava fire is blocked.
.... [15:34:22 INFO]: [WorldGuard] (NewWorld) Fire spread is UNRESTRICTED.
.... [15:34:23 INFO]: [WorldGuard] Loaded configuration for world 'NewWorld'
.... [15:34:23 INFO]: [WorldGuard] (NewWorld_nether) TNT ignition is PERMITTED.
.... [15:34:23 INFO]: [WorldGuard] (NewWorld_nether) Lighters are PERMITTED.
.... [15:34:23 INFO]: [WorldGuard] (NewWorld_nether) Lava fire is blocked.
.... [15:34:23 INFO]: [WorldGuard] (NewWorld_nether) Fire spread is UNRESTRICTED.
.... [15:34:23 INFO]: [WorldGuard] Loaded configuration for world 'NewWorld_nether'
.... [15:34:23 INFO]: [WorldGuard] (NewWorld_the_end) TNT ignition is PERMITTED.
.... [15:34:23 INFO]: [WorldGuard] (NewWorld_the_end) Lighters are PERMITTED.
.... [15:34:23 INFO]: [WorldGuard] (NewWorld_the_end) Lava fire is blocked.
.... [15:34:23 INFO]: [WorldGuard] (NewWorld_the_end) Fire spread is UNRESTRICTED.
.... [15:34:23 INFO]: [WorldGuard] Loaded configuration for world 'NewWorld_the_end'
.... [15:34:23 INFO]: [WorldGuard] Loading region data...
.... [15:34:24 INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-SNAPSHOT-b773
.... [15:34:24 WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-SNAPSHOT-b773" 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:34:24 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.
.... [15:34:24 INFO]: [Multiverse-Core] 3 - World(s) loaded.
.... [15:34:25 INFO]: [Multiverse-Core] Version 4.1.0-SNAPSHOT-b773 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
.... [15:34:25 INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
.... [15:34:25 INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
.... [15:34:25 INFO]: [skycmd] Enabling skycmd v0.1
.... [15:34:25 INFO]: {java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=/usr/lib/jvm/java-8-oracle/jre/lib/amd64, java.vm.version=25.202-b08, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=:, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=unknown, java.vm.specification.name=Java Virtual Machine Specification, user.dir=/home/container, java.runtime.version=1.8.0_202-b08, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, java.endorsed.dirs=/usr/lib/jvm/java-8-oracle/jre/lib/endorsed, os.arch=amd64, java.io.tmpdir=/tmp, line.separator=
.... [15:34:25 INFO]: , java.vm.specification.vendor=Oracle Corporation, os.name=Linux, sun.jnu.encoding=UTF-8, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=4.9.118-xxxx-std-ipv6-64, user.home=?, user.timezone=Europe/Paris, java.awt.printerjob=sun.print.PSPrinterJob, file.encoding=UTF-8, java.specification.version=1.8, java.class.path=server.jar, user.name=?, java.vm.specification.version=1.8, sun.java.command=server.jar, java.home=/usr/lib/jvm/java-8-oracle/jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.X11.XToolkit, java.vm.info=mixed mode, java.version=1.8.0_202, java.ext.dirs=/usr/lib/jvm/java-8-oracle/jre/lib/ext:/usr/java/packages/lib/ext, sun.boot.class.path=/usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes, java.vendor=Oracle Corporation, io.netty.eventLoopThreads=4, file.separator=/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.font.fontmanager=sun.awt.X11FontManager, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.cpu.isalist=}lancement de skycmd v0.1 pour mvwild par loki491
.... [15:34:25 INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.1
.... [15:34:25 INFO]: [SkinsRestorer] Detected Minecraft v1_14_R1, using UniversalSkinFactory.
.... [15:34:25 INFO]: [SkinsRestorer] Updater.PeriodicChecks is missing in config.yml! Using default value.
.... [15:34:25 INFO]: [SkinsRestorer] Permissions.NewPermissions is missing in config.yml! Using default value.
.... [15:34:25 INFO]: [SkinsRestorer] PerSkinPermissions is missing in config.yml! Using default value.
.... [15:34:25 INFO]: [SkinsRestorer] UseOldSkinHelp is missing in config.yml! Using default value.
.... [15:34:25 INFO]: [SkinsRestorer] NoSkinIfLoginCanceled is missing in config.yml! Using default value.
.... [15:34:25 INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
.... [15:34:25 INFO]: [IPLog] Enabling IPLog v1.1bis by MrWarranty*
.... [15:34:26 INFO]: [MyCommand] Enabling MyCommand v5.5.1
.... [15:34:26 INFO]: -=-=-=-=-=-=-=-=-=- MyCommand -=-=-=-=-=-=-=-=-=-=-
.... [15:34:26 INFO]: | Vault : Ok. Hooked on Vault 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
.... [15:34:26 INFO]: | Command file(s) found : 1
.... [15:34:26 INFO]: | Config : Ready.
.... [15:34:26 INFO]: | PlaceholderAPI: Not Found
.... [15:34:26 INFO]: | Custom commands loaded : 31
.... [15:34:26 INFO]: | Version: 5.5.1
.... [15:34:26 INFO]: | Author : emmerrei a.k.a Ivanpro
.... [15:34:27 INFO]: | You are running the latest version of MyCommand.
.... [15:34:27 INFO]: | 0 (custom) commands in cooldown added.
.... [15:34:27 INFO]: -=-=-=-=-=-=-=-=-=- Done! -=-=-=-=-=-=-=-=-=-=-
.... [15:34:27 INFO]: [JSONAPI] Enabling JSONAPI v5.7.0*
.... [15:34:27 ERROR]: Error occurred while enabling JSONAPI v5.7.0 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Server.getServerName()Ljava/lang/String;
at com.alecgorge.minecraft.jsonapi.JSONAPI.onEnable(JSONAPI.java:435) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-163]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-163]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-163]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-163]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-163]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-163]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-163]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:869) ~[patched_1.14.4.jar:git-Paper-163]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
.... [15:34:27 INFO]: [JSONAPI] Disabling JSONAPI v5.7.0
.... [15:34:27 INFO]: [ChestShop] Enabling ChestShop v3.10-SNAPSHOT (build 152)
.... [15:34:27 INFO]: [ChestShop] WorldGuard version 7.0.1-SNAPSHOT;1968-e59d61e loaded.
.... [15:34:27 INFO]: [ChestShop] Using Essentials Economy as the Economy provider now.
.... [15:34:27 INFO]: [ChestShop] Vault loaded!
.... [15:34:28 INFO]: [Essentials] Enabling Essentials v2.17.1.11
.... [15:34:28 INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
.... [15:34:28 INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
.... [15:34:28 INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
.... [15:34:28 INFO]: [Essentials] Loaded 17746 items from items.json.
.... [15:34:28 INFO]: [Essentials] Using locale fr
.... [15:34:28 INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
.... [15:34:28 INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
.... [15:34:28 INFO]: [Vault] [Economy] Essentials Economy hooked.
.... [15:34:28 INFO]: [Essentials] Using Vault based permissions (GroupManager)
.... [15:34:28 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.3-SNAPSHOT
.... [15:34:28 INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
.... [15:34:28 WARN]: [HolographicDisplays] Could not find a valid 'speed: ' in the first line of the file '.listing'. Default speed of 0.5 seconds will be used.
.... [15:34:28 INFO]: [Shopkeepers] Enabling Shopkeepers v2.7.2
.... [15:34:28 INFO]: [Shopkeepers] Loading data of 3 shopkeepers..
.... [15:34:28 INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.11
.... [15:34:28 INFO]: [RandomTeleport] Enabling RandomTeleport v5.0.2*
.... [15:34:28 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.11
.... [15:34:28 INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.2
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
.... [15:34:28 INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
.... [15:34:28 INFO]: [TitleManager] Enabling TitleManager v2.1.5*
.... [15:34:29 INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2295
.... [15:34:29 INFO]: [AuthMe] SQLite Setup finished
.... [15:34:29 INFO]: [AuthMe] Hooked into Vault!
.... [15:34:29 INFO]: [AuthMe] Hooked successfully into Essentials
.... [15:34:29 INFO]: [AuthMe] Hooked successfully into Multiverse-Core
.... [15:34:29 INFO]: [AuthMe] [LICENSE] This product includes GeoLite2 data created by MaxMind, available at https://www.maxmind.com
.... [15:34:30 INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT build n.2295 successfully enabled!
.... [15:34:30 INFO]: [LiteBans] Enabling LiteBans v2.3.18
.... [15:34:30 INFO]: [LiteBans] Using default database drivers.
.... [15:34:31 INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
.... [15:34:31 INFO]: [LiteBans] Connecting to database...
.... [15:34:31 INFO]: [LiteBans] Connected to [jdbc:h2:///home/container/plugins/LiteBans/litebans] (208.8 ms).
.... [15:34:31 INFO]: [LiteBans] Database connection fully initialized (226.7 ms).
.... [15:34:31 INFO]: [LiteBans] v2.3.18 enabled. Startup took 533 ms.
.... [15:34:32 INFO]: Done (16.331s)! For help, type "help"
[Pterodactyl Daemon] Server marked as ON
.... [15:34:32 INFO]: Starting GS4 status listener
.... [15:34:32 INFO]: Query running on 0.0.0.0:27565
.... [15:34:32 INFO]: Timings Reset
.... [15:34:32 INFO]: [CoreProtect] WorldEdit logging successfully initialized.
.... [15:34:32 WARN]: [HolographicDisplays] Hologram 'pvpspawn' was in the world 'pvp2' but it wasn't loaded.
.... [15:34:32 INFO]: GroupManager - INFO - Bukkit Permissions Updated!
.... [15:34:32 INFO]: [SkinsRestorer] ----------------------------------------------
.... [15:34:32 INFO]: [SkinsRestorer] +===============+
.... [15:34:32 INFO]: [SkinsRestorer] | SkinsRestorer |
.... [15:34:32 INFO]: [SkinsRestorer] +===============+
.... [15:34:32 INFO]: [SkinsRestorer] ----------------------------------------------
.... [15:34:32 INFO]: [SkinsRestorer] Current version: 13.7.1
.... [15:34:32 INFO]: [SkinsRestorer] This is the latest version!
.... [15:34:32 INFO]: [SkinsRestorer] ----------------------------------------------

commented

and i am op

commented

You have IGNORE_ACCESS_PERMS set to true in your config which means that people who have the permissions ts access other people's shops will not be able to trade with them (to prevent exploits). Either disable the setting or negate the access permission that ops have by default.

commented

The config option wasn't there in 1.12 and the function now works like it was intended originally (but didn't work due to a bug), and that config option allows you to revert to the old (broken) behaviour.