Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with cross-server portals on Arclight Server with AdvancedPortals plugin. #1519

Open
5 tasks done
haister opened this issue Oct 6, 2024 · 0 comments
Open
5 tasks done
Labels
Version: Feudal Kings (1.21) Waiting for Analysis | 等待分析 The issue is waiting for analysis to further processing

Comments

@haister
Copy link

haister commented Oct 6, 2024

I have confirmed that ...

  • Arclight is up to date
  • all dependencies are installed
  • all plugins and mods are up to date
  • unable to reproduce in Spigot
  • unable to reproduce in Forge

Arclight version

arclight-fabric-1.21.1-1.0.0-SNAPSHOT

OS & Java versions

openjdk version "21.0.4" 2024-07-16 LTS

Plugins and Mods

AdvancedPortals

Description

I have two Arclight servers (Feudal Kings) with Velocity proxy:

  • minigames
  • survival

I've encountered an issue when trying to set up portals between servers using Advanced Portals.
/portal create name:to_minigames triggerblock:AIR bungee:minigames destination:minigames_test_destination
When I enter the portal, I see the message 'Attempting to warp to minigames,' and nothing happens.

image
Everything works fine on Paper servers. It also works when one server is Paper and the other is Arclight, so I can teleport from Paper to Arclight, but not vice versa.

Did I miss something and need to further configure the server, or is this a bug?

Step to reproduce

Here is how I get this issue:

1. Installed and configured servers

For every server:

  1. java -jar arclight-fabric-1.21.1-1.0.0-SNAPSHOT nogui
  2. Accepted eula
  3. Filled section in arclight.conf
velocity {
    # Enable Velocity modern player info forwarding
    enable=true
    # The secret used in Velocity modern player info forwarding
    secret=""
}
  1. Changed ports for survival and minigames server in corresponding server.properties
    Then added servers to velocity.toml
[servers]
# Configure your servers here. Each key represents the server's name, and the value
# represents the IP address of the server to connect to.
survival = "127.0.0.1:25566"
minigames = "127.0.0.1:25567"

2. Installed and configured AdvancedPortals plugin on both servers

  1. Put AdvancedPortals.jar to plugins folder
  2. Changed value of EnableProxySupport to true in plugins\AdvancedPortals\config.yml

3. Created portals and destinations in AdvancedPortals

  1. Created two destinations:
    a. On minigames server used /desti create minigames_test_destination
    b. On survival server used /desti create survival_test_destination
  2. with Iron Axe selected coords for portal and created portal:
    a. On survival server:
    /portal create name:to_minigames triggerblock:AIR bungee:minigames destination:minigames_test_destination
    b. On minigames server:
    /portal create name:to_survival triggerblock:AIR bungee:survival destination:survival_test_destination

Logs

No response

Server pack link (Optional)

No response

@haister haister added the Triage Default label, waiting for triage label Oct 6, 2024
@qyl27 qyl27 added Version: Feudal Kings (1.21) Waiting for Analysis | 等待分析 The issue is waiting for analysis to further processing and removed Triage Default label, waiting for triage labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Version: Feudal Kings (1.21) Waiting for Analysis | 等待分析 The issue is waiting for analysis to further processing
Projects
None yet
Development

No branches or pull requests

2 participants