-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request