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

DiscordNexus v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 13:52
· 36 commits to master since this release

General

  • Support Russia language
  • Added /version command to get plugin or nexus information
  • Added MemoryManager for easy memory management
  • Added cron network to receive packets
  • Added Docker support
  • Added crash reporter to save crash details

API

Nexus

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

Command

  • The following public API methods have been added:
    • CommandMap.unregister()

Plugin

  • The following API methods have been deprecated
    • DiscordNexus.getScheduler() - use PluginBase.getScheduler() instead

Utils

  • The following public API methods have been added:
    • LocalData.getNested()
    • LocalData.setNested()
    • Process.getMainMemoryUsage()
    • Process.getMemoryTotalUsage()
    • Process.getMemoryUsage()
    • Process.setMemoryLimit()

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()