Command Framework: The command framework has been completely redone and cleaned up. Internally this is a large amount of work which makes implementing new commands extremely easy. You as a user won't notice too much of a difference. If anything has changed regarding commands please let me know!
Attributes: This feature will slowly but surely be expanded and will play a huge role in how customizable each individual point is. This command is a part of the configurator commands and needs the configurator permission as any another configurator command.
Syntax: /gpsc attribute <type> [value...]
Hovering over the command will reveal all available attributes. Currently, this update introduces name and updateDistance.
Select a point and execute the command to set a value unique to that exact point.
Examples: /gpsc a name Unique Point! /gpsc a ud 3
As you can see the attributes all have aliases to easily type them.
Using the command without a value parameter will delete the attribute if any.
New Messages:
Code (YAML):
invalidAttribute: '
%confPrefix% &cUnknown attribute!' invalidAttributeValue: '
%confPrefix% &cInvalid attribute value!' attributeRemoved: '
%confPrefix% &aThe attribute has been removed. Using default if any.' unknownAttribute: '
%confPrefix% &cUnknown attribute!' attributeAdded: '
%confPrefix% &aThe attribute value has been added.'
Dynmap: Changing/adding/removing an attribute updates Dynmap automatically if enabled.