RockinChaos / ItemJoin

Get custom items on join.
https://www.craftationgaming.com/
GNU Lesser General Public License v3.0
137 stars 35 forks source link

proxy + itemjoin #578

Closed NezzyUwU closed 6 months ago

NezzyUwU commented 6 months ago

Server Version

Paper 1.20.4

Resource Version

ItemJoin v6.0.5

Dump Information

Describe The Problem

I have a proxy (velocity), when a player enters through a proxy, he is redirected to the lobby server, but when I use itemjoin, the commands are written from the internal console and the proxy is not sent

Additional Context

No response

Checklist

RockinChaos commented 6 months ago

You specified - server fabric Which is an internal command.

Modifying it to - 'server: fabric' should work properly since server: is the command identifier.

NezzyUwU commented 6 months ago

thanks