Skip to content

Releases: winglessraven/AMP-Discord-Bot

1.6.0-pre

24 Jan 17:01
22377a7
Compare
Choose a tag to compare
1.6.0-pre Pre-release
Pre-release
  • Recompiled for compatibility with AMP build 2.3.2.0

1.5.0

15 Jan 12:23
22377a7
Compare
Choose a tag to compare

What's Changed

  • Can now send commands to the server console (if server supports it) by @winglessraven in #12

Full Changelog: 1.4.0...1.5.0

1.4.0

14 Jan 07:35
768eac4
Compare
Choose a tag to compare
  • Add option to display online player list in the info panel (if server logs player names on join & leave)

1.3.1

13 Jan 12:17
c930480
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

11 Jan 17:04
7379888
Compare
Choose a tag to compare
  • Disable buttons depending on status of the server (e.g. If running you cannot click Start)
  • Add setting to adjust frequency of updates to Discord (presence and info panel). Recommended minimum frequency of 30 seconds.

1.2.0

10 Jan 21:55
0df9f0b
Compare
Choose a tag to compare
  • Control buttons to show in the settings
  • Add new 'Manage Server' button that will DM a link to the instance panel (if permissions allow)

1.1.1

10 Jan 20:16
a24d940
Compare
Choose a tag to compare

Bugfix - only run stop command from button click once

1.1.0

10 Jan 19:45
484ed31
Compare
Choose a tag to compare

Changes

  • @[bot name] info logic changed - will now create a message that dynamically updates the server status
  • @[bot name] info buttons added to carry out commands, still uses the existing permissions set on the config page
  • Option to post join and leave messages to a specific channel (#4 )

1.0.3

08 Jan 21:50
6e9bbb3
Compare
Choose a tag to compare
  • Add help command to show possible options in Discord
  • Clear user cache before checking roles to ensure the latest is grabbed from Discord

1.0.2 - Fix duplicate listener

08 Jan 15:34
db8b2ef
Compare
Choose a tag to compare

Fix issue where when settings were changed the listen event would be registered again and duplicated, resulting it double responses from the bot.