Skip to content

Releases: SharpTimer/Trails

SharpTimer-Trails v1.0.1

17 Dec 17:32
f952eb2
Compare
Choose a tag to compare

New Features:

  • !reloadtrailscfg command. Configurable variable that will reload any changes you make to your config while your server is still live.
  • !updatetrailscfg command. Configurable variable that will update your config file to add any new config variables that have been added in a new release. Default values will be applied. Variables that no longer exist will be removed. Example: You're currently on version 1.0.1, you download 1.0.2 onto your server, you then run !updatetrailscfg in-game and your config will be auto-updated.
  • AutoUpdateConfig config setting. If true, your config will automatically be updated on plugin start, with no need to use the !updatelistcfg command in-game. Defaults to false.
  • Now supports plugin update automation when a new release is published on GitHub! Check out cs2-update-manager by Kandru to find out more!

Fixes:

  • Added float teleportThreshold (TicksForUpdate * TeleportThreshold). Previously, a high TicksForUpdate value would result in the teleport threshold needing to be adjusted appropriately otherwise the trail would disappear while surfing at high speeds (teleport false positive).

Config Removals:

  • Permission

Config Additions:

  • TrailPermission
  • CommandPermission
  • AutoUpdateConfig
  • ReloadConfigCommand
  • UpdateConfigCommand

SharpTimer-Trails v1.0.0

17 Nov 01:05
Compare
Choose a tag to compare

Initial release, please report any bugs. I only tested this locally so I'm not sure about the resource usage on a full server.