Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
[IMG] @MrFishCakes and success (may want to change that 'egg' to 'cake')!
Maybe bold is not allowed in nametags?
[IMG] Is there a way to remove this whitespace? I've never seen it on another server. My server is running 1.11.2 Here's my code: spigotTeam =...
@fxk8y if you're etcd is not highly available you should backup the database regularly, it's clearly noted in the kubeadm documentation :D I'm a...
They use orchestration and networking solutions that scale to a lot nodes, SaltStack is an example of this, but it's definitely not the greatest,...
All though you can totally schedule redis instances on it (and applications that handle cross proxy chat), kubernetes will only do the scheduling,...
Second: If the thing you are worrying about is how to handle gamemodes, you probably have your focus wrong There are a lot of problems like this...
First things first: Backend management I can guarantee you that if you don't give this enough attention early on, it is going to be the thing...
Hi guys, I'm failing to create a proper database layout for this problem. My problem is as followed, whenever a player wins a game, I'd like to...
Hi everyone Our first gamemode (CakeWars) is entering the testing phase, we need some people to test the updates now and then, if you'd like to...
Sounds about right, thanks for considering this (we're working with idle instances right now btw) :)
Docker (and kubernetes) do allow resource limits, but the bootstrapping still has to be done, whether it's bursted in a couple of seconds or done...
World loading is very bandwidth intensive which writes of any cloud hosting, anyway not sure how this is relevant :) What is this watchdog? I...
Hi everyone It is not uncommon for minigame server instances to have a very short lifetime (5 minutes). With that in might one of the biggest...
Got it... Minecraft is in degrees, spigot in radians.
Ok so when I pose an armorstand through spigot it goes really weird, though the angles are the same as with the summon command, where the...
It's the language a lot of open source projects tend to go for these days because it's really good and quite modern (compiles (quickly), great...
We have written a service in golang, though we still write most of them in Java (https://github.com/exorath)
Sweet, we've got A TON of open source projects that fit great with it (for our upcoming minigame network). Feel free to take a look at Exorath's...
Have you had a chance to compare it to kubernetes? I think Kubernetes has better abstractions and usability as a scheduler (and is therefore used...