Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

DiscordNexus v1.0.0-beta5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 00:10
· 45 commits to master since this release

Warning: This is only a test version, it will affect or cause errors to the plugin when used

General

  • Fixed errors occurring in the task are not displayed on the console
  • Added cron network to receive packets
  • Added Docker support
  • Renamed NexusPropertiesConstants to NexusConfigurationConstants

API

Nexus

  • The following public API methods have been added:
    • DiscordNexus.getNetwork()

Network

  • The following public API methods have been added:
    • PacketManager.registerPacket()
    • PacketManager.getPacketById()
    • PacketManager.getPacket()

Event

  • Added DataPacketReceiveEvent

Utils

  • The following public API methods have been added:
    • CLI.setTerminalTitle()
    • Process.getMemoryUsagePercent()
    • Process.getCpuUsage()