Skip to content

Commit ed87bc7

Browse files
committed
fix: move Swofty out of the wall
1 parent 7453387 commit ed87bc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

type.hub/src/main/java/net/swofty/type/hub/npcs/NPCSwofty.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public String texture(HypixelPlayer player) {
2929

3030
@Override
3131
public Pos position(HypixelPlayer player) {
32-
return new Pos(-34.5, 70, -5.5, 180, 0);
32+
return new Pos(0.5, 79, 20.5, 180, 0);
3333
}
3434

3535
@Override
@@ -50,7 +50,7 @@ public DialogueSet[] dialogues(HypixelPlayer player) {
5050
return Stream.of(
5151
DialogueSet.builder()
5252
.key("hello").lines(new String[]{
53-
"Make sure to check out our discord server at discord.gg/paper!",
53+
"Make sure to check out our discord server at https://discord.swofty.net/!",
5454
"Feel free to create a pull request to help us :)"
5555
}).build()
5656
).toArray(DialogueSet[]::new);

0 commit comments

Comments
 (0)