Skip to content

Commit

Permalink
Fixes and enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Jun 18, 2024
1 parent ae1155f commit 9101036
Show file tree
Hide file tree
Showing 11 changed files with 267 additions and 103 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ claims using waypoints.

- Use `/cp help` in-game for command info.

<table style="width:100%;">
<tr>
<td style="width:50%;"><img src="https://raw.githubusercontent.com/TerminalMC/ClaimPoints/HEAD/assets/images/showcase/chat_01.png" style="width:100%;"></td>
<td style="width:50%;"><img src="https://raw.githubusercontent.com/TerminalMC/ClaimPoints/HEAD/assets/images/showcase/config_01.png" style="width:100%;"></td>
</tr>
</table>

#### Dependencies

Fabric:
Expand Down
Binary file added assets/images/showcase/chat_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/showcase/config_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

import dev.terminalmc.claimpoints.config.Config;
import dev.terminalmc.claimpoints.util.ModLogger;
import dev.terminalmc.claimpoints.util.ChatScanner;
import dev.terminalmc.claimpoints.util.WaypointManager;
import dev.terminalmc.claimpoints.chat.ChatScanner;
import dev.terminalmc.claimpoints.xaero.WaypointManager;
import net.minecraft.ChatFormatting;
import net.minecraft.client.Minecraft;
import net.minecraft.network.chat.Component;

import java.util.List;

import static dev.terminalmc.claimpoints.util.Localization.translationKey;

public class ClaimPoints {
public static final String MOD_ID = "claimpoints";
public static final String MOD_NAME = "ClaimPoints";
Expand Down
Loading

0 comments on commit 9101036

Please sign in to comment.