vemacs
vemacs
No error at all, just `server stopped`.
Now, if the kernel accidentally kills the process because of an OOM, how would that be handled?
Not Spigot, the Linux kernel. OOM condition, out of swap and RAM. What happens?
In [mark2rc](https://github.com/mcdevs/mark2/blob/master/mk2/resources/mark2rc.default.properties), there are these lines: ``` ### selected theme theme=dark ``` How should we change this?
To fix this, do: ``` echo theme=default > ~/.mark2rc.properties ```
[This](https://gist.github.com/vemacs/7280551) would work if mark2 logging levels worked for BungeeCord.
> restart on crash Bukkit or mark2? You should disable the CraftBukkit `restart-on-crash`. It interferes with mark2's.
I made a PR to fix this: https://github.com/0xbb/otp-authenticator/pull/16
@KickinNick ``` [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? ``` See http://wiki.bukkit.org/Plugin_Tutorial#Deploying_your_Plugin You have to use Maven to...
@rjdunlap I've bumped the version in my repo, but the official Vault Maven Repo should contain 1.2.30... @netizen539 Great to know!