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
Hi @jeremylvln !
While working on my server, I realized the need to access the proxy agent methods, particularly teleportPlayerOnServer and isPlayerConnected, directly from the server agent. At the moment, I have to implement a custom solution to communicate with the proxy, execute the method, and return the result to my server.
To make this process easier, I propose having the Shulker Server Agent expose an api that communicates with the Shulker Operator, which would interact with the proxy, retrieve the necessary information, and send it back to the server.
EDIT: The methods could be added to the Shulker SDK instead
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @jeremylvln !
While working on my server, I realized the need to access the proxy agent methods, particularly teleportPlayerOnServer and isPlayerConnected, directly from the server agent. At the moment, I have to implement a custom solution to communicate with the proxy, execute the method, and return the result to my server.
To make this process easier, I propose having the Shulker Server Agent expose an api that communicates with the Shulker Operator, which would interact with the proxy, retrieve the necessary information, and send it back to the server.
EDIT: The methods could be added to the Shulker SDK instead
Beta Was this translation helpful? Give feedback.
All reactions