Skip to content

Commit

Permalink
Remove SecretUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
NiX3r committed Oct 24, 2021
1 parent bb86eb8 commit a246377
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,4 @@ buildNumber.properties
.flattened-pom.xml

# Common working directory
run/

SecretUtils.java
run/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ There you can set up plugin utilities

## 🧲 API

Firstable you have to import project via `maven`
Firstable you have to import project from [JitPack](https://jitpack.io/#nCodesDotEU/Appwrite-Minecraft-Database)



## 🔮 PlaceholdersAPI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
import eu.ncodes.appwritedatabase.Services.GetCollectionListService;
import eu.ncodes.appwritedatabase.Utils.PlaceholderAPI;
import eu.ncodes.appwritedatabase.Utils.PluginVariables;
import eu.ncodes.appwritedatabase.Utils.SecretUtils;
import io.appwrite.Client;
import io.appwrite.services.Database;
import org.bstats.bukkit.Metrics;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import org.bukkit.event.player.AsyncPlayerPreLoginEvent;
import org.bukkit.plugin.java.JavaPlugin;

import java.util.LinkedHashMap;
Expand Down Expand Up @@ -149,7 +147,7 @@ public void onEnable() {
}

// Create instance of bStats
Metrics metrics = new Metrics(this, SecretUtils.GetMetricsID());
Metrics metrics = new Metrics(this, 13089);

}

Expand Down

0 comments on commit a246377

Please sign in to comment.