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
Currently, registering custom argument types (implementing ArgumentType<?>) will prevent clients without that registered argument type from joining. If not registered in the Registry.COMMAND_ARGUMENT_TYPE registry, apparently it should allow vanilla clients to join, but all the helpful stuff like command suggestions, etc. will not work for that type.
I'm suggesting a PolymerArgumentType<?> that implements ArgumentType<?> and presents itself as a standard StringArgumentType to clients.
The text was updated successfully, but these errors were encountered:
Currently, registering custom argument types (implementing
ArgumentType<?>
) will prevent clients without that registered argument type from joining. If not registered in theRegistry.COMMAND_ARGUMENT_TYPE
registry, apparently it should allow vanilla clients to join, but all the helpful stuff like command suggestions, etc. will not work for that type.I'm suggesting a
PolymerArgumentType<?>
that implementsArgumentType<?>
and presents itself as a standardStringArgumentType
to clients.The text was updated successfully, but these errors were encountered: