You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java version : java -version
openjdk version "17.0.7" 2023-04-18
OpenJDK Runtime Environment Temurin-17.0.7+7 (build 17.0.7+7)
OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (build 17.0.7+7, mixed mode, sharing)
Additional context
Add any other context about the problem here.
CitizensCMD/data/saves.yml
npc-data:
npc-0:
cooldown: 0
right-click-commands:
- '[message] I'm trying to connect to the server!'
- '[server] recreation'
left-click-commands:
- '[message] I'm trying to connect to the server!'
- '[server] recreation'
price: 0
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.
hub = "hub.example.com:25569"
recreation = "rc.example.com:25566"
skyblock = "sb.example.com:25567"
beta = "beta.example.com:25568"
# In what order we should try servers when a player logs in or is kicked from a server.
try = ["hub"]
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Velocity not working [server]
When you click on the NPC does not throw to the server
On the old version 1.18.2 everything worked
Expected behavior
A clear and concise description of what you expected to happen.
When I click on the NPC, I should be connected to another server in Velocity
Versions (please complete the following information):
Previous: git-Purpur-1985 (MC: 1.19.4)
openjdk version "17.0.7" 2023-04-18
OpenJDK Runtime Environment Temurin-17.0.7+7 (build 17.0.7+7)
OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (build 17.0.7+7, mixed mode, sharing)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: