Daniel Gibbs
d0c833a736
initial commit of update_minecraft.sh
9 years ago
Daniel Gibbs
60d21d96f9
added update_minecraft.sh
9 years ago
Daniel Gibbs
1b99b32067
bug in project zomboid
9 years ago
Daniel Gibbs
f68737011c
reverted pz back to use glibc
9 years ago
Daniel Gibbs
05e35f45a9
comment
9 years ago
Daniel Gibbs
23305aa025
adjusted requirements for java servers
9 years ago
Daniel Gibbs
a5ff6823c6
added mincraft requiring java
9 years ago
Daniel Gibbs
d4d2dd1d54
added if to servername
9 years ago
Daniel Gibbs
7c6a1a8e5d
added minecraft ot info_config.sh
9 years ago
Daniel Gibbs
391c29b45c
fixes for minecraft
9 years ago
Daniel Gibbs
f9e07e053e
Updated minecraft details
9 years ago
Daniel Gibbs
f029a4ad34
updated fn_stop_graceful_minecraft messages
9 years ago
Daniel Gibbs
7966a6795c
changed mincraft to using engine not gamename
9 years ago
Daniel Gibbs
15529b9b16
fn_stop_graceful_minecraft
9 years ago
Daniel Gibbs
0a48898e10
added gzip and bzip 2 as a requirement for centos
9 years ago
Daniel Gibbs
3db7a0ec35
bzip2 and gzip are now required by default
9 years ago
Daniel Gibbs
0054872ed2
Added minecraft
9 years ago
Daniel Gibbs
4bd108ad05
added gzip as a required dependency #977
SteamCMD required gzip to extract itself. I would be suprised if there
was a distro without this built in. However will add this just in case.
9 years ago
Daniel Gibbs
ed0ddc35f4
tmux will now be detected if compiled from source
#736
9 years ago
Daniel Gibbs
0c471b91f0
Added os-release as an option for distroname
9 years ago
Daniel Gibbs
c10846ba4a
Updated java requirements
9 years ago
Daniel Gibbs
9168387277
os has become distroname
also added distroversion to identify the distro version number
9 years ago
Daniel Gibbs
12b742debe
added nl
9 years ago
Daniel Gibbs
e0b6cf949a
bug fix
9 years ago
GhoulofGSG9
458ea8ffdf
Fixed that the steam branch parameter wasn't used in various places.
9 years ago
Marvin Lehmann
0744823f06
Corrected comment
9 years ago
Marvin Lehmann
44278ce10b
Added dependencies to enable readline
Like #212
9 years ago
UltimateByte
53f502ad88
Compatibility with python 3.x
"A prefix of 'b' or 'B' is ignored in Python 2; it indicates that the literal should become a bytes literal in Python 3 (e.g. when code is automatically converted with 2to3). A 'u' or 'b' prefix may be followed by an 'r' prefix."
"Bytes literals are always prefixed with 'b' or 'B'; they produce an instance of the bytes type instead of the str type. They may only contain ASCII characters; bytes with a numeric value of 128 or greater must be expressed with escapes."
9 years ago
Scarsz
4d7be97ba0
Characters
9 years ago
Scarsz
0c2bbe0075
Missing portion of opt
9 years ago
Daniel Gibbs
ac96d6ffad
removed nl
9 years ago
Marvin Lehmann
8881508e9a
Added directory check
- fixes error message: find: ‘/home/server/serverfiles’: No such file or directory
9 years ago
Daniel Gibbs
7dc5f64915
word
9 years ago
Daniel Gibbs
53e88342be
moved emailnotification to legacy code fixes
9 years ago
Daniel Gibbs
1f11921445
moved port and server name to info_config.sh
9 years ago
Daniel Gibbs
b31ae3ba6c
INBOUND
9 years ago
Daniel Gibbs
e157ea2bd1
emailnotification is around for legacy scripts
9 years ago
Marvin Lehmann
6b26e2437d
Changed Teamspeak to TeamSpeak
- added fix for TeamSpeak 3 scripts using gamename="Teamspeak 3"
(core_functions.sh)
9 years ago
Marvin Lehmann
3eee2b3690
Fixed some typos and improved descriptions
These changes do not affect the functionality of the code.
9 years ago
Marvin Lehmann
278388ff39
Improved Project Zomboid Support
- updated config (removed IDs, they will be generated at server start)
- added ip and admin password start parameter
- added more variables to details
9 years ago
Marvin Lehmann
38cd98222e
Replaced insignificant spaces with tabs
9 years ago
Marvin Lehmann
464a8bd8e0
Added directory check
Simply checks if the script log directory exists to suppress the "not
found" error message. Could be improved with a "friendly" user
notification in the future?
9 years ago
Marvin Lehmann
0f6d991c8e
Removed deprecated var emailnotification
This variable is no longer needed.
9 years ago
Marvin Lehmann
18d1ab0a86
Corrected abbreviaton of test-alert parameter
9 years ago
Daniel Gibbs
4405c42122
removed rm tmp dir
9 years ago
Alexander Hurd
6ba41514bb
adding Day of Infamy
9 years ago
Daniel Gibbs
8a47bbfc23
minor messages tweaks
9 years ago
Daniel Gibbs
2127a7eaa4
Code shuffle and update
Shuffled code to match update_ts3.sh also updated messages to reflect
recent updates to update_ts3.sh
9 years ago
UltimateByte
3967e4e8b4
Mumble back to tmux, cleaning
9 years ago
UltimateByte
1d7b618706
tmux stop better location
9 years ago