erikzimmermann / WarpSystem-IssueTracker

https://www.spigotmc.org/resources/warps-portals-and-more-warp-teleport-system-1-8-1-16.29595/
5 stars 1 forks source link

Spigot bungee link problem #603

Closed thedourn closed 3 years ago

thedourn commented 3 years ago

Describe the bug

The connection between the spiogot and the bungee does not work properly. From time to time the link starts working again but if I restart the server it doesn't work again.

I also tested this problem by removing all the plugins.

The link between the servers is working well because you can teleport from one server to another with the vanilla command.

When this does not work I get the following error message: For this function, you have to install this plugin on your BungeeCord as well

Translated with www.DeepL.com/Translator (free version)

Screenshots image image image

Discord contact: Thedourn#5559

thedourn commented 3 years ago

Spigot config

WarpSystem:
  Language: FRA
  #If set to false, all players can use every user feature (admin tools still need op or modify permissions)
  #If set to true, all players must have certain user permissions such as 'WarpSystem.Use.WarpGUI'
  Permissions: true
  Command_Suggestions:
    Color: '&7'
    Argument: '&e'
  Update_Notifier: true

  #The beta area is there to make updates as easy as possible.
  #Here you decide whether you want to participate in beta functions and help to test new features.
  # !! Warning: Beta stuff is not 100% tested and may cause issues. Please visit my Discord or DM me with issues!
  Beta:
    Participate: false
    Functions:
      #Cancels teleports from other plugins and replaces them with own teleport procedures to add teleport delays, particles, sounds and potion effects
      Teleport_Interceptions: false

  Proxy:
    # Must be enabled to establish a valid connection to the BungeeCord/Velocity server
    Enabled: true

    #If your proxy has a newer jar than your Spigot, there is an option to deliver this jar directly to your Spigot without FTP access.
    #  Does not work on Windows or Mac.
    #  Works only if a player is on your target Spigot server.
    #Values: 0=Disabled, 1=Ask_on_Enable, 2=Automatically
    Fetch_Updated_Jars: 1

    #Following placeholder are for WarpSigns, WarpGUI icons and portal holograms that use a GlobalWarp or a Server as Destination. (Fetch cycle: every 5 seconds)
    # .p. - Current amount of players
    # .mp. - Max amount of players
    # .ci. - Count info, defined below
    # .m. - Message of the day
    # .s. - Status: Whether the server is online or offline, defined below
    Placeholder:
      # These placeholders only support color placeholders from below - NOT the entire PlaceholderAPI
      # Placeholders use the dot indicator to reduce the text width for signs
      Online: .sc.Online
      Offline: .sc.Offline
      Count_Info: .cc..p.&8/.cc..mp.

      Colors:
        # .sc.: Status color, defined below
        # .cc.: Count color, defined below
        Online: '&a'
        Offline: '&c'
        Full: '&c'
        Not_Full: '&a'

  GUI:
    #false: The WarpGUI is identical on the entire server in all worlds
    #true: The WarpGUI is different in every world
    Bound_to_world: false
    Admin:
      #The number must be between inclusive 9 and inclusive 54 and must be divisible by 9.
      Size: 54
      Title:
        Standard: '&c&nWarps&r'
        In_Category: '&c&nWarps&r &c@%PAGE%'
    User:
      #The number must be between inclusive 9 and inclusive 54 and must be divisible by 9.
      Size: 54
      Title:
        Standard: '&c&nWarps&r'
        In_Category: '&c&nWarps&r &c@%PAGE%'
    # If true players will see all icons even when they don't have their permissions (they still can't use them).
    Show_Without_Permission: false

  Economy:
    Enabled: true
    Name: Coin(s)
    #Priority list for economy systems
    #Available values: EXP, Essentials, Vault, GemsEconomy, PlayerPoints
    priority:
    - Vault
    - Essentials
    - GemsEconomy
    - PlayerPoints
    - EXP

  Teleport:
    #Animations are only visible for players who see the teleporting player
    Public_Animations: true
    Animation_After_Teleport:
      Enabled: true
    Delay: 3
    Allow_Move: false
    #Values: ACTION_BAR, TITLE (separate lines with '\n')
    Delay_Display: ACTION_BAR
    #A list of forbidden WorldGuard regions.
    #All types of user based teleportations are included: /back, /tpa, /tpahere, PlayerWarps, random locations
    Forbidden_Regions: []

  #ByPass: warpsystem.bypass.cooldown
  #Time format: "0d, 0h, 0m, 0s" - Unnecessary values can be removed (examples: "1d, 5m"; "10s"; "5h")!
  Cooldown:
    #Tpa + TpaHere
    Tpa: 5m
    Back: 0s
    RandomTP: 5m

  Send:
    Teleport_Message:
      WarpGUI: true
      SimpleWarps: true
      GlobalWarps: true
      Shortcuts: true
      Portals: true
      WarpSigns: true
      CommandBlocks: true
      PlayerWarps: true
      Spawn: true
      RandomTp: true
    Teleport_Cancel_Message: true

  Functions:
    WarpGUI: true
    SimpleWarps: true
    Portals: true
    WarpSigns: true
    GlobalWarps: true
    Shortcuts: true
    #Available commands: '/warp <warp>' or '/globalwarp <warp>'
    #Required for '/tp' command for CommandBlocks (CommandBlocks with tp commands inside don't work, if you turn this to false)
    CommandBlocks: true
    RandomTeleports: true
    TeleportCommand: true
    PlayerWarps: true
    Spawn: true

  #'TeleportCommand' in 'Functions' (above) have to be toggled to true as well, if you want to use this feature.
  TeleportCommands:
    Back: true
    Tp: true
    TpAll: true
    TpToggle: true
    Tpa: true
    TpaHere: true
    TpaAll: true
    TpaToggle: true
    #Tpa, TpaHere& TpaAll: |true: Players on this server can receive/send teleport requests from/to other servers. |false: Players can only send TeleportRequests to players on this server
    #TpAll: Only players from servers with 'Proxy: true' will be teleported to you.
    Proxy: true
    TeleportRequests:
      #Teleport costs for a transportation via tpa or tpaHere; The teleported player has to pay
      Teleport_Costs: 0
      #In seconds
      ExpireDelay: 30

  Portals:
    #Max distance between particle and player - Don't use distances higher than 200! It will cause lags.
    ParticleDistance: 64
    #Holograms support PlaceholderAPI | Time format: "0d, 0h, 0m, 0s" - Unnecessary values can be removed (examples: "1d, 5m", "10s", "5h")!
    #A value of 0 disables hologram updates
    HologramUpdateInterval: 0h, 0m, 5s

  SimpleWarps:
    #Adds on every created warp the standard permission: 'WarpSystem.Warps.<WarpName>'
    Add_Permission_On_Creation: false
    #If toggled to true, every SimpleWarp get the permission "WarpSystem.SimpleWarp.<warp>" regardless whether a warp already has a permission or not
    #Names containing spaces (" ") will be modified with underlines ("_"). So the permission of the warp "Test test" will be "test_test".
    Overwrite_Permissions: false

  Commands:
    Warp:
      #true: '/warp' opens the WarpGUI
      #false: '/warp <warp>' teleports you to warps
      GUI: false

