Skip to content

Version 1.1.0 (Dota edition)

Compare
Choose a tag to compare
@MeLlamoPablo MeLlamoPablo released this 06 Jan 00:14
· 35 commits to dota since this release

Additions

  • Ticketing support! Head to the config.js file to learn more.
  • Instant events. The keyword now can now be supplied to the create command instead of a time string. This will instantly create an event and wait for the inhouse to be configured with add-inhouse.
  • Added the quick-inhouse command, which will easily create an event and add an inhouse to it with the default options.
  • Added the kick admin command, wich allows an admin to kick an user from an event.
  • Added more game modes: Captains Draft, Random Draft, Single Draft, All Random, and Ranked All Pick.
  • Added more servers: Singapore, Dubai, Austria, Brazil, South Africa, Chile, Peru, India, and Japan.

Changes

  • The time format can now be modified in config.js instead of being hardcoded.
  • The new default event limit is 10.
  • add-inhouse will now only work on events whose limit is 10 or greater.
  • Players will now get automatically invited when joining an event with an open lobby (Before they had to use the resend-invite command).

Bug fixes

  • Lobbies now get closed if their associated event is removed.
  • Fixed confirm no not working on a full event.
  • Renamed the flag --no-balance of the add-inhousecommand to --nobalance due to #5.

Other

  • Updated the node-dota2 dependency.