Skip to content

Commit 63b23c6

Browse files
committed
Refactored name 'l1ving'
1 parent f842318 commit 63b23c6

50 files changed

Lines changed: 77 additions & 77 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Please consider donating to help continue this project and get a unique cape in
1111

1212
## Looking for maintainers.
1313

14-
Please check [dominika's](https://github.com/dominikaaaa) profile for contact methods.
14+
Please check [dominika's](https://github.com/l1ving) profile for contact methods.
1515

1616
Due to this project rapidly expanding we're in need of Kotlin maintainers who can review pull requests and preferably have experience working with either Minecraft / Forge or GL before.
1717

scripts/ver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Created by dominikaaaa on 19/02/20
3+
# Created by l1ving on 19/02/20
44
# echo "Usage: ./ver.sh"
55

66
CUR_VER="$(cat ./scripts/curVer)"

src/main/java/me/zeroeightsix/installer/Installer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* Created by humboldt123 on 14/07/20
19-
* Rewritten almost entirely by dominikaaaa on 14/07/20
19+
* Rewritten almost entirely by l1ving on 14/07/20
2020
* Added more background images by humboldt123 on 15/08/20
2121
*/
2222
public class Installer extends JPanel {

src/main/java/me/zeroeightsix/kami/KamiMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
/**
3838
* Created by 086 on 7/11/2017.
39-
* Updated by dominikaaaa on 25/03/19
39+
* Updated by l1ving on 25/03/19
4040
* Updated by Dewy on 09/04/2020
4141
*/
4242
@Mod(

src/main/java/me/zeroeightsix/kami/command/commands/ActiveModulesCommand.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import me.zeroeightsix.kami.module.modules.client.ActiveModules
77
import me.zeroeightsix.kami.util.text.MessageSendHelper.sendErrorMessage
88

99
/**
10-
* @author dominikaaaa
11-
* Updated by dominikaaaa on 05/04/20
10+
* @author l1ving
11+
* Updated by l1ving on 05/04/20
1212
*/
1313
class ActiveModulesCommand : Command("activemodules", ChunkBuilder().append("category").append("r").append("g").append("b").build(), "activemods", "modules") {
1414

src/main/java/me/zeroeightsix/kami/command/commands/AutoReplyCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import static me.zeroeightsix.kami.util.text.MessageSendHelper.*;
88

99
/**
10-
* @author dominikaaaa
11-
* Created by dominikaaaa on 17/02/20
10+
* @author l1ving
11+
* Created by l1ving on 17/02/20
1212
*/
1313
public class AutoReplyCommand extends Command {
1414
public AutoReplyCommand() {

src/main/java/me/zeroeightsix/kami/command/commands/BaritoneCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import me.zeroeightsix.kami.command.syntax.parsers.EnumParser
66
import me.zeroeightsix.kami.util.text.MessageSendHelper
77

88
/**
9-
* @author dominikaaaa
9+
* @author l1ving
1010
*/
1111
class BaritoneCommand : Command("baritone", ChunkBuilder().append("command", true, EnumParser(arrayOf("goto", "mine", "tunnel", "farm", "explore", "click", "build", "cancel", "pause", "resume", "help"))).build(), "b") {
1212
override fun call(args: Array<out String>?) {

src/main/java/me/zeroeightsix/kami/command/commands/CreditsCommand.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import me.zeroeightsix.kami.util.WebUtils.getContributors
55
import me.zeroeightsix.kami.util.text.MessageSendHelper.sendChatMessage
66

77
/**
8-
* Created by dominikaaaa on 01/12/2019.
8+
* Created by l1ving on 01/12/2019.
99
* Revamped by d1gress/Qther on 13 April 2020
1010
* Updated by Xiaro on 21/08/20
1111
*/
@@ -30,7 +30,7 @@ class CreditsCommand : Command("credits", null) {
3030
"\n&l&9Author:" +
3131
"\n 086 (zeroeightysix)" +
3232
"\n&l&9Contributors:" +
33-
"\n Dominika (dominikaaaa)" +
33+
"\n Dominika (l1ving)" +
3434
"\n hub (blockparole)" +
3535
"\n Dewy (iBuyMountainDew)" +
3636
"\n Sasha (EmotionalLove)" +
@@ -50,7 +50,7 @@ class CreditsCommand : Command("credits", null) {
5050
"\n Xiaro"
5151

5252
val exceptions = hashSetOf(
53-
17222512, // dominikaaaa / dominika
53+
17222512, // l1ving / dominika
5454
27009727, // zeroeightysix
5555
48992448, // blockparole
5656
37771542, // iBuyMountainDew

src/main/java/me/zeroeightsix/kami/command/commands/CustomChatCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import static me.zeroeightsix.kami.util.text.MessageSendHelper.*;
88

99
/**
10-
* @author dominikaaaa
11-
* Created by dominikaaaa on 17/02/20
10+
* @author l1ving
11+
* Created by l1ving on 17/02/20
1212
*/
1313
public class CustomChatCommand extends Command {
1414
public CustomChatCommand() {

src/main/java/me/zeroeightsix/kami/command/commands/DiscordNotifsCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import static me.zeroeightsix.kami.util.text.MessageSendHelper.sendErrorMessage;
1010

1111
/**
12-
* @author dominikaaaa
13-
* Created by dominikaaaa on 26/03/20
12+
* @author l1ving
13+
* Created by l1ving on 26/03/20
1414
*/
1515
public class DiscordNotifsCommand extends Command {
1616
public DiscordNotifsCommand() {

0 commit comments

Comments
 (0)