Do_Not_Edit:
  Last_Version: 5.0.1_Hotfix-11

Version server spigot : image

Version server bunggee

image

thedourn commented 3 years ago

I don't know if it's related but I had this error last night

[23:33:31 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-463 (MC: 1.16.5) ---
[23:33:31 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[23:33:31 ERROR]: ------------------------------
[23:33:31 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[23:33:31 ERROR]: ------------------------------
[23:33:31 ERROR]: Current Thread: Server thread
[23:33:31 ERROR]:       PID: 16 | Suspended: false | Native: false | State: RUNNABLE
[23:33:31 ERROR]:       Stack:
[23:33:31 ERROR]:               app//com.mojang.datafixers.optics.profunctors.Profunctor.dimap(Profunctor.java:29)
[23:33:31 ERROR]:               app//com.mojang.datafixers.optics.Lens.lambda$eval$2(Lens.java:46)
[23:33:31 ERROR]:               app//com.mojang.datafixers.optics.Lens$$Lambda$3734/0x0000000840cce440.apply(Unknown Source)
[23:33:31 ERROR]:               java.base@11.0.10/java.util.function.Function.lambda$compose$0(Function.java:68)
[23:33:31 ERROR]:               java.base@11.0.10/java.util.function.Function$$Lambda$3735/0x0000000840ccd840.apply(Unknown Source)
[23:33:31 ERROR]:               java.base@11.0.10/java.util.function.Function.lambda$compose$0(Function.java:68)
[23:33:31 ERROR]:               java.base@11.0.10/java.util.function.Function$$Lambda$3735/0x0000000840ccd840.apply(Unknown Source)
[23:33:31 ERROR]:               java.base@11.0.10/java.util.function.Function.lambda$compose$0(Function.java:68)
[23:33:31 ERROR]:               java.base@11.0.10/java.util.function.Function$$Lambda$3735/0x0000000840ccd840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.optics.Optics.toTraversal(Optics.java:52)
[23:33:31 ERROR]:               app//com.mojang.datafixers.Typed.updateCap(Typed.java:163)
[23:33:31 ERROR]:               app//com.mojang.datafixers.Typed.updateTyped(Typed.java:126)
[23:33:31 ERROR]:               app//com.mojang.datafixers.Typed.updateTyped(Typed.java:121)
[23:33:31 ERROR]:               app//net.minecraft.server.v1_16_R3.DataConverterItemLoreComponentize.a(SourceFile:27)
[23:33:31 ERROR]:               app//net.minecraft.server.v1_16_R3.DataConverterItemLoreComponentize$$Lambda$4108/0x0000000840e18040.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.DataFix.lambda$null$3(DataFix.java:86)
[23:33:31 ERROR]:               app//com.mojang.datafixers.DataFix$$Lambda$3763/0x0000000840cdc040.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69)
[23:33:31 ERROR]:               app//com.mojang.datafixers.functions.Comp$$Lambda$3749/0x0000000840cd8840.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.types.Type.capWrite(Type.java:167)
[23:33:31 ERROR]:               app//com.mojang.datafixers.types.Type.lambda$readAndWrite$9(Type.java:159)
[23:33:31 ERROR]:               app//com.mojang.datafixers.types.Type$$Lambda$3747/0x0000000840cd8040.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.serialization.DataResult.lambda$flatMap$10(DataResult.java:138)
[23:33:31 ERROR]:               app//com.mojang.serialization.DataResult$$Lambda$731/0x0000000840381440.apply(Unknown Source)
[23:33:31 ERROR]:               app//com.mojang.datafixers.util.Either$Left.map(Either.java:38)
[23:33:31 ERROR]:               app//com.mojang.serialization.DataResult.flatMap(DataResult.java:136)
[23:33:31 ERROR]:               app//com.mojang.datafixers.types.Type.readAndWrite(Type.java:158)
[23:33:31 ERROR]:               app//com.mojang.datafixers.DataFixerUpper.update(DataFixerUpper.java:84)
[23:33:31 ERROR]:               app//org.bukkit.craftbukkit.v1_16_R3.legacy.CraftLegacy.<clinit>(CraftLegacy.java:403)
[23:33:31 ERROR]:               app//org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.toLegacy(CraftMagicNumbers.java:192)
[23:33:31 ERROR]:               app//org.bukkit.inventory.ItemStack.getData(ItemStack.java:176)
[23:33:31 ERROR]:               de.codingair.warpsystem.lib.codingapi.tools.items.ItemBuilder.<init>(ItemBuilder.java:90)
[23:33:31 ERROR]:               de.codingair.warpsystem.lib.codingapi.tools.io.utils.SpigotDataMask.put(SpigotDataMask.java:24)
[23:33:31 ERROR]:               de.codingair.warpsystem.spigot.features.warps.managers.IconManager.save(IconManager.java:198)
[23:33:31 ERROR]:               de.codingair.warpsystem.spigot.base.managers.DataManager.save(DataManager.java:69)
[23:33:31 ERROR]:               de.codingair.warpsystem.spigot.base.WarpSystem.save(WarpSystem.java:417)
[23:33:31 ERROR]:               de.codingair.warpsystem.spigot.base.WarpSystem.lambda$startAutoSaver$2(WarpSystem.java:378)
[23:33:31 ERROR]:               de.codingair.warpsystem.spigot.base.WarpSystem$$Lambda$3497/0x0000000840c06040.run(Unknown Source)
[23:33:31 ERROR]:               app//org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[23:33:31 ERROR]:               app//org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[23:33:31 ERROR]:               app//net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1294)
[23:33:31 ERROR]:               app//net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:377)
[23:33:31 ERROR]:               app//net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1209)
[23:33:31 ERROR]:               app//net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:997)
[23:33:31 ERROR]:               app//net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:174)
[23:33:31 ERROR]:               app//net.minecraft.server.v1_16_R3.MinecraftServer$$Lambda$3117/0x0000000840846c40.run(Unknown Source)
[23:33:31 ERROR]:               java.base@11.0.10/java.lang.Thread.run(Thread.java:834)
[23:33:31 ERROR]: ------------------------------
[23:33:31 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[23:33:31 ERROR]: ------------------------------