1
Requesting RemoteToolkit Bukkit plugin help
I'm pretty sure that I've installed RemoteToolkit correctly, but when I go to run it on terminal it works properly, but it says that it's unable to access jarfile craftbukkit.jar.
So I went over to the toolkit folder, opened up wrapper.properties and I'm quite confident that it's correct.
As you see on the first line, it redirects to craftbukkit.0.0.1-SNAPSHOT.jar
Is there anything I haven't spotted or done correctly?
So I went over to the toolkit folder, opened up wrapper.properties and I'm quite confident that it's correct.
minecraft-server-jar=craftbukkit-0.0.1-SNAPSHOT.jar
extra-runtime-arguments=-Djline.terminal=jline.UnsupportedTerminal
server-arguments=nogui
initial-heap-size=1024M
maximum-heap-size=1024M
overridden-process-arguments=
server-restart-alerts=10m,5m,1m
server-saveall-period=0
server-restart-delay=5h
forced-restart-delay=5m
toolkit-autoshutdown-delay=0
toolkit-autoshutdown-alerts=10m,5m,1m
force-save-on-restart=true
restart-on-severe-exception=false
severe-exception-detection-level=1
server-heartbeat-threshold=1m
failed-heartbeat-restart-count=5
import-properties=trueAs you see on the first line, it redirects to craftbukkit.0.0.1-SNAPSHOT.jar
Is there anything I haven't spotted or done correctly?
2
[deleted]
Where are you launching the server from? It is possible that your working directory when launching the jar is such that the toolkit cannot find the configuration files relative to your current working directory.
