-
Notifications
You must be signed in to change notification settings - Fork 96
API changes
UnknownShadow200 edited this page Feb 26, 2022
·
9 revisions
Listed here are the known non-breaking API changes and additions with each MCGalaxy release:
-
MCGalaxy.SQL.DatabaseExtsmethods are all public now -
MCGalaxy.Player.ClientHeldBlockfield is now updated when following/on train
-
MCGalaxy.Modules.Relay.RelayBotaddedUserIDproperty to retrieve ID of relay bot user -
MCGalaxy.PlayeraddedSendPositionmethod
-
MCGalaxy.Level.Loadnow supports non-lvl maps in path -
MCGalaxy.Events.OnShuttingDownEventis now called before plugin unload -
MCGalaxy.Modules.Relay.Discord.DiscordBotaddedSendmethod for sending arbitrary Discord API messages -
MCGalaxy.PlayerOperationsclass added for performing high level player operations -
MCGalaxy.Scripting.ICompileraddedCompileoverload that takes array of source files
-
MCGalaxy.PlayerActionsmadeReloadMappublic -
MCGalaxy.Authenticatoradded to allow customisingmppassand/passauthentication - Plugins always load after main level has been loaded now
-
MCGalaxy.PlayeraddedSetIPmethod -
MCGalaxy.Network.IPUtilsadded methods for IPv4 mapped IPv6 addresses -
MCGalaxy.Scripting.ICompilerallows adding custom compilers