Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hapily04 authored Jun 29, 2024
1 parent 4dff9dd commit d4868af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ MiniMessage miniMessage = MiniMessage.miniMessage();
GlobalEventHandler eventHandler = MinecraftServer.getGlobalEventHandler();
TeamManager teamManager = MinecraftServer.getTeamManager();
Team nameTagTeam = new TeamBuilder("name-tags", teamManager)
.nameTagVisibility(TeamsPacket.NameTagVisibility.NEVER)
.collisionRule(TeamsPacket.CollisionRule.NEVER)
.build();
NameTagManager nameTagManager = new NameTagManager(eventHandler, entity -> nameTagTeam);
Expand All @@ -33,7 +32,7 @@ repositories {
```gradle
dependencies {
..
implementation("com.github.echolightmc:MSNameTags:1.2-SNAPSHOT") {
implementation("com.github.echolightmc:MSNameTags:1.3-SNAPSHOT") {
exclude group: "net.minestom", module: "minestom-snapshots"
}
}
Expand Down

0 comments on commit d4868af

Please sign in to comment.