mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2a481acbef | ||
![]() |
5b68181661 |
15
README.md
15
README.md
@@ -21,8 +21,21 @@
|
|||||||
# pluGET
|
# pluGET
|
||||||
#### A powerfull package manager which handles [Plugins](https://www.spigotmc.org/resources/) and Server Software for minecraft servers.
|
#### A powerfull package manager which handles [Plugins](https://www.spigotmc.org/resources/) and Server Software for minecraft servers.
|
||||||
|
|
||||||
<img src="https://i.ibb.co/82dnyrK/image.png" alt="meme" border="0" height="350" width="350"></a>
|
<details>
|
||||||
|
<summary>Screenshots</summary>
|
||||||
|
|
||||||
|
`check all` to check installed plugins for updates:
|
||||||
|

|
||||||
|
|
||||||
|
`check all` with more plugins:
|
||||||
|

|
||||||
|
|
||||||
|
`help command` list all available commands:
|
||||||
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<img src="https://i.ibb.co/82dnyrK/image.png" alt="meme" border="0" height="350" width="350"></a>
|
||||||
|
|
||||||
|
|
||||||
## Issues? Found a bug?
|
## Issues? Found a bug?
|
||||||
|
@@ -96,7 +96,7 @@ def checkInstalledPackage(inputSelectedObject="all"):
|
|||||||
oldPackages = 0
|
oldPackages = 0
|
||||||
print(oColors.brightBlack + f"Checking: {inputSelectedObject}" + oColors.standardWhite)
|
print(oColors.brightBlack + f"Checking: {inputSelectedObject}" + oColors.standardWhite)
|
||||||
print("┌─────┬────────────────────────────────┬──────────────┬───────────┬───────────────────┐")
|
print("┌─────┬────────────────────────────────┬──────────────┬───────────┬───────────────────┐")
|
||||||
print("│ No. │ Name │ Installed V. │ Latest V. │ Update available │")
|
print("│ No. │ Name │ Installed V. │ Latest V. │ Update available │")
|
||||||
print("└─────┴────────────────────────────────┴──────────────┴───────────┴───────────────────┘")
|
print("└─────┴────────────────────────────────┴──────────────┴───────────┴───────────────────┘")
|
||||||
try:
|
try:
|
||||||
for plugin in track(pluginList, description="Checking for updates" ,transient=True, complete_style="cyan"):
|
for plugin in track(pluginList, description="Checking for updates" ,transient=True, complete_style="cyan"):
|
||||||
@@ -168,7 +168,7 @@ def updateInstalledPackage(inputSelectedObject='all'):
|
|||||||
indexNumberUpdated = 0
|
indexNumberUpdated = 0
|
||||||
print(oColors.brightBlack + f"Updating: {inputSelectedObject}" + oColors.standardWhite)
|
print(oColors.brightBlack + f"Updating: {inputSelectedObject}" + oColors.standardWhite)
|
||||||
print("┌─────┬────────────────────────────────┬────────────┬──────────┐")
|
print("┌─────┬────────────────────────────────┬────────────┬──────────┐")
|
||||||
print("│ No. │ Name │ Old V. │ New V. │")
|
print("│ No. │ Name │ Old V. │ New V. │")
|
||||||
print("└─────┴────────────────────────────────┴────────────┴──────────┘")
|
print("└─────┴────────────────────────────────┴────────────┴──────────┘")
|
||||||
try:
|
try:
|
||||||
for plugin in track(pluginList, description="Updating" ,transient=True, complete_style="red"):
|
for plugin in track(pluginList, description="Updating" ,transient=True, complete_style="red"):
|
||||||
|
Reference in New Issue
Block a user