Changes:
- Added /profileviewer-about command.
- Updated placeholder detection for more complex placeholders.
- Discord messages for errors are now ephemeral in order to not spam the channel.
- Added update notifier.
- Made compatible with Velocity-CTD.
Changes:
- (Velocity) Internal bug fixes.
- Added extra debug messages to help troubleshoot mismatched UUIDs in proxy-mode.
Removed code from a dev branch that got into the last release and caused an startup error on bungeecord (I'm sorry ;--; )
Added ability to customize the texts of the discord command options.
If you do not want to re-create your config.yml then you can manually add this snippet:
YAML:# Here you can change the name and description of the command options # The name can have a maximum of 32 characters and must only have # lowercase alphanumeric letters, numbers, and dashes (a-z0-9-) # The description can have a maximum of 100 characters. discord-command-options: player: name: 'player' description: 'The name of the player' card: name: 'card' description: 'The card template to use'
Added the 'lookup-disable-permission' option in replacement to the hardcoded 'profileviewer.lookup.disable' permission added in v2.1.6.
If you do not want to re-create your config.yml then you can manually add this snippet:
YAML:# If an user has this permission then ALL the profile commands # used against the user will BE BLOCKED!! # # !!! Remember that an user being OP or having the '*' permission will # !!! indirectly have this permission and will be affected by this. # # Setting the value to 'none' will disable this function. lookup-disable-permission: "none"
Added the "lookup disabled" message to messages.yml.
If you do not want to re-create your messages.yml then you can manually add this snippet:
YAML:# When lookup is disabled for a player lookup-disabled: "Lookup is disabled for this player"
Added ability to prevent the profile lookup for selected players, they just have to have the "profileviewer.lookup.disable" permission and their profiles will be blocked from being seen.
