UnknownShadow200
UnknownShadow200
Quite sure you still require port forwarding for that
https://github.com/UnknownShadow200/MCGalaxy-Plugins/blob/master/SchematicImportPlugin.cs
Would be very nice. But unfortunately, to be honest, it's unlikely I will have the time to work on this anytime soon
Replacing characters from IRC should go in the misleadingly named `ConvertIRCToMC` method in `Chat\Colors.cs` What you'd want to add here is probably just ```CSharp // remove zero width characters sb.Replace("\u200c",...
Considering that /inv is operator by default, don't really think it should be changed. /inv messages can be disabled showing in chat however if you disable that in server.properties
I could make the /help text just appear black instead, would that be acceptable? As a temporary workaround, you can right click console -> Night theme 
Server isn't broken. It's an issue with latency, where the server receives then processes position updates from the client still using an old position, which triggers wrong portal activation in...
Unfortunately, a 64 bit mac gui depends on mono supporting for winforms on 64 bit macos, but there does not seem to be much interest in adding support for that...
What would this be useful for?
Site works fine for me too. As an alternative, you could try this [custom command](https://github.com/UnknownShadow200/MCGalaxy-Plugins#mcgalaxy-plugins) ``` using System; using System.Collections.Generic; using MCGalaxy.DB; using MCGalaxy.SQL; namespace MCGalaxy.Commands.Info { public sealed class...