Recent content by Tini

  1. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.4.1

    Added support for 1.21.10
  2. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.4.0

    Updated internal API and minor fixes
  3. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.3.0

    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.
  4. Tini

    ProfileViewer - Player Stats in Discord - v2.2.2

    Changes: (Velocity) Internal bug fixes. Added extra debug messages to help troubleshoot mismatched UUIDs in proxy-mode.
  5. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.2.1

    Removed code from a dev branch that got into the last release and caused an startup error on bungeecord (I'm sorry ;--; )
  6. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.2.0

    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: # 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 #...
  7. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.1.7

    Fixed a bug introduced back in v2.1.5 that caused PV to crash at startup
  8. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.1.6

    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.
  9. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.1.5

    Added a check to make sure the addon id is present on a bot, otherwise it will cause a warning to appear detailing the problem.
  10. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.1.4

    WARNING! Requires Spicord 5.4.0 or greater to work. This version contains internal fixes and uses Spicord's SlashCommand API.
  11. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.1.3

    Fixed internal NPE when requesting placeholder information for a player that is present in cache but never joined the server.
  12. Tini

    Massive improvement of (BuiltByBit) anti-piracy placeholders

    Your "solution" is not even a solution but actual trash and if somebody wanted to skip your "validateStuff" method they can strip off the entire method body and replace it with a simple "return true;" statement. An actual leaker will either remove your entire licensing system from your .jar or...
  13. Tini

    Massive improvement of (BuiltByBit) anti-piracy placeholders

    The hash do help as you can use it to validate the entire license data using the API. If any placeholder value is spoofed then the validation will fail. "Retrieve a resource license by member" https://builtbybit.com/wiki/v1-endpoints/
  14. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.1.2

    Added compatibility with Spigot 1.20.4
  15. Tini

    ProfileViewer - Player Stats in Discord - Updated to v2.1.1

    Fixed NPE caused by requesting a player that is not present in the local cache.
Top