Commit Graph

194 Commits

Author SHA1 Message Date
Neocky
a7b528d25d
Merge pull request #57 from Neocky/dev/1.7.1
Dev/1.7.2
2022-07-19 10:30:04 +02:00
Jan-Luca Bogdan | BEL NET GmbH
1c11b0df83 Delete install_requirements.py 2022-07-19 10:29:34 +02:00
Neocky
653dac6c2c
Merge pull request #54 from smcclennon/dev/1.7.1
Handle Spiget api errors, use best-practice, disable incompatible code
2022-07-19 10:22:37 +02:00
Jan-Luca Bogdan | BEL NET GmbH
a5eeca7d9a Changed formating and print method
- Changed formating to have no lines longer than 120 characters
- replaced print() with richt_print_error() to print formatted error message
2022-07-19 10:17:59 +02:00
Neocky
1fc53d907d
Merge pull request #56 from smile-minecraft/patch-1
update README.md
2022-07-19 10:06:05 +02:00
smile-minecraft
32aabefdf1
update README.md
velocity not waterfall
2022-07-16 13:07:01 +08:00
Shiraz
18ca3104a5 Handle Spiget api errors
so plugins with special characters such as "InvSee++" don't crash pluGET
due to unexpected Spiget api data structure response:
{'error': '', 'msg': ''}

Root cause may be special chracters not being URL-escaped by Spiget
2022-07-09 19:59:44 +01:00
Shiraz
8227c12bf1 Only rename console title on Windows
Prevent "sh: line 1: title: command not found" error on Linux
2022-07-09 10:17:21 +01:00
Shiraz
18e012540c Pip install on posix using python3 -m
as per the official documentation:
packaging.python.org/en/latest/tutorials/installing-packages/#id22
2022-07-09 10:14:18 +01:00
Shiraz
526ccf72cb Show error message on requirements install failure 2022-07-09 10:07:34 +01:00
Neocky
4250ab15df
Added purpur help 2022-07-04 16:08:15 +02:00
Neocky
03a117c4e8
Merge pull request #51 from Pazdikan/readme-rewrite-and-new-installation
Cleaned up README.md and changed installation files
2022-07-04 16:05:33 +02:00
Neocky
ede3557819
Merge pull request #53 from Neocky/dev/1.7.1
Dev/1.7.1
2022-07-04 16:04:55 +02:00
Jan-Luca Bogdan | BEL NET GmbH
0e09daae53 Added new help command
- added new help command
- fixed some formating issues
2022-07-04 15:55:08 +02:00
Jan-Luca Bogdan | BEL NET GmbH
6b926c9564 Added plugin remover 2022-07-04 14:43:26 +02:00
pazdikan
b539d11f67 Reverted formatting changes 2022-07-04 14:29:59 +02:00
pazdikan
744f2e5988 Fixed a typo 2022-07-04 14:17:23 +02:00
Jan-Luca Bogdan | BEL NET GmbH
119d44631f Added support for purpur serverjar updating
- Added support for purpur updating and checking #43
- Removed get_installed_mc_version function which isn't needed anymore
2022-07-04 12:36:34 +02:00
pazdikan
626b7a3812 Cleaned up README.md and changed installation files 2022-07-03 01:39:20 +02:00
Neocky
1df6b36c5d
Update README.md 2022-07-02 19:52:40 +02:00
Neocky
d7c09eb04a
Update README.md 2022-07-02 19:43:52 +02:00
Neocky
bac69ae829
Update README.md 2022-07-02 19:43:02 +02:00
Neocky
badf6230bb
Merge pull request #50 from Neocky/dev/1.7.0
Dev/1.7.0 should work. Tests were all successfull
2022-07-02 19:29:14 +02:00
Neocky
2e9973a24f
Renamed main file 2022-07-02 19:23:22 +02:00
Neocky
0bac45d478 Renamed main file and removed old src 2022-07-02 19:21:14 +02:00
Neocky
2ba9e6ddb7 Added serverjar updating
Added serverjar updating: paper, waterfall, velocity
2022-07-02 19:15:15 +02:00
Jan-Luca Bogdan | BEL NET GmbH
9e74d480dd Added first serverjar handling 2022-06-30 16:45:28 +02:00
Jan-Luca Bogdan | BEL NET GmbH
0b10a76a3b Added version lookup for egg_cracking_jar 2022-06-29 16:00:55 +02:00
Jan-Luca Bogdan | BEL NET GmbH
9b2ff6e208 Added egg cracking jar support 2022-06-28 17:02:33 +02:00
Neocky
e17be2c500 Added tests for function in update_checker 2022-06-26 18:11:19 +02:00
Jan-Luca Bogdan | BEL NET GmbH
fb52973cf6 Added seperate download function for sftp/ftp 2022-06-22 15:26:45 +02:00
Jan-Luca Bogdan | BEL NET GmbH
3219e32351 Added part of update functionality 2022-06-22 12:58:48 +02:00
Jan-Luca Bogdan | BEL NET GmbH
041d7aa240 Added sftp & ftp functionality back 2022-06-21 17:01:03 +02:00
Jan-Luca Bogdan | BEL NET GmbH
96b4411020 Added better error handling to download function 2022-06-21 09:57:52 +02:00
Jan-Luca Bogdan | BEL NET GmbH
8620dfbe74 Added experimental update checker 2022-06-20 17:21:58 +02:00
Jan-Luca Bogdan | BEL NET GmbH
84fcfc8922 Added new spiget downloader
Added new spiget downloader for plugins with progress bar and error handling for Issue #46
2022-06-17 12:51:32 +02:00
Neocky
d427886c49 Added search function 2022-06-16 22:35:54 +02:00
Neocky
e229324117 Changed indention from tab to space 2022-06-16 21:26:43 +02:00
Jan-Luca Bogdan | BEL NET GmbH
7f2404f0cd Created packages, testcases and better error handling
Created python packages and added first test cases. Added better error handling when api call returns None and created start of requirements function.
Moved rich_print_error() to console_output.py
2022-06-16 17:05:40 +02:00
Neocky
3943357569 Added plugin downloader capabilities
Added plugin downloader capabilities and added full console argument support.
Fixed #46 and added error handling for it
2022-06-12 20:03:36 +02:00
Neocky
ac139ed048 Added input handling and first utilities 2022-06-07 22:40:27 +02:00
Neocky
8e51b1976d Added OS independent installer and finished console output 2022-06-04 16:33:46 +02:00
Neocky
4920689f0e finished config handling and started new console output
Finished the yaml config handling and started console handling output
2022-06-04 00:08:10 +02:00
Neocky
993d438ff7 Started the new config handling
Implemented new and not complete config handling and implemented command parameter support
2022-06-02 19:52:49 +02:00
Neocky
3faf9785d7
Update FUNDING.yml 2022-05-08 19:23:31 +02:00
Neocky
17e67e68ea
Update README.md 2022-05-08 19:21:10 +02:00
Neocky
5075922674
Added new button 2022-04-18 16:27:04 +02:00
Neocky
cf710088a9
Merge pull request #45 from ProfessorSniff/#!/bin/sh
add shebang to launcher.sh
2021-12-05 16:53:44 +01:00
ProfessorSniff
b1b5eeb992
add shebang to launcher.sh 2021-12-03 04:02:24 +00:00
Neocky
3bcb3de4cf Fixed error when searching for plugins
Changes:
- fixed bug when searching for plugins where the name couldn't be sanitized
- fixed bug when searching for plugins with numbers in name
2021-08-26 19:24:17 +02:00