-
Notifications
You must be signed in to change notification settings - Fork 85
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.DatabaseExts
methods are all public now -
MCGalaxy.Player.ClientHeldBlock
field is now updated when following/on train
-
MCGalaxy.Modules.Relay.RelayBot
addedUserID
property to retrieve ID of relay bot user -
MCGalaxy.Player
addedSendPosition
method
-
MCGalaxy.Level.Load
now supports non-lvl maps in path -
MCGalaxy.Events.OnShuttingDownEvent
is now called before plugin unload -
MCGalaxy.Modules.Relay.Discord.DiscordBot
addedSend
method for sending arbitrary Discord API messages -
MCGalaxy.PlayerOperations
class added for performing high level player operations -
MCGalaxy.Scripting.ICompiler
addedCompile
overload that takes array of source files
-
MCGalaxy.PlayerActions
madeReloadMap
public -
MCGalaxy.Authenticator
added to allow customisingmppass
and/pass
authentication - Plugins always load after main level has been loaded now
-
MCGalaxy.Player
addedSetIP
method -
MCGalaxy.Network.IPUtils
added methods for IPv4 mapped IPv6 addresses -
MCGalaxy.Scripting.ICompiler
allows adding custom compilers