github username correction

This commit is contained in:
Bella 2020-04-18 11:20:04 -04:00
parent 10ffc1784c
commit c5a933abe5
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
95 changed files with 144 additions and 144 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Created by S-B99 on 19/02/20
# Created by dominikaaaa on 19/02/20
# echo "Usage: ./ver.sh"
CUR_VER="$(cat ./scripts/curVer)"

View File

@ -10,8 +10,8 @@ import static me.zeroeightsix.kami.KamiMod.APP_ID;
import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
/**
* @author S-B99
* Updated by S-B99 on 13/01/20
* @author dominikaaaa
* Updated by dominikaaaa on 13/01/20
* Updated (slightly) by Dewy on 3rd April 2020
*/
public class DiscordPresence {

View File

@ -54,7 +54,7 @@ import static me.zeroeightsix.kami.DiscordPresence.setCustomIcons;
/**
* Created by 086 on 7/11/2017.
* Updated by S-B99 on 25/03/19
* Updated by dominikaaaa on 25/03/19
* Updated by Dewy on 09/04/2020
*/
@Mod(

View File

@ -13,8 +13,8 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendErrorMessage;
/**
* @author S-B99
* Updated by S-B99 on 05/04/20
* @author dominikaaaa
* Updated by dominikaaaa on 05/04/20
*/
public class ActiveModulesCommand extends Command {
public ActiveModulesCommand() {

View File

@ -8,8 +8,8 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
import static me.zeroeightsix.kami.util.MessageSendHelper.*;
/**
* @author S-B99
* Created by S-B99 on 17/02/20
* @author dominikaaaa
* Created by dominikaaaa on 17/02/20
*/
public class AutoReplyCommand extends Command {
public AutoReplyCommand() {

View File

@ -9,7 +9,7 @@ import java.util.List;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* Created by S-B99 on 01/12/2019.
* Created by dominikaaaa on 01/12/2019.
* Revamped by d1gress/Qther on 13 April 2020
*/
@ -23,7 +23,7 @@ public class CreditsCommand extends Command {
@Override
public void call(String[] args) {
List<Integer> exceptions = Arrays.asList(
17222512, // s-b99 / dominika
17222512, // dominikaaaa / dominika
27009727, // zeroeightysix
48992448, // blockparole
19880089, // EmotionalLove
@ -53,7 +53,7 @@ public class CreditsCommand extends Command {
"\n&l&9Author:" +
"\n086 (zeroeightysix)" +
"\n&l&9Contributors:" +
"\nBella (S-B99)" +
"\nBella (dominikaaaa)" +
"\nhub (blockparole)" +
"\nSasha (EmotionalLove)" +
"\nQther (d1gress / Vonr)" +

View File

@ -8,8 +8,8 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
import static me.zeroeightsix.kami.util.MessageSendHelper.*;
/**
* @author S-B99
* Created by S-B99 on 17/02/20
* @author dominikaaaa
* Created by dominikaaaa on 17/02/20
*/
public class CustomChatCommand extends Command {
public CustomChatCommand() {

View File

@ -10,8 +10,8 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendErrorMessage;
/**
* @author S-B99
* Created by S-B99 on 26/03/20
* @author dominikaaaa
* Created by dominikaaaa on 26/03/20
*/
public class DiscordNotifsCommand extends Command {
public DiscordNotifsCommand() {

View File

@ -15,8 +15,8 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* @author S-B99
* Updated by S-B99 on 07/02/20
* @author dominikaaaa
* Updated by dominikaaaa on 07/02/20
*/
public class EnabledCommand extends Command {
public EnabledCommand() {

View File

@ -8,7 +8,7 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* @author S-B99
* @author dominikaaaa
*/
public class FixGuiCommand extends Command {
public FixGuiCommand() {

View File

@ -13,8 +13,8 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* @author S-B99
* Updated by S-B99 on 18/03/20
* @author dominikaaaa
* Updated by dominikaaaa on 18/03/20
*
* Horribly designed command for uh, generating the modules page on the website. This was the easiest way I could do it, but maybe not the most efficient.
*/

View File

@ -6,7 +6,7 @@ import me.zeroeightsix.kami.command.Command;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* Created by S-B99 on 01/12/2019.
* Created by dominikaaaa on 01/12/2019.
*/
public class LicenseCommand extends Command {

View File

@ -6,8 +6,8 @@ import me.zeroeightsix.kami.command.syntax.ChunkBuilder;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendServerMessage;
/**
* @author S-B99
* Created by S-B99 on 12/03/20
* @author dominikaaaa
* Created by dominikaaaa on 12/03/20
*/
public class SayCommand extends Command {
public SayCommand() {

View File

@ -16,7 +16,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendStringChatMessage;
/**
* Created by 086 on 18/11/2017.
* Updated by S-B99 on 24/02/20
* Updated by dominikaaaa on 24/02/20
*/
public class SetCommand extends Command {
@ -72,7 +72,7 @@ public class SetCommand extends Command {
if (setting.getClass().getSimpleName().equals("EnumSetting")) {
arg2 = arg2.toUpperCase();
}
setting.setValueFromString(arg2); /* PLEASE MAKE SURE TO USE PROPER NAMING WHEN USING ENUMS */ /* if you use improper lowercase letters it will *not* work with this command ~S-B99 */
setting.setValueFromString(arg2); /* PLEASE MAKE SURE TO USE PROPER NAMING WHEN USING ENUMS */ /* if you use improper lowercase letters it will *not* work with this command ~dominikaaaa */
sendChatMessage("Set &b" + setting.getName() + "&r to &3" + arg2 + "&r.");
Module.closeSettings();
} catch (Exception e) {

View File

@ -10,7 +10,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.*;
/**
* Created by 20kdc on 17/02/2020.
* Updated by S-B99 on 17/02/20
* Updated by dominikaaaa on 17/02/20
* Note for anybody using this in a development environment: THIS DOES NOT WORK. It will lag and the texture will break
*/
public class XRayCommand extends Command {

View File

@ -37,7 +37,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* Created by 086 on 11/11/2017.
* Updated by Qther on 18/02/20
* Updated by S-B99 on 18/02/20
* Updated by dominikaaaa on 18/02/20
*/
public class ForgeEventProcessor {

View File

@ -20,7 +20,7 @@ import static org.lwjgl.opengl.GL11.glEnable;
/**
* Created by 086 on 3/08/2017.
* Updated by S-B99 on 13/12/19
* Updated by dominikaaaa on 13/12/19
*/
public class DisplayGuiScreen extends GuiScreen {

View File

@ -44,7 +44,7 @@ import static me.zeroeightsix.kami.util.InfoCalculator.cardinalToAxis;
/**
* Created by 086 on 25/06/2017.
* Updated by S-B99 on 28/01/20
* Updated by dominikaaaa on 28/01/20
* @see me.zeroeightsix.kami.module.modules.client.InventoryViewer
*/
public class KamiGUI extends GUI {

View File

@ -21,7 +21,7 @@ import static org.lwjgl.opengl.GL11.glDisable;
/**
* Created by 086 on 4/08/2017.
* Updated by S-B99 on 20/03/19
* Updated by dominikaaaa on 20/03/19
*/
public class KamiActiveModulesUI extends AbstractComponentUI<me.zeroeightsix.kami.gui.kami.component.ActiveModules> {
ActiveModules activeMods;

View File

@ -3,7 +3,7 @@ package me.zeroeightsix.kami.gui.kami.theme.kami;
import java.awt.*;
/**
* @author S-B99
* @author dominikaaaa
* Class for all the main GUI colours used by the default kami theme
* mfw I make it easier for skids to customize kami
*/

View File

@ -25,7 +25,7 @@ import static org.lwjgl.opengl.GL11.*;
/**
* Created by 086 on 4/08/2017.
* Tooltips added by S-B99 on 13/04/20
* Tooltips added by dominikaaaa on 13/04/20
*/
public class RootCheckButtonUI<T extends CheckButton> extends AbstractComponentUI<CheckButton> {
@Override

View File

@ -18,7 +18,7 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
/**
* Created by 086 on 16/12/2017.
* Updated by S-B99 on 17/03/20
* Updated by dominikaaaa on 17/03/20
*/
@Mixin(BlockLiquid.class)
public class MixinBlockLiquid {

View File

@ -10,7 +10,7 @@ import org.spongepowered.asm.mixin.injection.Redirect;
/**
* @author 3arthqu4ke
* Updated by S-B99 on 27/12/19
* Updated by dominikaaaa on 27/12/19
*/
@Mixin(GuiNewChat.class)
public abstract class MixinGuiNewChat {

View File

@ -99,7 +99,7 @@ public class MixinGuiScreen {
* @author cookiedragon234
* see https://github.com/kami-blue/client/pull/293 for discussion
* authors words:
* Also @S-B99 you should be more careful with merging commits, especially from people who are new to coding. Stuff like this is obviously stolen, and can get your repository DMCA'd.
* Also @dominikaaaa you should be more careful with merging commits, especially from people who are new to coding. Stuff like this is obviously stolen, and can get your repository DMCA'd.
*
* as shown be the rest of his discussion, he was fine with it
* I even aknowledged when it was added, after cookies approval, that it was pasted from backdoored.

View File

@ -17,7 +17,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* @author Finz0
* Used with LGPLv3 license permission
* https://github.com/S-B99/osiris/blob/master/src/main/java/me/finz0/osiris/mixin/mixins/MixinMovementInputFromOptions.java
* https://github.com/dominikaaaa/osiris/blob/master/src/main/java/me/finz0/osiris/mixin/mixins/MixinMovementInputFromOptions.java
*
* @see InventoryMove
*/

View File

@ -21,7 +21,7 @@ import java.util.List;
/**
* Created by 086 on 23/08/2017.
* Updated by S-B99 on 15/04/20
* Updated by dominikaaaa on 15/04/20
*/
public class Module {

View File

@ -23,7 +23,7 @@ import java.util.Map;
/**
* @author Crystallinqq
* Updated by S-B99 on 20/12/19
* Updated by dominikaaaa on 20/12/19
* Updated by 20kdc on 17/02/20 - changed implementation method, made a module again, made async
* Updated by 20kdc on 21/02/20 - unbroke things, sorry!
*/

View File

@ -22,11 +22,11 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* @author hub
* @author S-B99
* @author dominikaaaa
* Created 19 November 2019 by hub
* Updated 12 January 2020 by hub
* Updated 19 February 2020 by aUniqueUser
* Updated by S-B99 on 13/03/20
* Updated by dominikaaaa on 13/03/20
*/
@Module.Info(
name = "AntiSpam",

View File

@ -12,9 +12,9 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendWarningMessage;
/**
* @author S-B99
* @author dominikaaaa
* Updated by d1gress/Qther on 5/12/2019
* Updated by S-B99 on 26/03/20
* Updated by dominikaaaa on 26/03/20
*/
@Module.Info(
name = "AutoQMain",

View File

@ -14,7 +14,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendWarningMessage;
/**
* @author Diamarald
* Updated by S-B99 on 03/03/20
* Updated by dominikaaaa on 03/03/20
*/
@Module.Info(
name = "AutoReply",

View File

@ -14,7 +14,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendServerMessage;
/*
* By Katatje 8 Dec 2019
* Updated by S-B99 on 12/04/20
* Updated by dominikaaaa on 12/04/20
*/
@Module.Info(
name = "AutoTPA",

View File

@ -15,8 +15,8 @@ import static me.zeroeightsix.kami.util.ColourTextFormatting.toTextMap;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendRawChatMessage;
/**
* @author S-B99
* Updated by S-B99 on 25/03/20
* @author dominikaaaa
* Updated by dominikaaaa on 25/03/20
*/
@Module.Info(
name = "ChatTimestamp",

View File

@ -14,7 +14,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendWarningMessage;
/**
* Created by 086 on 8/04/2018.
* Updated by S-B99 on 12/03/20
* Updated by dominikaaaa on 12/03/20
*/
@Module.Info(
name = "CustomChat",

View File

@ -26,9 +26,9 @@ import static me.zeroeightsix.kami.util.MessageDetectionHelper.*;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendErrorMessage;
/**
* @author S-B99
* Created by S-B99 on 26/03/20
* Updated by S-B99 on 28/03/20
* @author dominikaaaa
* Created by dominikaaaa on 26/03/20
* Updated by dominikaaaa on 28/03/20
*/
@Module.Info(
name = "DiscordNotifs",

View File

@ -13,8 +13,8 @@ import java.util.Random;
import static me.zeroeightsix.kami.util.InfoCalculator.isNumberEven;
/**
* @author S-B99
* Updated by S-B99 on 12/03/20
* @author dominikaaaa
* Updated by dominikaaaa on 12/03/20
*/
@Module.Info(
name = "FancyChat",

View File

@ -15,8 +15,8 @@ import java.util.Random;
import static me.zeroeightsix.kami.util.MessageSendHelper.*;
/**
* @author S-B99
* Created by S-B99 on 10/04/20
* @author dominikaaaa
* Created by dominikaaaa on 10/04/20
*/
@Module.Info(
name = "Spammer",

View File

@ -17,9 +17,9 @@ import static me.zeroeightsix.kami.util.InfoCalculator.reverseNumber;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendDisableMessage;
/**
* @author S-B99
* Created by S-B99 on 20/03/20
* Updated by S-B99 on 04/04/20
* @author dominikaaaa
* Created by dominikaaaa on 20/03/20
* Updated by dominikaaaa on 04/04/20
*/
@Module.Info(
name = "ActiveModules",

View File

@ -8,7 +8,7 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendErrorMessage;
/**
* @author S-B99
* @author dominikaaaa
*/
@Module.Info(
name = "CommandConfig",

View File

@ -20,10 +20,10 @@ import static me.zeroeightsix.kami.util.ColourTextFormatting.toTextMap;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendDisableMessage;
/**
* @author S-B99
* Created by S-B99 on 04/12/19
* @author dominikaaaa
* Created by dominikaaaa on 04/12/19
* PVP Information by Polymer on 04/03/20
* Updated by S-B99 on 25/03/20
* Updated by dominikaaaa on 25/03/20
*/
@Module.Info(
name = "InfoOverlay",

View File

@ -17,9 +17,9 @@ import static me.zeroeightsix.kami.util.GuiFrameUtil.getFrameByName;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendDisableMessage;
/**
* Updated by S-B99 on 21/02/20
* Updated by dominikaaaa on 21/02/20
* Slight updates by 20kdc, 19/02/20
* Everything except somethingRender() methods was written by S-B99
* Everything except somethingRender() methods was written by dominikaaaa
*/
@Module.Info(
name = "InventoryViewer",

View File

@ -3,7 +3,7 @@ package me.zeroeightsix.kami.module.modules.client;
import me.zeroeightsix.kami.module.Module;
/**
* @author S-B99
* @author dominikaaaa
* @see me.zeroeightsix.kami.gui.kami.theme.kami.RootCheckButtonUI
*/
@Module.Info(

View File

@ -14,8 +14,8 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
import static me.zeroeightsix.kami.module.modules.client.InfoOverlay.getItems;
/**
* @author S-B99
* Created by S-B99 on 25/03/20
* @author dominikaaaa
* Created by dominikaaaa on 25/03/20
*
* Event / Packet mode taken from CliNet
* https://github.com/DarkiBoi/CliNet/blob/fd225a5c8cc373974b0c9a3457acbeed206e8cca/src/main/java/me/zeroeightsix/kami/module/modules/combat/TotemPopCounter.java

View File

@ -7,7 +7,7 @@ import me.zeroeightsix.kami.module.Module;
import net.minecraft.client.gui.GuiGameOver;
/**
* Created by S-B99 on 30/11/19
* Created by dominikaaaa on 30/11/19
*/
@Module.Info(
name = "AntiDeathScreen",

View File

@ -17,7 +17,7 @@ import net.minecraft.util.math.Vec3d;
/**
* Created by 086 on 12/12/2017.
* Updated by hub on 31 October 2019
* Updated by S-B99 on 10/04/20
* Updated by dominikaaaa on 10/04/20
* Updated by bot-debug on 10/04/20
*/
@Module.Info(

View File

@ -17,7 +17,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendWarningMessage;
* @author polymer
* @author cookiedragon234
* Updated by polymer 10 March 2020
* Updated by S-B99 on 12/04/20
* Updated by dominikaaaa on 12/04/20
*/
@Module.Info(
name = "AutoEZ",

View File

@ -14,7 +14,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendWarningMessage;
/**
* Created 17 October 2019 by hub
* Updated 21 November 2019 by hub
* Updated by S-B99 on 07/04/20
* Updated by dominikaaaa on 07/04/20
*/
@Module.Info(
name = "AutoMend",

View File

@ -13,7 +13,7 @@ import static me.zeroeightsix.kami.module.modules.client.InfoOverlay.getItems;
/**
* Created by 086 on 22/01/2018.
* Updated by S-B99 on 25/03/20
* Updated by dominikaaaa on 25/03/20
*/
@Module.Info(
name = "AutoTotem",

View File

@ -19,7 +19,7 @@ import static me.zeroeightsix.kami.gui.kami.DisplayGuiScreen.getScale;
/**
* @author Antonio32A
* Updated by S-B99 on 31/03/20
* Updated by dominikaaaa on 31/03/20
*
* Antonio32A created the pastDistance method, used by ForgeHax here:
* https://github.com/fr1kin/ForgeHax/blob/2011740/src/main/java/com/matt/forgehax/mods/CoordsFinder.java#L126

View File

@ -7,7 +7,7 @@ import net.minecraft.network.play.client.CPacketPlayer;
import net.minecraftforge.event.entity.player.AttackEntityEvent;
/**
* @author S-B99
* @author dominikaaaa
* Thanks cookie uwu
*/
@Module.Info(

View File

@ -48,7 +48,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
* Updated 3 December 2019 by hub
* Updated 8 March 2020 by polymer
* Updated by qther on 27/03/20
* Updated by S-B99 on 27/03/20
* Updated by dominikaaaa on 27/03/20
*/
@Module.Info(
name = "CrystalAura",

View File

@ -9,9 +9,9 @@ import net.minecraft.network.play.client.CPacketPlayerTryUseItem;
import net.minecraft.util.math.BlockPos;
/**
* Created by S-B99 on 23/10/2019
* @author S-B99
* Updated by S-B99 on 03/12/19
* Created by dominikaaaa on 23/10/2019
* @author dominikaaaa
* Updated by dominikaaaa on 03/12/19
* Updated by d1gress/Qther on 4/12/19
*
* Bowspam code from https://github.com/seppukudevelopment/seppuku/blob/5586365/src/main/java/me/rigamortis/seppuku/impl/module/combat/FastBowModule.java

View File

@ -21,9 +21,9 @@ import static me.zeroeightsix.kami.module.modules.client.InfoOverlay.getItems;
/**
* @author polymer (main listener switch function xd)
* @author S-B99 (made epic and smooth and cleaned up code <3) (why did i rewrite this 4 times)
* @author dominikaaaa (made epic and smooth and cleaned up code <3) (why did i rewrite this 4 times)
* Created by polymer on 21/02/20
* Updated by S-B99 on 07/03/20
* Updated by dominikaaaa on 07/03/20
*/
@Module.Info(
name = "OffhandGap",

View File

@ -30,7 +30,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
* @author hub
* @see me.zeroeightsix.kami.module.modules.combat.AutoFeetPlace
* Updated by Polymer on 09/01/20
* Updated by S-B99 on 28/01/20
* Updated by dominikaaaa on 28/01/20
*/
@Module.Info(
name = "Surround",

View File

@ -23,8 +23,8 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendRawChatMessage;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendServerMessage;
/**
* @author S-B99
* Created by S-B99 on 25/03/20
* @author dominikaaaa
* Created by dominikaaaa on 25/03/20
* Listener and stuff reused from CliNet
* https://github.com/DarkiBoi/CliNet/blob/fd225a5c8cc373974b0c9a3457acbeed206e8cca/src/main/java/me/zeroeightsix/kami/module/modules/combat/TotemPopCounter.java
*/

View File

@ -5,7 +5,7 @@ import me.zeroeightsix.kami.module.Module;
import static me.zeroeightsix.kami.util.GuiFrameUtil.fixFrames;
/**
* @author S-B99
* @author dominikaaaa
* @see me.zeroeightsix.kami.command.commands.FixGuiCommand
*/
@Module.Info(

View File

@ -12,7 +12,7 @@ import me.zeroeightsix.kami.setting.Settings;
import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
/**
* @author S-B99
* @author dominikaaaa
* Horribly designed class for uh, running things only once.
*/
@Module.Info(

View File

@ -22,7 +22,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* Created by 086 on 22/03/2018.
* Updated by Qther on 05/03/20
* Updated by S-B99 on 30/03/20
* Updated by dominikaaaa on 30/03/20
*/
@Module.Info(
name = "AutoFish",

View File

@ -17,9 +17,9 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendErrorMessage;
/**
* @author S-B99
* Created by S-B99 on this commit: 83387d6c2243c2a70dc864c9fbef96a77b9a9735
* Updated by S-B99 on 05/04/20
* @author dominikaaaa
* Created by dominikaaaa on this commit: 83387d6c2243c2a70dc864c9fbef96a77b9a9735
* Updated by dominikaaaa on 05/04/20
*/
@Module.Info(
name = "AutoNametag",

View File

@ -32,7 +32,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* Created 26 November 2019 by hub
* Updated 27 November 2019 by hub
* Updated by S-B99 on 16/04/20
* Updated by dominikaaaa on 16/04/20
*/
@Module.Info(
name = "AutoSpawner",

View File

@ -19,7 +19,7 @@ import net.minecraftforge.event.entity.player.PlayerInteractEvent;
/**
* Created by 086 on 2/10/2018.
* Updated by S-B99 on 06/04/20
* Updated by dominikaaaa on 06/04/20
*/
@Module.Info(
name = "AutoTool",

View File

@ -10,8 +10,8 @@ import static me.zeroeightsix.kami.util.InfoCalculator.playerDimension;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendWarningMessage;
/**
* @author S-B99
* Updated by S-B99 on 13/01/20
* @author dominikaaaa
* Updated by dominikaaaa on 13/01/20
* Updated (slightly) by Dewy on 3rd April 2020
*/
@Module.Info(

View File

@ -6,7 +6,7 @@ import me.zeroeightsix.kami.setting.Settings;
import net.minecraft.world.GameType;
/**
* Created by @S-B99 on 20/11/19
* Created by @dominikaaaa on 20/11/19
* Yes, this is 100% original code. Go away
*/
@Module.Info(

View File

@ -9,9 +9,9 @@ import net.minecraft.entity.passive.EntityHorse;
import net.minecraft.util.EnumHand;
/**
* @author S-B99
* Created by S-B99 on 05/04/20
* Updated by S-B99 on 07/04/20
* @author dominikaaaa
* Created by dominikaaaa on 05/04/20
* Updated by dominikaaaa on 07/04/20
*/
@Module.Info(
name = "AutoRemount",

View File

@ -21,7 +21,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendErrorMessage;
/**
* Created by 086 on 11/04/2018.
* Updated by Itistheend on 28/12/19.
* Updated by S-B99 on 15/04/20
* Updated by dominikaaaa on 15/04/20
*/
@Module.Info(
name = "ElytraFlight",

View File

@ -7,8 +7,8 @@ import net.minecraft.client.gui.GuiChat;
import org.lwjgl.input.Keyboard;
/**
* @author S-B99
* Created by S-B99 on 06/04/20
* @author dominikaaaa
* Created by dominikaaaa on 06/04/20
* @see me.zeroeightsix.kami.mixin.client.MixinMovementInputFromOptions
*/
@Module.Info(

View File

@ -11,7 +11,7 @@ import net.minecraftforge.client.event.InputUpdateEvent;
/**
* Created by 086 on 15/12/2017.
* Updated by S-B99 on 31/03/20
* Updated by dominikaaaa on 31/03/20
* @see me.zeroeightsix.kami.mixin.client.MixinBlockSoulSand
* @see net.minecraft.client.entity.EntityPlayerSP#onLivingUpdate()
*/

View File

@ -6,7 +6,7 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
/**
* Created by 086 on 23/08/2017.
* Updated by S-B99 on 06/03/20
* Updated by dominikaaaa on 06/03/20
*/
@Module.Info(
name = "Sprint",

View File

@ -8,7 +8,7 @@ import me.zeroeightsix.kami.util.InfoCalculator;
/**
* @author TBM
* Updated by S-B99 on 28/01/20
* Updated by dominikaaaa on 28/01/20
*/
@Module.Info(
name = "TimerSpeed",

View File

@ -14,7 +14,7 @@ import net.minecraft.util.FoodStats;
/**
* Created by 086 on 8/04/2018.
* Updated by polymer on 09/03/20
* Updated by S-B99 on 20/03/20
* Updated by dominikaaaa on 20/03/20
* Updated by An-En on 24/03/20
*/
@Module.Info(

View File

@ -13,7 +13,7 @@ import static me.zeroeightsix.kami.gui.kami.DisplayGuiScreen.getScale;
import static me.zeroeightsix.kami.util.InfoCalculator.round;
/**
* @author S-B99
* @author dominikaaaa
* Thanks Brady and cooker and leij for helping me not be completely retarded
*/
@Module.Info(

View File

@ -15,7 +15,7 @@ import net.minecraft.util.math.Vec3d;
/**
* Created by 086 on 19/11/2017.
* Updated by S-B99 on 05/03/20
* Updated by dominikaaaa on 05/03/20
*/
@Module.Info(
category = Module.Category.PLAYER,

View File

@ -9,7 +9,7 @@ import net.minecraft.network.play.client.CPacketAnimation;
/**
* Created 13 August 2019 by hub
* Updated 14 November 2019 by hub
* Updated by S-B99 on 14/12/19
* Updated by dominikaaaa on 14/12/19
*/
@Module.Info(

View File

@ -9,7 +9,7 @@ import me.zeroeightsix.kami.setting.Settings;
import net.minecraft.network.play.client.*;
/**
* @author S-B99
* @author dominikaaaa
*/
@Module.Info(
name = "PacketCancel",

View File

@ -24,7 +24,7 @@ import static me.zeroeightsix.kami.util.BlockInteractionHelper.*;
/**
* Created by 086 on 20/01/19
* Updated by Polymer on 16/01/20
* Updated by S-B99 on 02/03/20
* Updated by dominikaaaa on 02/03/20
* @see me.zeroeightsix.kami.mixin.client.MixinEntity
*/
@Module.Info(

View File

@ -9,7 +9,7 @@ import me.zeroeightsix.kami.setting.Settings;
* See BowSpam for example. It's just one thing. Anybody can write it the exact same way on accident.
* There is nothing to credit here.
* This message is here because clowns decided to argue with me that they should be credited even though they did not come up with the code.
* Updated by S-B99 on 01/03/20
* Updated by dominikaaaa on 01/03/20
*/
@Module.Info(
name = "Timer",

View File

@ -20,7 +20,7 @@ import static me.zeroeightsix.kami.util.ColourConverter.rgbToInt;
/**
* @author polymer
* Updated by S-B99 on 30/03/20
* Updated by dominikaaaa on 30/03/20
*/
@Module.Info(
name = "BoxESP",

View File

@ -5,8 +5,8 @@ import me.zeroeightsix.kami.setting.Setting;
import me.zeroeightsix.kami.setting.Settings;
/**
* @author S-B99
* Updated by S-B99 on 27/12/19
* @author dominikaaaa
* Updated by dominikaaaa on 27/12/19
*/
@Module.Info(
name = "CleanGUI",

View File

@ -22,7 +22,7 @@ import static me.zeroeightsix.kami.module.modules.combat.CrystalAura.getPlayerPo
/**
* Created 16 November 2019 by hub
* Updated by S-B99 on 15/12/19
* Updated by dominikaaaa on 15/12/19
*/
@Module.Info(
name = "HoleESP",

View File

@ -19,7 +19,7 @@ import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
* @author cookiedragon234
* Taken from Backdoored 1.8.2 source
*
* UUID to username method and caching methods added by S-B99
* UUID to username method and caching methods added by dominikaaaa
*/
@Module.Info(
name = "MobOwner",
@ -37,7 +37,7 @@ public class MobOwner extends Module {
private String invalidText = "Offline or invalid UUID!";
/**
* @author S-B99
* @author dominikaaaa
*/
private String getUsername(String uuid) {
for (Map.Entry<String, String> entries : cachedUUIDs.entrySet()) {

View File

@ -15,7 +15,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
/**
* Created by 086 on 4/02/2018.
* Updated by S-B99 on 14/04/20
* Updated by dominikaaaa on 14/04/20
*
* Skylight Updates taken from https://github.com/fr1kin/ForgeHax/blob/1a4f98d/src/main/java/com/matt/forgehax/mods/NoSkylightUpdates.java
*/

View File

@ -21,7 +21,7 @@ import java.util.ArrayList;
/**
* Created by 086 on 10/12/2017.
* Updated by S-B99 on 14/12/19
* Updated by dominikaaaa on 14/12/19
*/
@Module.Info(
name = "StorageESP",

View File

@ -24,7 +24,7 @@ import java.util.Set;
/**
* Created by 20kdc on 15/02/2020.
* Updated by S-B99 on 17/02/20
* Updated by dominikaaaa on 17/02/20
* Note for anybody using this in a development environment: THIS DOES NOT WORK. It will lag and the texture will break
*/
@Module.Info(

View File

@ -5,9 +5,9 @@ import me.zeroeightsix.kami.setting.Setting;
import me.zeroeightsix.kami.setting.Settings;
/**
* @author S-B99
* Created by S-B99 on 20/12/19
* Updated by S-B99 on 22/12/19
* @author dominikaaaa
* Created by dominikaaaa on 20/12/19
* Updated by dominikaaaa on 22/12/19
*/
@Module.Info(
name = "Zoom",

View File

@ -1,8 +1,8 @@
package me.zeroeightsix.kami.util;
/**
* @author S-B99
* Updated by S-B99 on 04/03/20
* @author dominikaaaa
* Updated by dominikaaaa on 04/03/20
*/
public class ColourConverter {
public static float toF(int i) { return i / 255f; }

View File

@ -7,8 +7,8 @@ import java.util.HashMap;
import java.util.Map;
/**
* @author S-B99
* Updated by S-B99 on 25/03/20
* @author dominikaaaa
* Updated by dominikaaaa on 25/03/20
*/
public class ColourTextFormatting {
public enum ColourEnum {

View File

@ -7,7 +7,7 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage;
/**
* @author S-B99
* @author dominikaaaa
*/
public class CommandUtil {
public static void runAliases(Command command) {

View File

@ -12,11 +12,11 @@ import java.util.List;
import static me.zeroeightsix.kami.gui.kami.DisplayGuiScreen.getScale;
/**
* @author S-B99
* Created by S-B99 on 24/03/20
* @author dominikaaaa
* Created by dominikaaaa on 24/03/20
*/
public class GuiFrameUtil {
// This is bad, but without a rearchitecture, it's probably staying... - 20kdc and S-B99
// This is bad, but without a rearchitecture, it's probably staying... - 20kdc and dominikaaaa
public static Frame getFrameByName(String name) {
KamiGUI kamiGUI = KamiMod.getInstance().getGuiManager();
if (kamiGUI == null)

View File

@ -7,13 +7,13 @@ import net.minecraft.util.math.MathHelper;
import java.text.DecimalFormat;
/**
* @author S-B99
* Created by S-B99 on 18/01/20
* Updated by S-B99 on 06/02/20
* @author dominikaaaa
* Created by dominikaaaa on 18/01/20
* Updated by dominikaaaa on 06/02/20
*
* Speed:
* @author S-B99
* Created by S-B99 on 18/01/20
* @author dominikaaaa
* Created by dominikaaaa on 18/01/20
* Credit to Seppuku for the following calculation I made more efficient and got inspiration from
* final String bps = "BPS: " + df.format((MathHelper.sqrt(deltaX * deltaX + deltaZ * deltaZ) / tickRate));
*

View File

@ -10,7 +10,7 @@ import static org.lwjgl.opengl.GL11.*;
/**
* Created by 086 on 9/07/2017.
* Updated by S-B99 on 18/02/20
* Updated by dominikaaaa on 18/02/20
*/
public class KamiTessellator extends Tessellator {

View File

@ -6,8 +6,8 @@ import java.io.FileWriter;
import java.io.IOException;
/**
* @author S-B99
* Created by S-B99 on 18/02/20
* @author dominikaaaa
* Created by dominikaaaa on 18/02/20
* Updated by wnuke on 14/04/20
*/
public class LogUtil {

View File

@ -6,7 +6,7 @@ import java.util.regex.Pattern;
* A helper to detect certain messages and return a boolean or message
*
* @see me.zeroeightsix.kami.module.modules.chat.DiscordNotifs
* @author S-B99
* @author dominikaaaa
*/
public class MessageDetectionHelper {
public static String getMessageType(boolean direct, boolean directSent, String message, String server) {

View File

@ -8,7 +8,7 @@ import java.io.InputStreamReader;
import java.net.URL;
/**
* @author S-B99
* @author dominikaaaa
*/
public class RichPresence {

View File

@ -9,8 +9,8 @@ import java.util.Locale;
import static me.zeroeightsix.kami.module.modules.client.InfoOverlay.getStringColour;
/**
* @author S-B99
* Updated by S-B99 on 06/02/20
* @author dominikaaaa
* Updated by dominikaaaa on 06/02/20
*/
public class TimeUtil {
/*

View File

@ -10,7 +10,7 @@ import java.util.List;
* Utilities for managing and transforming blockPos positions
*
* @author Qther / Vonr
* Updated by S-B99 on 31/03/20
* Updated by dominikaaaa on 31/03/20
*/
public class VectorUtil {

View File

@ -2,12 +2,12 @@
{
"modid": "kamiblue",
"name": "KAMI Blue\n",
"description": "カミブル \nA Minecraft utility mod for anarchy servers \nWritten by 086 and continued by S-B99\n",
"description": "カミブル \nA Minecraft utility mod for anarchy servers \nWritten by 086 and continued by dominikaaaa\n",
"version": "1.1.4-beta",
"mcversion": "1.12.2",
"logoFile": "kami.png",
"url": "https://github.com/kami-blue/client",
"authorList": ["086", "S-B99"],
"authorList": ["086", "dominikaaaa"],
"credits": "Thank you 086 for the original KAMI\nThanks to all contributors for your help and time <3\n"
}
]