mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-08 06:37:04 -04:00
Page:
API changes
Pages
API breakages
API changes
BlockDB format
Bots
Brushes
Chat
Command Template
Commands
Compiling for .NET 2.0
Copy and paste
Creating levels
Custom blocks
Custom textures
Data and configuration files overview
Discord relay bot
Drawing
Home
Level format
Level permissions
Message blocks
Moderation
New release
Physics blocks
Portals
Public Custom Commands
Public Custom Plugins
Scripting
Standalone builds using mkbundle
World appearance
Clone
9
API changes
UnknownShadow200 edited this page 2022-02-27 10:14:47 +11:00
Listed here are the known non-breaking API changes and additions with each MCGalaxy release:
1.9.3.9
MCGalaxy.SQL.DatabaseExts
methods are all public nowMCGalaxy.Player.ClientHeldBlock
field is now updated when following/on train
1.9.3.5
MCGalaxy.Modules.Relay.RelayBot
addedUserID
property to retrieve ID of relay bot userMCGalaxy.Player
addedSendPosition
method
1.9.3.4
MCGalaxy.Level.Load
now supports non-lvl maps in pathMCGalaxy.Events.OnShuttingDownEvent
is now called before plugin unloadMCGalaxy.Modules.Relay.Discord.DiscordBot
addedSend
method for sending arbitrary Discord API messagesMCGalaxy.PlayerOperations
class added for performing high level player operationsMCGalaxy.Scripting.ICompiler
addedCompile
overload that takes array of source files
1.9.3.3
MCGalaxy.PlayerActions
madeReloadMap
publicMCGalaxy.Authenticator
added to allow customisingmppass
and/pass
authentication- Plugins always load after main level has been loaded now
MCGalaxy.Player
addedSetIP
methodMCGalaxy.Network.IPUtils
added methods for IPv4 mapped IPv6 addressesMCGalaxy.Scripting.ICompiler
allows adding custom compilers