I wrote a fix you can grab here https://connorl.com/screens/stock_patch.patch
download that file then put it in your shopify-monitor folder then run the command git apply --check stock_patch.patch
I wrote a fix you can grab here https://connorl.com/screens/stock_patch.patch
download that file then put it in your shopify-monitor folder then run the command git apply --check stock_patch.patch
| html, body, h1, h2, h3, h5, h6, span, #page-title { | |
| font-family: -apple-system, BlinkMacSystemFont, sans-serif; | |
| } | |
| th { | |
| background-color: #33C3F0 !important; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // Decompiled by Procyon v0.5.29 | |
| // | |
| package me.InfernoSpirit.LoginVerification; | |
| import org.bukkit.command.Command; | |
| import org.bukkit.command.CommandSender; | |
| import org.bukkit.potion.PotionEffect; | |
| import org.bukkit.potion.PotionEffectType; |
I hereby claim:
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am WeeSkilz on github. | |
| * I am connorl (https://keybase.io/connorl) on keybase. | |
| * I have a public key whose fingerprint is 26A0 D4BB FA23 ED07 ED39 D113 D694 ECD2 6AB3 ABA9 | |
| To claim this, I am signing this object: |
| C:\Users\Connor\PycharmProjects\mcstatus>py test.py mc.hypixel.net | |
| Hypixel Network | mc.hypixel.net NEW! Mega Walls class and maps! |
| __author__ = 'Connor' | |
| from mcstatus import MinecraftServer | |
| import sys | |
| server = MinecraftServer.lookup(sys.argv[1]) | |
| status = server.status(33).description | |
| print(status) |