Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
Add bStats
  • Loading branch information
OliverSchlueter committed Mar 18, 2023
1 parent 0ab8560 commit bdb4d43
Show file tree
Hide file tree
Showing 3 changed files with 859 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Generic badge](https://img.shields.io/badge/version-1.0.0-orange.svg)](https://shields.io/)

# Fancy holograms
Create fancy looking holograms with the new 1.19.4 text display entities.<br>
It is lightweight and fast (using [packets](https://wiki.vg/Protocol)).
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/de/oliver/FancyHolograms.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import de.oliver.commands.HologramCMD;
import de.oliver.listeners.PlayerJoinListener;
import de.oliver.utils.Metrics;
import de.oliver.utils.VersionFetcher;
import net.minecraft.server.dedicated.DedicatedServer;
import net.minecraft.server.level.ServerPlayer;
Expand Down Expand Up @@ -70,6 +71,9 @@ public void onEnable() {
getLogger().warning("--------------------------------------------------");
}

// register bStats
Metrics metrics = new Metrics(this, 17990);

// register commands
getCommand("hologram").setExecutor(new HologramCMD());

Expand Down
Loading

0 comments on commit bdb4d43

Please sign in to comment.