This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
DiscordNexus v1.0.0
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()
- usePluginBase.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()