polymer icon indicating copy to clipboard operation
polymer copied to clipboard

Suggestion | Custom Argument Types

Open Brittank88 opened this issue 2 years ago • 0 comments

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.

Brittank88 avatar Nov 22 '22 08:11 Brittank88