All Projects → Semx11 → Autotip

Semx11 / Autotip

Licence: MIT License
A Forge modification that tips boosters and other users in gamemodes without an active booster.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Autotip

HyCord
HyCord is a minecraft mod that aims for discord and hypixel integration
Stars: ✭ 28 (-6.67%)
Mutual labels:  hypixel
HypixelIO
A Modern Efficient and Easy way of interacting with the Hypixel API!
Stars: ✭ 16 (-46.67%)
Mutual labels:  hypixel
Skypixel
Discontinued
Stars: ✭ 15 (-50%)
Mutual labels:  hypixel
architectury-api
An intermediary api aimed at easing development of multiplatform mods.
Stars: ✭ 139 (+363.33%)
Mutual labels:  minecraftforge
hypixel-api-reborn
Feature-rich Hypixel API wrapper for Node.js
Stars: ✭ 80 (+166.67%)
Mutual labels:  hypixel
ForgeWrapper
Allow MultiMC to launch Minecraft 1.13+ with Forge
Stars: ✭ 41 (+36.67%)
Mutual labels:  minecraftforge
HBWHelper
Hypixel Bed Wars Helper Minecraft Forge mod
Stars: ✭ 15 (-50%)
Mutual labels:  hypixel
MaroAPI
A lightweight Hypixel Skyblock API, providing a user with an easier way to communicate with Hypixel's API.
Stars: ✭ 205 (+583.33%)
Mutual labels:  hypixel
Mohist
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 861 (+2770%)
Mutual labels:  minecraftforge
ForgeModdingSkeleton
Skeletons for building Forge mods
Stars: ✭ 21 (-30%)
Mutual labels:  minecraftforge
asyncpixel
An Asyncronous Python wrapper for the Hypixel API.
Stars: ✭ 22 (-26.67%)
Mutual labels:  hypixel
SkyblockMod
QOL changes that enhances your Hypixel Skyblock experience.
Stars: ✭ 137 (+356.67%)
Mutual labels:  hypixel
SkytilsMod
A Hypixel Skyblock Utilities mod
Stars: ✭ 236 (+686.67%)
Mutual labels:  hypixel
minecraft-launcher-core-node
Provide packages to install Minecraft, launch Minecraft and more to build launcher with NodeJs/Electron!
Stars: ✭ 126 (+320%)
Mutual labels:  minecraftforge
25Karma
A Hypixel stats site that shows what people actually care about.
Stars: ✭ 22 (-26.67%)
Mutual labels:  hypixel
DungeonRoomsMod
A 1.8.9 Minecraft Forge Mod for Hypixel Skyblock which adds Secret Waypoints to Dungeons
Stars: ✭ 72 (+140%)
Mutual labels:  hypixel
Hytilities
Hypixel-focused Quality of Life mod.
Stars: ✭ 53 (+76.67%)
Mutual labels:  hypixel

General Information

This Forge mod automatically tips all active Network Boosters and other Autotip users on the Hypixel Network (hypixel.net), allowing the user to collect coins, karma, and experience (earnable currencies) over time. At its most effective, a user may leave the mod on at all possible times in order to maximize profit. The mod also includes detailed tracking features in order to visualize earnings and modify the messages that tipping causes for an simpler user experience.

Downloads and more information can be found at autotip.pro.

Processes

Autotip runs in waves of 15 minutes (viewable by the ingame command /autotip wave), starting at the first login to the Hypixel Network of the Minecraft session. At every pulse, a request will be made to a endpoint on our server side API with the client's username, which first fetches an all in order to tip online boosters, and then a list of random other online autotip users, plus random gamemodes for each user in the format Username GameMode.

The command /tip is hardcoded into the client, and the server only returns the list of what should be suffixed after that command. This is in order to appease any fears that people with access to the Autotip backend may commit malicious acts on the basis that they have remote access to a player's commands. Any person with such fears can have the peace of mind that this is impossible with how the client acts on the response.

Server Side Components

Many of the components that make Autotip work take place on the autotip.pro servers, the primary being the mechanic of tipping other online players. Upon the first login to Hypixel, a player will be authenticated with our server side API with basic information, including their Minecraft UUID, Minecraft version, Autotip version, operating system. These are both used in both analytics of the mod and authentication with our online player system. A number of checks will be run on the player in order to prevent spoofing. After authenticated, a request will be made to our API every 15 minutes in order to fetch the tip queue, as discribed in Processes above. The API code is not currently avalible in order to not reveal our authentication methods, and more importantly to not reveal the embarrasingly written code that lies there.

Contributors

  • Semx11 - Developer of mod, developer of API, PR.
  • 2Pi - Developer of API, developer of mod from April 2016 to August 2016, PR.
  • Sk1er - Host, PR.

Distribution

If you would like to distribute Autotip in either your own client or a larger Forge mod, we ask that you contact us for permission so we can make sure you're not doing anything malicious with the code. You can PM us at any of the above Hypixel Forums user pages or DM us on twitter at @HypixelAutotip. If you plan on making your own client, we will only allow you to use the code if the client is an injectable instead of an actual variation of the Minecraft client itself. In other words, you must not be distributing the Minecraft client for download, which is against Mojang's EULA, rather modifying one that is already on a user's computer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].