Git Product home page Git Product logo

mcoverlay's Introduction

MCOverlay

A blazing fast overlay to never get sniped again!

Task Checklist

Backend

  • Initial alt+tab + config (overwrite default delay)
  • Do not reset config upon startup
  • AutoTrash
    • Trash
    • Bad
    • Suck
    • Gay
    • :oof:
    • Check if works
  • SplitWarner
    • Requires death event.
    • Requires list of teammates (can be done from party only, I think) - [ ] Potentially add a chat-based command that lets you enter another
  • Only load config when it's last edited date is changed
  • Party member nicked in game
  • Session lock to prevent multiples
  • Chat based commands
  • Support for multiple API keys on one account (breaks hypixel TOS, be warned.)

Frontend

  • Average time per game
  • GUI Layout
  • Selectable statistics in table
    • Index score
    • Dynamic system showing all
    • Party detection
    • Guild detection
  • Alarm when not all party members in lobby (detect amount)
  • Navigate to log file
    • Perhaps navigate to C:/Users, let the user pick a folder.
    • Then see if there's a .minecraft folder in */AppData/
    • If there is, just pick that, go into */logs/latest.log
    • If there is not, let the user select a minecraft game folder manually
    • Then check if there exists a logs folder, if not, return to previous step ^
  • Dynamic game type selection system
    • Multiple games
  • Version in title of program
  • Finish TODO's
  • Configurable autoinvite statistics
    • Statistics check

Completed tasks

  • Upon open, disregard all entries before that timestamp (set linenumber)
    • Improved by only discarding certain elements
      • lobbyname, among other things, is maintained.
      • Downloads are completely ignored. /who will autodownload again.
  • Autowho
    • Don't use when first player in lobby
    • [X] Maybe with party size
  • Autoleave+pwarp after game
    • Toggle (both leave & pwarp)
  • Improve request getting (now less than 100ms! (based on your connection!))
  • Read latest.log
    • Detect changes, filter unimportant data
  • Interpret latest.log
    • Lobby 1
      • [HH:MM:SS] [Client thread/INFO]: [CHAT] [STARS?] NAME: CHAT
      • [HH:MM:SS] [Client thread/INFO]: [CHAT] [STARS?] [RANK] NAME: CHAT
      • [HH:MM:SS] [Client thread/INFO]: [CHAT] [RANK] NAME joined the lobby!
        • RANK can be MVP+ and MVP++
    • Game lobby ->
      • [HH:MM:SS] [Client thread/INFO]: [CHAT] NAME has joined (X/Y)!
        • X varies from 1 to Y
        • Y is 8 (solo or 4v4), 12 (3s) 16 (2s or 4s)
  • Request UUID from Minecraft username API
    • Save uuid->player and player->uuid tables between runs
  • Get API token from file
  • Use API token and UUID to retrieve player information from Hypixel API
  • Upkeep list of party members
    • On party member disconnect leave lobby etc
    • On party disconnect write message in party chat (?) (toggleable)
    • If party size = 1 (only self), don't /p warp after autoLeave
  • Suppress keyboard input when sending a command Not possible within python
  • Lobby playername toggle (semi-command?)
    • Chat
    • Joined lobby
    • All
    • Added more
  • Error and warning system for API
    • [ ] Timeout Scrapped due to default integration. Adding would need threads inside threads so will not.
    • API overload (diff MCAPI / HyAPI)
  • Detection and marking system (join & leave)
    • Player detection
    • Player already in list (do not request API again)
    • Rank detection
    • Staff detection
    • Party list detection
      • Party promotion detection (who is leader, moderator, GUI option)
    • Who-command detection
  • Refresh player statistics at the end of the game
  • Party alarm
    • Leave gamelobby if party member disconnects or leaves
  • Mistake "/who" detection and marking
  • Autoinvite
    • Toggle
    • Name mention
  • Monitor API Load
    • API overload handling
  • Statistics check bypass whitelist
  • Add origin to commandSender
  • Removed from party ([RANK] username has been kicked from the party.)
  • Kicked from party (You have been kicked from the party by [RANK] username)
  • Empty party (The party was disbanded because all invites expired and the party was empty)
  • Disbanded the party ([RANK] username has disbanded the party!)
  • Configurable thread count (api gets x-1 since main thread runs all other stuff)
  • [ ] Statistics to SQL Scrapped in favour of native python implementation
  • Native python statistics implementation
  • Fix autoWho when leaving lobby
  • Config options for:
    • Delay initial /who /plist

mcoverlay's People

Contributors

svdgoor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.