Skip to content

Releases: northwood-studios/NwPluginAPI

NwPluginAPI 12.0.0-beta8

25 Nov 22:47
db74f85
Compare
Choose a tag to compare
Pre-release
  • Added support for multiple configs (#39).
  • Added debug mode which removes most logs while loading of plugins like events loading or commands.
    If you want to enable debug mode use pluginapi_debug: true in config_gameplay.txt (#39).
  • Added IsDisarmed and DisarmedBy to Player (#39).
  • Added way to get handler of plugin which allows you to manually saveconfig load or get basic info (#39).
  • Fixed error handling while loading of plugin (#39).
  • Added analyzers and docs (#48).

NwPluginAPI 12.0.0-beta7

12 Nov 19:25
a62b15c
Compare
Choose a tag to compare
Pre-release
  • Changed port parameter in preauth event cancellation data from byte to ushort (#24).
  • Updated PluginAPI to match latest 12.0.0 nightly build (#30).
  • Added more events (#34, #35).
  • Improved RunCommand (#35).

NwPluginAPI 12.0.0-beta6

28 Oct 16:50
5b01684
Compare
Choose a tag to compare
Pre-release
  • Status Effects Update (#22).

NwPluginAPI 12.0.0-beta5

09 Oct 15:55
d8d9f35
Compare
Choose a tag to compare
Pre-release
  • Updated Warhead API to match the latest game release.
  • Modded flag is now automatically set.

NwPluginAPI 12.0.0-beta4

27 Sep 16:11
ff74030
Compare
Choose a tag to compare
Pre-release
  • Extended event cancellation system.
  • Added auto registration of commands.
  • Added support of hoster_policy.txt.

NwPluginAPI 12.0.0-beta3

21 Sep 20:13
1761559
Compare
Choose a tag to compare
Pre-release
  • Fix registering events.
  • Add missing parameters in template plugin.

NwPluginAPI 12.0.0-beta2

21 Sep 19:01
23ca830
Compare
Choose a tag to compare
Pre-release
  • Fixed events.

NwPluginAPI 12.0.0-beta1

20 Sep 15:31
d67ce9b
Compare
Choose a tag to compare
Pre-release

First beta release.