-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdisplay.txt
39 lines (26 loc) · 1.14 KB
/
display.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---------------------
minecraft-smartos-smf
---------------------
SMF manifest should be installed, check the svcprops:
---------------------
minecraft/java_opts = all the extra options to pass on the java command line
---------------------
minecraft/target_jar = the name you want to use for the minecraft.jar
defaults to craftbukkit.jar
---------------------
minecraft/source_jar = the version/flavor of minecraft you want the updater
to pull from, options are:
minecraft = pulls vanilla minecraft
craftbukkit-beta = gets the latest craftbukkit beta
craftbukkit-rb = gets the latest craftbukkit recommended build *default
---------------------
*********************
After the values abouve are set (or left default), run "mc-update" to download
the minecraft server jar from its source and then enable the server with
"svcadm enable minecraft"
If you edit the config files, or rerun "mc-update" to download a newer jar file,
use "svcadm refresh minecraft" to do a graceful restart.
Connect to the running server console using "mc-console".
Use 'Ctrl-b' then 'd' to leave the console without killing the server.
*********************
---------------------