Commit Graph

76 Commits

Author SHA1 Message Date
5ba70719a6 Bugfix version bump v1.1.3 2023-02-27 02:34:06 +01:00
7ef61167a4 Fix script restarting 2023-02-27 02:33:15 +01:00
5221d16f00 Add helper-script to gitignore, bugfix version bump v1.1.2 2023-02-27 02:29:42 +01:00
ff6b4a53ea Fix --redownload not restarting after successful download 2023-02-27 02:27:55 +01:00
cd7ec87178 Add check to Makefile for scripts version mismatch v1.1.1 2023-02-27 02:20:54 +01:00
a28a24c053 Fix script reload 2023-02-27 01:30:23 +01:00
3b81b39731 Bugfix version bump 2023-02-27 01:27:23 +01:00
cc2ec17b05 Fix relaunching the script after update 2023-02-27 01:23:54 +01:00
be70839f3b Fix --editor-config 2023-02-27 01:19:19 +01:00
6581e516e8 Swith to bash 2023-02-27 01:17:25 +01:00
2f2655b0db Fix --editor-config 2023-02-27 01:16:49 +01:00
4763f4038a Fix $EDITOR check 2023-02-27 01:15:02 +01:00
02b3d0fa54 Update Basic setup 2023-02-27 01:13:24 +01:00
066323ed77 Improve Makefile 2023-02-27 01:10:24 +01:00
7a2fbb29e8 Implement a simple makefile
to make creating a new release archive easier
v1.1.0
2023-02-27 01:06:28 +01:00
0858631fee Remove accidentally added files 2023-02-27 01:05:14 +01:00
0b1b2d1626 Version bump 2023-02-27 01:04:32 +01:00
dc45b90d98 Implement --edit-config 2023-02-27 01:03:56 +01:00
b017c00a6c Reload the script after --redownload 2023-02-27 00:57:15 +01:00
9e2d15238b Fix --redownload
Was missing a call to get the latest version
2023-02-27 00:55:27 +01:00
f8dd301eeb Improve --redownload
Refactor junk code
2023-02-27 00:52:04 +01:00
11eeafa289 Fix --redownload 2023-02-27 00:48:56 +01:00
3fd64aacf0 Move launch.cfg to msman.cfg to fix it 2023-02-27 00:43:02 +01:00
7f82e98043 Fix self-updates, fix msman.cfg v1.0.1 2023-02-27 00:41:10 +01:00
0289b5dc49 Fix self-updates 2023-02-27 00:39:27 +01:00
d219c5c2cc
Merge pull request #1 from jiriks74/initial_release
Initial release
v1.0.0
2023-02-26 23:56:32 +01:00
5a31f38f2b Merge remote-tracking branch '[start_papermc.sh/v2.0.0](https://github.com/jiriks74/start_papermc.sh/tree/v2.0.0)' into initial_release 2023-02-26 23:54:57 +01:00
da1db87be8 Add basic readme 2023-02-26 22:24:24 +01:00
4ad8e9fcc6
Initial commit 2023-02-26 21:33:21 +01:00
0cccd98953 Add check if the helper scripts exist 2023-02-25 20:55:55 +01:00
5654555ee9 Add update functionality for helper scripts 2023-02-25 20:52:02 +01:00
7284efa542 Add tar as a dependency 2023-02-25 17:59:28 +01:00
a31cd280e3 Add set -e to all scripts 2023-02-25 17:56:44 +01:00
49e9bff013 Add OenJDK JRE download
Downloads the correct OpenJDK JRE if the wrong (or no) version of Java is installed
2023-02-25 10:24:18 +01:00
4d2d3bc956 Make ms-manager folder hidden for less clutter 2023-02-25 08:53:00 +01:00
4c781b424c Add first run question 2023-02-25 08:49:57 +01:00
a5351440b2 Move to a more modular architecture 2023-02-25 08:33:13 +01:00
d76a626707
Merge pull request #9 from jiriks74/add_self-update_override
Add self update override
2023-02-24 19:16:32 +01:00
338a13288b
Merge branch 'main' into add_self-update_override 2023-02-24 19:16:25 +01:00
b7edb8b0c7 Add update skip check 2023-02-24 19:13:24 +01:00
5b5adaec7c
Fix dependency check
Moved dependency check to the start of the script
2023-02-23 09:46:04 +01:00
5575265a00 Add check_for_script_updates option
To be implemented
2023-02-23 09:05:20 +01:00
664feba139 Add 2023-02-23 09:04:46 +01:00
09829ab1b6
Merge pull request #8 from jiriks74/devel
Fix Paper's api not being loaded uppon startup
2023-02-23 08:34:11 +01:00
9f9119bb56
Fix Paper's API url not being loaded uppon startup 2023-02-23 08:33:11 +01:00
de2c6b1f75
Merge pull request #7 from jiriks74/main
Update to main
2023-02-23 08:31:22 +01:00
00687cbb7e
Fix api_url not being correctly set on startup 2023-02-23 08:25:20 +01:00
f1ede64a05
Fix downloading load.cfg 2023-02-23 08:14:01 +01:00
505a6a8ad5
Fix self update 2023-02-23 07:54:20 +01:00
8ab5b31fd3
Merge pull request #6 from jiriks74/devel
Add self update, config file,  default config file download
2023-02-23 06:45:12 +01:00