Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 19:09
· 269 commits to master since this release

Additions in this version:

  • Script commands are now added to the server-wide help menu (/help) (778bd86)
  • Added /pyspigot help command to display useful links (Documentation, Discord, etc.) (e7f684b)
  • Added a notification that is displayed to the console and to admins on login to notify when running an outdated version of PySpigot (b680c32)

Changes in this version:

  • No changes in this version :)

Bugs fixed in this version:

  • Script command tab executor now returns an empty list instead of null, which fixes unexpected behavior with tab completion (a26ace9)
  • Fixed a bug where script loading would halt if a load was attempted on a script with a duplicate name (37d83aa)