Compare commits
45 Commits
1.8.7
...
1.9.2-hotf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb5345bd14 | ||
|
|
eeb6038b66 | ||
|
|
5e3e9f0825 | ||
|
|
11ee83773e | ||
|
|
9f5da738dd | ||
|
|
434f0dfe30 | ||
|
|
06a3bb2498 | ||
|
|
5624c02ee2 | ||
|
|
3e1c2dcbc3 | ||
|
|
8a1759b6b1 | ||
|
|
b4be9eb741 | ||
|
|
7a18649474 | ||
|
|
32f1e78630 | ||
|
|
f78609b9ed | ||
|
|
9ee1f773da | ||
|
|
61f87a94f7 | ||
|
|
fd7f75fbb3 | ||
|
|
24ee5f9d42 | ||
|
|
2b7c1350c3 | ||
|
|
393f9b74c0 | ||
|
|
c597b4ffeb | ||
|
|
a3f3e0552d | ||
|
|
636374134c | ||
|
|
93f4363c9a | ||
|
|
a48a1492d2 | ||
|
|
8e2e389f78 | ||
|
|
3da98afd49 | ||
|
|
e3629bf813 | ||
|
|
f7697bccfa | ||
|
|
73e472af3a | ||
|
|
4dda215805 | ||
|
|
eada8cc448 | ||
|
|
5bb179bfa9 | ||
|
|
d515d66da8 | ||
|
|
b025fd0b46 | ||
|
|
390aeac226 | ||
|
|
985fb5380d | ||
|
|
dd584fd2b8 | ||
|
|
b8ac32f9b4 | ||
|
|
b14427ced2 | ||
|
|
d0d2d1ad41 | ||
|
|
7051cfd8cf | ||
|
|
73254b3c88 | ||
|
|
d5a4c4e3ef | ||
|
|
30b26533ef |
@@ -9,7 +9,7 @@
|
|||||||
<a href="https://buymeacoffee.com/hyperdefined"><img alt="buymeacoffee-singular" height="40" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/donate/buymeacoffee-singular_vector.svg"></a>
|
<a href="https://buymeacoffee.com/hyperdefined"><img alt="buymeacoffee-singular" height="40" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/donate/buymeacoffee-singular_vector.svg"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
ToolStats is a Paper plugin that display various stats about tools. This plugin is inspired off of [GearStats](https://www.spigotmc.org/resources/gearstats.12960/). You can disable/enable which stats are shown on which tools via the config. Note: stats are tracked regardless of config setting. The config is to disable the lore on the item.
|
ToolStats is a Paper plugin that display various stats about tools. This plugin is inspired off of [GearStats](https://www.spigotmc.org/resources/gearstats.12960/). You can either track all statistics by default, or a use a token system to add statistics to tool/armor. You can configure how each statistic is shown on the item, or disable it!
|
||||||
|
|
||||||
Here is everything it tracks:
|
Here is everything it tracks:
|
||||||
* Blocks mined (pickaxes, shovels, axes, hoes, shears)
|
* Blocks mined (pickaxes, shovels, axes, hoes, shears)
|
||||||
@@ -22,7 +22,7 @@ Here is everything it tracks:
|
|||||||
* Arrows shot (bows/crossbows)
|
* Arrows shot (bows/crossbows)
|
||||||
* Flight time with elytras.
|
* Flight time with elytras.
|
||||||
|
|
||||||
The best part is, this data is stored on the item itself. You can also change how the lore is displayed on the items!
|
The best part is, this data is stored on the item itself.
|
||||||
|
|
||||||
If item lore is ever incorrect/missing, you can run `/toolstats reset`. This command fixes the lore on whatever item you are holding.
|
If item lore is ever incorrect/missing, you can run `/toolstats reset`. This command fixes the lore on whatever item you are holding.
|
||||||
|
|
||||||
@@ -37,6 +37,8 @@ If item lore is ever incorrect/missing, you can run `/toolstats reset`. This com
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|

|
||||||

|

|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|||||||
BIN
images/crafting/anvil.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
images/crafting/arrows-shot.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
images/crafting/blocks-mined.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
images/crafting/crops-mined.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
images/crafting/damage-taken.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
images/crafting/fish-caught.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
images/crafting/flight-time.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
images/crafting/mob-kills.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
images/crafting/player-kills.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
images/crafting/reset-token.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
images/crafting/sheep-sheared.png
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
images/image13.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
images/image14.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
2
pom.xml
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<groupId>lol.hyper</groupId>
|
<groupId>lol.hyper</groupId>
|
||||||
<artifactId>toolstats</artifactId>
|
<artifactId>toolstats</artifactId>
|
||||||
<version>1.8.7</version>
|
<version>1.9.2-hotfix-2</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>ToolStats</name>
|
<name>ToolStats</name>
|
||||||
|
|||||||
@@ -21,20 +21,21 @@ import lol.hyper.githubreleaseapi.GitHubRelease;
|
|||||||
import lol.hyper.githubreleaseapi.GitHubReleaseAPI;
|
import lol.hyper.githubreleaseapi.GitHubReleaseAPI;
|
||||||
import lol.hyper.toolstats.commands.CommandToolStats;
|
import lol.hyper.toolstats.commands.CommandToolStats;
|
||||||
import lol.hyper.toolstats.events.*;
|
import lol.hyper.toolstats.events.*;
|
||||||
import lol.hyper.toolstats.tools.HashMaker;
|
import lol.hyper.toolstats.tools.*;
|
||||||
import lol.hyper.toolstats.tools.ItemChecker;
|
|
||||||
import lol.hyper.toolstats.tools.ItemLore;
|
|
||||||
import lol.hyper.toolstats.tools.NumberFormat;
|
|
||||||
import lol.hyper.toolstats.tools.config.ConfigTools;
|
import lol.hyper.toolstats.tools.config.ConfigTools;
|
||||||
import lol.hyper.toolstats.tools.config.ConfigUpdater;
|
import lol.hyper.toolstats.tools.config.ConfigUpdater;
|
||||||
|
import lol.hyper.toolstats.tools.config.TokenItems;
|
||||||
import org.bstats.bukkit.Metrics;
|
import org.bstats.bukkit.Metrics;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.NamespacedKey;
|
import org.bukkit.NamespacedKey;
|
||||||
import org.bukkit.configuration.file.YamlConfiguration;
|
import org.bukkit.configuration.file.YamlConfiguration;
|
||||||
|
import org.bukkit.inventory.ShapedRecipe;
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
import java.util.HashSet;
|
||||||
|
import java.util.Set;
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
|
|
||||||
public final class ToolStats extends JavaPlugin {
|
public final class ToolStats extends JavaPlugin {
|
||||||
@@ -42,7 +43,7 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
/**
|
/**
|
||||||
* Stores who created an item.
|
* Stores who created an item.
|
||||||
*/
|
*/
|
||||||
public final NamespacedKey genericOwner = new NamespacedKey(this, "owner");
|
public final NamespacedKey itemOwner = new NamespacedKey(this, "owner");
|
||||||
/**
|
/**
|
||||||
* Stores when the item was created.
|
* Stores when the item was created.
|
||||||
*/
|
*/
|
||||||
@@ -50,15 +51,15 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
/**
|
/**
|
||||||
* Stores how many player kills.
|
* Stores how many player kills.
|
||||||
*/
|
*/
|
||||||
public final NamespacedKey swordPlayerKills = new NamespacedKey(this, "player-kills");
|
public final NamespacedKey playerKills = new NamespacedKey(this, "player-kills");
|
||||||
/**
|
/**
|
||||||
* Stores how many mob kills.
|
* Stores how many mob kills.
|
||||||
*/
|
*/
|
||||||
public final NamespacedKey swordMobKills = new NamespacedKey(this, "mob-kills");
|
public final NamespacedKey mobKills = new NamespacedKey(this, "mob-kills");
|
||||||
/**
|
/**
|
||||||
* Stores how many blocks were mined.
|
* Stores how many blocks were mined.
|
||||||
*/
|
*/
|
||||||
public final NamespacedKey genericMined = new NamespacedKey(this, "generic-mined");
|
public final NamespacedKey blocksMined = new NamespacedKey(this, "generic-mined");
|
||||||
/**
|
/**
|
||||||
* Stores how many crops were harvested.
|
* Stores how many crops were harvested.
|
||||||
*/
|
*/
|
||||||
@@ -66,11 +67,11 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
/**
|
/**
|
||||||
* Stores how many fish were caught.
|
* Stores how many fish were caught.
|
||||||
*/
|
*/
|
||||||
public final NamespacedKey fishingRodCaught = new NamespacedKey(this, "fish-caught");
|
public final NamespacedKey fishCaught = new NamespacedKey(this, "fish-caught");
|
||||||
/**
|
/**
|
||||||
* Stores how many sheep were sheared.
|
* Stores how many sheep were sheared.
|
||||||
*/
|
*/
|
||||||
public final NamespacedKey shearsSheared = new NamespacedKey(this, "sheared");
|
public final NamespacedKey sheepSheared = new NamespacedKey(this, "sheared");
|
||||||
/**
|
/**
|
||||||
* Stores how much damage an armor piece has taken.
|
* Stores how much damage an armor piece has taken.
|
||||||
*/
|
*/
|
||||||
@@ -91,6 +92,14 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
* Key for tracking flight time.
|
* Key for tracking flight time.
|
||||||
*/
|
*/
|
||||||
public final NamespacedKey flightTime = new NamespacedKey(this, "flightTime");
|
public final NamespacedKey flightTime = new NamespacedKey(this, "flightTime");
|
||||||
|
/**
|
||||||
|
* Key for token type. This is for the token itself.
|
||||||
|
*/
|
||||||
|
public final NamespacedKey tokenType = new NamespacedKey(this, "token-type");
|
||||||
|
/**
|
||||||
|
* Key for applied token. This is what goes onto the tool/armor to record the type.
|
||||||
|
*/
|
||||||
|
public final NamespacedKey tokenApplied = new NamespacedKey(this, "token-applied");
|
||||||
/**
|
/**
|
||||||
* Stores how an item was created.
|
* Stores how an item was created.
|
||||||
* 0 = crafted.
|
* 0 = crafted.
|
||||||
@@ -103,11 +112,13 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
*/
|
*/
|
||||||
public final NamespacedKey originType = new NamespacedKey(this, "origin");
|
public final NamespacedKey originType = new NamespacedKey(this, "origin");
|
||||||
|
|
||||||
public final int CONFIG_VERSION = 8;
|
public final int CONFIG_VERSION = 10;
|
||||||
public final Logger logger = this.getLogger();
|
public final Logger logger = this.getLogger();
|
||||||
public final File configFile = new File(this.getDataFolder(), "config.yml");
|
public final File configFile = new File(this.getDataFolder(), "config.yml");
|
||||||
|
public boolean tokens = false;
|
||||||
|
public final Set<NamespacedKey> tokenKeys = new HashSet<>();
|
||||||
|
|
||||||
public BlocksMined blocksMined;
|
public BlockBreak blockBreak;
|
||||||
public ChunkPopulate chunkPopulate;
|
public ChunkPopulate chunkPopulate;
|
||||||
public CraftItem craftItem;
|
public CraftItem craftItem;
|
||||||
public EntityDeath entityDeath;
|
public EntityDeath entityDeath;
|
||||||
@@ -130,6 +141,10 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
public ItemChecker itemChecker;
|
public ItemChecker itemChecker;
|
||||||
public ShootBow shootBow;
|
public ShootBow shootBow;
|
||||||
public ConfigTools configTools;
|
public ConfigTools configTools;
|
||||||
|
public TokenItems tokenItems;
|
||||||
|
public TokenCrafting tokenCrafting;
|
||||||
|
public AnvilEvent anvilEvent;
|
||||||
|
public PrepareCraft prepareCraft;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
@@ -137,9 +152,19 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
this.saveResource("config.yml", true);
|
this.saveResource("config.yml", true);
|
||||||
logger.info("Copying default config!");
|
logger.info("Copying default config!");
|
||||||
}
|
}
|
||||||
|
|
||||||
loadConfig();
|
loadConfig();
|
||||||
|
configTools = new ConfigTools(this);
|
||||||
|
tokenItems = new TokenItems(this);
|
||||||
|
tokenCrafting = new TokenCrafting(this);
|
||||||
|
tokenCrafting.setup();
|
||||||
|
for (ShapedRecipe recipe : tokenCrafting.getRecipes()) {
|
||||||
|
if (tokens && config.getBoolean("tokens.craft-tokens")) {
|
||||||
|
Bukkit.addRecipe(recipe);
|
||||||
|
}
|
||||||
|
}
|
||||||
hashMaker = new HashMaker(this);
|
hashMaker = new HashMaker(this);
|
||||||
blocksMined = new BlocksMined(this);
|
blockBreak = new BlockBreak(this);
|
||||||
craftItem = new CraftItem(this);
|
craftItem = new CraftItem(this);
|
||||||
chunkPopulate = new ChunkPopulate(this);
|
chunkPopulate = new ChunkPopulate(this);
|
||||||
entityDeath = new EntityDeath(this);
|
entityDeath = new EntityDeath(this);
|
||||||
@@ -156,11 +181,24 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
playerJoin = new PlayerJoin(this);
|
playerJoin = new PlayerJoin(this);
|
||||||
creativeEvent = new CreativeEvent(this);
|
creativeEvent = new CreativeEvent(this);
|
||||||
playerMove = new PlayerMove(this);
|
playerMove = new PlayerMove(this);
|
||||||
itemChecker = new ItemChecker();
|
itemChecker = new ItemChecker(this);
|
||||||
|
itemChecker.setup();
|
||||||
shootBow = new ShootBow(this);
|
shootBow = new ShootBow(this);
|
||||||
configTools = new ConfigTools(this);
|
anvilEvent = new AnvilEvent(this);
|
||||||
|
prepareCraft = new PrepareCraft(this);
|
||||||
|
|
||||||
Bukkit.getServer().getPluginManager().registerEvents(blocksMined, this);
|
// save which stat can be used by a reset token
|
||||||
|
tokenKeys.add(blocksMined);
|
||||||
|
tokenKeys.add(playerKills);
|
||||||
|
tokenKeys.add(mobKills);
|
||||||
|
tokenKeys.add(cropsHarvested);
|
||||||
|
tokenKeys.add(sheepSheared);
|
||||||
|
tokenKeys.add(fishCaught);
|
||||||
|
tokenKeys.add(flightTime);
|
||||||
|
tokenKeys.add(arrowsShot);
|
||||||
|
tokenKeys.add(armorDamage);
|
||||||
|
|
||||||
|
Bukkit.getServer().getPluginManager().registerEvents(blockBreak, this);
|
||||||
Bukkit.getServer().getPluginManager().registerEvents(chunkPopulate, this);
|
Bukkit.getServer().getPluginManager().registerEvents(chunkPopulate, this);
|
||||||
Bukkit.getServer().getPluginManager().registerEvents(craftItem, this);
|
Bukkit.getServer().getPluginManager().registerEvents(craftItem, this);
|
||||||
Bukkit.getServer().getPluginManager().registerEvents(entityDeath, this);
|
Bukkit.getServer().getPluginManager().registerEvents(entityDeath, this);
|
||||||
@@ -176,6 +214,8 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
Bukkit.getServer().getPluginManager().registerEvents(creativeEvent, this);
|
Bukkit.getServer().getPluginManager().registerEvents(creativeEvent, this);
|
||||||
Bukkit.getServer().getPluginManager().registerEvents(shootBow, this);
|
Bukkit.getServer().getPluginManager().registerEvents(shootBow, this);
|
||||||
Bukkit.getServer().getPluginManager().registerEvents(playerMove, this);
|
Bukkit.getServer().getPluginManager().registerEvents(playerMove, this);
|
||||||
|
Bukkit.getServer().getPluginManager().registerEvents(anvilEvent, this);
|
||||||
|
Bukkit.getServer().getPluginManager().registerEvents(prepareCraft, this);
|
||||||
|
|
||||||
this.getCommand("toolstats").setExecutor(commandToolStats);
|
this.getCommand("toolstats").setExecutor(commandToolStats);
|
||||||
|
|
||||||
@@ -191,6 +231,14 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
configUpdater.updateConfig();
|
configUpdater.updateConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (config.getBoolean("tokens.enabled")) {
|
||||||
|
logger.info("The token system is enabled! This means you must apply tokens to items in order for them to track.");
|
||||||
|
logger.info("Item origins (crafted, traded, found, etc) will still apply to items.");
|
||||||
|
logger.info("https://github.com/hyperdefined/ToolStats/wiki/Token-System");
|
||||||
|
}
|
||||||
|
|
||||||
|
tokens = config.getBoolean("tokens.enabled");
|
||||||
|
|
||||||
numberFormat = new NumberFormat(this);
|
numberFormat = new NumberFormat(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ import org.bukkit.command.ConsoleCommandSender;
|
|||||||
import org.bukkit.command.TabExecutor;
|
import org.bukkit.command.TabExecutor;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
import org.bukkit.inventory.ShapedRecipe;
|
||||||
import org.bukkit.inventory.meta.ItemMeta;
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
import org.bukkit.persistence.PersistentDataContainer;
|
import org.bukkit.persistence.PersistentDataContainer;
|
||||||
import org.bukkit.persistence.PersistentDataType;
|
import org.bukkit.persistence.PersistentDataType;
|
||||||
@@ -59,7 +60,29 @@ public class CommandToolStats implements TabExecutor {
|
|||||||
switch (args[0]) {
|
switch (args[0]) {
|
||||||
case "reload": {
|
case "reload": {
|
||||||
if (sender.hasPermission("toolstats.reload")) {
|
if (sender.hasPermission("toolstats.reload")) {
|
||||||
|
boolean oldTokensStatus = toolStats.tokens;
|
||||||
toolStats.loadConfig();
|
toolStats.loadConfig();
|
||||||
|
toolStats.tokenCrafting.getRecipes().clear();
|
||||||
|
toolStats.tokenCrafting.setup();
|
||||||
|
// if the server went from tokens off -> on, add the recipes
|
||||||
|
// if the server went from tokens on -> off, remove the recipes
|
||||||
|
if (toolStats.tokens != oldTokensStatus) {
|
||||||
|
// tokens are now enabled
|
||||||
|
if (toolStats.tokens) {
|
||||||
|
sender.sendMessage(Component.text("It looks like you ENABLED the token system. While this is fine, it can break. Please restart your server instead.", NamedTextColor.YELLOW));
|
||||||
|
if (toolStats.config.getBoolean("tokens.craft-token")) {
|
||||||
|
for (ShapedRecipe recipe : toolStats.tokenCrafting.getRecipes()) {
|
||||||
|
Bukkit.addRecipe(recipe);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// tokens are now disabled
|
||||||
|
sender.sendMessage(Component.text("It looks like you DISABLED the token system. While this is fine, it can break. Please restart your server instead.", NamedTextColor.YELLOW));
|
||||||
|
for (ShapedRecipe recipe : toolStats.tokenCrafting.getRecipes()) {
|
||||||
|
Bukkit.removeRecipe(recipe.getKey());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
sender.sendMessage(Component.text("Configuration reloaded!", NamedTextColor.GREEN));
|
sender.sendMessage(Component.text("Configuration reloaded!", NamedTextColor.GREEN));
|
||||||
} else {
|
} else {
|
||||||
sender.sendMessage(Component.text("You do not have permission for this command.", NamedTextColor.RED));
|
sender.sendMessage(Component.text("You do not have permission for this command.", NamedTextColor.RED));
|
||||||
@@ -96,6 +119,51 @@ public class CommandToolStats implements TabExecutor {
|
|||||||
sender.sendMessage(Component.text("Type /toolstats reset confirm to confirm this.", NamedTextColor.GREEN));
|
sender.sendMessage(Component.text("Type /toolstats reset confirm to confirm this.", NamedTextColor.GREEN));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
case "givetokens": {
|
||||||
|
if (!sender.hasPermission("toolstats.givetokens")) {
|
||||||
|
sender.sendMessage(Component.text("You do not have permission for this command.", NamedTextColor.RED));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
// Make sure /toolstats givetoken <player> <token> is present
|
||||||
|
if (args.length < 3) {
|
||||||
|
sender.sendMessage(Component.text("Invalid syntax. Usage: /toolstats givetokens <player> <token>", NamedTextColor.RED));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
Player target = Bukkit.getPlayerExact(args[1]);
|
||||||
|
if (target == null) {
|
||||||
|
sender.sendMessage(Component.text("Player not found.", NamedTextColor.RED));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
String tokenType = args[2];
|
||||||
|
if (!toolStats.tokenCrafting.getTokenTypes().contains(tokenType)) {
|
||||||
|
sender.sendMessage(Component.text("Invalid token type.", NamedTextColor.RED));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
// make sure tokens are enabled before giving
|
||||||
|
if (!toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
sender.sendMessage(Component.text("Unable to give tokens. Tokens are disabled", NamedTextColor.RED));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
// if the user does not send in a number, default to 1
|
||||||
|
int amount = 1;
|
||||||
|
if (args.length >= 4) {
|
||||||
|
try {
|
||||||
|
amount = Integer.parseInt(args[3]);
|
||||||
|
if (amount <= 0) { // Optional: Prevent negative or zero values
|
||||||
|
sender.sendMessage(Component.text("Token quantity must be above or 1.", NamedTextColor.RED));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
} catch (NumberFormatException exception) {
|
||||||
|
sender.sendMessage(Component.text("Invalid token quantity.", NamedTextColor.RED));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
giveToken(target, tokenType, amount);
|
||||||
|
if (sender instanceof Player) {
|
||||||
|
sender.sendMessage(Component.text("Gave " + target.getName() + " " + amount + " " + tokenType + " tokens.", NamedTextColor.GREEN));
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
default: {
|
default: {
|
||||||
sender.sendMessage(Component.text("Invalid sub-command.", NamedTextColor.RED));
|
sender.sendMessage(Component.text("Invalid sub-command.", NamedTextColor.RED));
|
||||||
}
|
}
|
||||||
@@ -161,8 +229,8 @@ public class CommandToolStats implements TabExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (toolStats.configTools.checkConfig(original.getType(), "created-by")) {
|
if (toolStats.configTools.checkConfig(original.getType(), "created-by")) {
|
||||||
if (container.has(toolStats.genericOwner, new UUIDDataType())) {
|
if (container.has(toolStats.itemOwner, new UUIDDataType())) {
|
||||||
UUID owner = container.get(toolStats.genericOwner, new UUIDDataType());
|
UUID owner = container.get(toolStats.itemOwner, new UUIDDataType());
|
||||||
String ownerName = null;
|
String ownerName = null;
|
||||||
// if we can read the current owner
|
// if we can read the current owner
|
||||||
if (owner != null) {
|
if (owner != null) {
|
||||||
@@ -175,7 +243,7 @@ public class CommandToolStats implements TabExecutor {
|
|||||||
if (ownerName == null) {
|
if (ownerName == null) {
|
||||||
player.sendMessage(Component.text("The owner of this item is null. Setting to " + player.getName() + ".", NamedTextColor.RED));
|
player.sendMessage(Component.text("The owner of this item is null. Setting to " + player.getName() + ".", NamedTextColor.RED));
|
||||||
ownerName = player.getName();
|
ownerName = player.getName();
|
||||||
container.set(toolStats.genericOwner, new UUIDDataType(), player.getUniqueId());
|
container.set(toolStats.itemOwner, new UUIDDataType(), player.getUniqueId());
|
||||||
}
|
}
|
||||||
|
|
||||||
// show how the item was created based on the previous lore
|
// show how the item was created based on the previous lore
|
||||||
@@ -243,16 +311,16 @@ public class CommandToolStats implements TabExecutor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (toolStats.configTools.checkConfig(original.getType(), "player-kills")) {
|
if (toolStats.configTools.checkConfig(original.getType(), "player-kills")) {
|
||||||
if (container.has(toolStats.swordPlayerKills, PersistentDataType.INTEGER)) {
|
if (container.has(toolStats.playerKills, PersistentDataType.INTEGER)) {
|
||||||
Integer kills = container.get(toolStats.swordPlayerKills, PersistentDataType.INTEGER);
|
Integer kills = container.get(toolStats.playerKills, PersistentDataType.INTEGER);
|
||||||
if (kills != null) {
|
if (kills != null) {
|
||||||
lore.add(toolStats.configTools.formatLore("kills.player", "{kills}", toolStats.numberFormat.formatInt(kills)));
|
lore.add(toolStats.configTools.formatLore("kills.player", "{kills}", toolStats.numberFormat.formatInt(kills)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (toolStats.configTools.checkConfig(original.getType(), "mob-kills")) {
|
if (toolStats.configTools.checkConfig(original.getType(), "mob-kills")) {
|
||||||
if (container.has(toolStats.swordMobKills, PersistentDataType.INTEGER)) {
|
if (container.has(toolStats.mobKills, PersistentDataType.INTEGER)) {
|
||||||
Integer kills = container.get(toolStats.swordMobKills, PersistentDataType.INTEGER);
|
Integer kills = container.get(toolStats.mobKills, PersistentDataType.INTEGER);
|
||||||
if (kills != null) {
|
if (kills != null) {
|
||||||
lore.add(toolStats.configTools.formatLore("kills.mob", "{kills}", toolStats.numberFormat.formatInt(kills)));
|
lore.add(toolStats.configTools.formatLore("kills.mob", "{kills}", toolStats.numberFormat.formatInt(kills)));
|
||||||
}
|
}
|
||||||
@@ -267,24 +335,24 @@ public class CommandToolStats implements TabExecutor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (container.has(toolStats.genericMined, PersistentDataType.INTEGER)) {
|
if (container.has(toolStats.blocksMined, PersistentDataType.INTEGER)) {
|
||||||
Integer blocksMined = container.get(toolStats.genericMined, PersistentDataType.INTEGER);
|
Integer blocksMined = container.get(toolStats.blocksMined, PersistentDataType.INTEGER);
|
||||||
if (blocksMined != null) {
|
if (blocksMined != null) {
|
||||||
lore.add(toolStats.configTools.formatLore("blocks-mined", "{blocks}", toolStats.numberFormat.formatInt(blocksMined)));
|
lore.add(toolStats.configTools.formatLore("blocks-mined", "{blocks}", toolStats.numberFormat.formatInt(blocksMined)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (toolStats.config.getBoolean("enabled.fish-caught")) {
|
if (toolStats.config.getBoolean("enabled.fish-caught")) {
|
||||||
if (container.has(toolStats.fishingRodCaught, PersistentDataType.INTEGER)) {
|
if (container.has(toolStats.fishCaught, PersistentDataType.INTEGER)) {
|
||||||
Integer fish = container.get(toolStats.fishingRodCaught, PersistentDataType.INTEGER);
|
Integer fish = container.get(toolStats.fishCaught, PersistentDataType.INTEGER);
|
||||||
if (fish != null) {
|
if (fish != null) {
|
||||||
lore.add(toolStats.configTools.formatLore("fished.fish-caught", "{fish}", toolStats.numberFormat.formatInt(fish)));
|
lore.add(toolStats.configTools.formatLore("fished.fish-caught", "{fish}", toolStats.numberFormat.formatInt(fish)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (toolStats.config.getBoolean("enabled.sheep-sheared")) {
|
if (toolStats.config.getBoolean("enabled.sheep-sheared")) {
|
||||||
if (container.has(toolStats.shearsSheared, PersistentDataType.INTEGER)) {
|
if (container.has(toolStats.sheepSheared, PersistentDataType.INTEGER)) {
|
||||||
Integer sheep = container.get(toolStats.shearsSheared, PersistentDataType.INTEGER);
|
Integer sheep = container.get(toolStats.sheepSheared, PersistentDataType.INTEGER);
|
||||||
if (sheep != null) {
|
if (sheep != null) {
|
||||||
lore.add(toolStats.configTools.formatLore("sheep-sheared", "{sheep}", toolStats.numberFormat.formatInt(sheep)));
|
lore.add(toolStats.configTools.formatLore("sheep-sheared", "{sheep}", toolStats.numberFormat.formatInt(sheep)));
|
||||||
}
|
}
|
||||||
@@ -312,24 +380,101 @@ public class CommandToolStats implements TabExecutor {
|
|||||||
player.getInventory().setItem(slot, finalItem);
|
player.getInventory().setItem(slot, finalItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gives a player a token.
|
||||||
|
*
|
||||||
|
* @param target The player.
|
||||||
|
* @param tokenType The token type.
|
||||||
|
*/
|
||||||
|
private void giveToken(Player target, String tokenType, int amount) {
|
||||||
|
switch (tokenType) {
|
||||||
|
case "crops-mined": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.cropsMined();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "blocks-mined": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.blocksMined();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "damage-taken": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.damageTaken();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "mob-kills": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.mobKills();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "player-kills": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.playerKills();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "arrows-shot": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.arrowsShot();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "sheep-sheared": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.sheepSheared();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "flight-time": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.flightTime();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "fish-caught": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.fishCaught();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "reset": {
|
||||||
|
ItemStack itemStack = toolStats.tokenItems.resetToken();
|
||||||
|
itemStack.setAmount(amount);
|
||||||
|
target.getInventory().addItem(itemStack);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
@Override
|
@Override
|
||||||
public List<String> onTabComplete(@NotNull CommandSender sender, @NotNull Command command, @NotNull String alias, @NotNull String[] args) {
|
public List<String> onTabComplete(@NotNull CommandSender sender, @NotNull Command command, @NotNull String alias, @NotNull String[] args) {
|
||||||
if (args.length == 1) {
|
if (args.length == 1) {
|
||||||
|
List<String> suggestions = new ArrayList<>();
|
||||||
if (sender.hasPermission("toolstats.reload")) {
|
if (sender.hasPermission("toolstats.reload")) {
|
||||||
return Arrays.asList("reset", "reload");
|
suggestions.add("reload");
|
||||||
}
|
}
|
||||||
if (sender.hasPermission("toolstats.reset")) {
|
if (sender.hasPermission("toolstats.reset")) {
|
||||||
return Collections.singletonList("reset");
|
suggestions.add("reset");
|
||||||
}
|
}
|
||||||
}
|
if (sender.hasPermission("toolstats.givetokens")) {
|
||||||
if (args.length == 2) {
|
suggestions.add("givetokens");
|
||||||
if (args[0].equalsIgnoreCase("reset")) {
|
|
||||||
if (sender.hasPermission("toolstats.reset.confirm")) {
|
|
||||||
return Collections.singletonList("confirm");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
return suggestions.isEmpty() ? null : suggestions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (args.length == 2 && args[0].equalsIgnoreCase("reset") && sender.hasPermission("toolstats.reset.confirm")) {
|
||||||
|
return Collections.singletonList("confirm");
|
||||||
|
}
|
||||||
|
if (args.length == 3 && args[0].equalsIgnoreCase("givetokens") && sender.hasPermission("toolstats.givetokens")) {
|
||||||
|
return toolStats.tokenCrafting.getTokenTypes();
|
||||||
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
363
src/main/java/lol/hyper/toolstats/events/AnvilEvent.java
Normal file
@@ -0,0 +1,363 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of ToolStats.
|
||||||
|
*
|
||||||
|
* ToolStats is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ToolStats is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package lol.hyper.toolstats.events;
|
||||||
|
|
||||||
|
import lol.hyper.toolstats.ToolStats;
|
||||||
|
import org.bukkit.Material;
|
||||||
|
import org.bukkit.event.EventHandler;
|
||||||
|
import org.bukkit.event.EventPriority;
|
||||||
|
import org.bukkit.event.Listener;
|
||||||
|
import org.bukkit.event.inventory.PrepareAnvilEvent;
|
||||||
|
import org.bukkit.inventory.AnvilInventory;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
|
import org.bukkit.persistence.PersistentDataContainer;
|
||||||
|
import org.bukkit.persistence.PersistentDataType;
|
||||||
|
|
||||||
|
import java.util.Locale;
|
||||||
|
|
||||||
|
public class AnvilEvent implements Listener {
|
||||||
|
|
||||||
|
private final ToolStats toolStats;
|
||||||
|
|
||||||
|
public AnvilEvent(ToolStats toolStats) {
|
||||||
|
this.toolStats = toolStats;
|
||||||
|
}
|
||||||
|
|
||||||
|
@EventHandler(priority = EventPriority.HIGHEST)
|
||||||
|
public void onAnvilEvent(PrepareAnvilEvent event) {
|
||||||
|
// only listen if the token system is enabled
|
||||||
|
if (!toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
AnvilInventory inventory = event.getInventory();
|
||||||
|
|
||||||
|
ItemStack firstSlot = inventory.getItem(0);
|
||||||
|
ItemStack secondSlot = inventory.getItem(1);
|
||||||
|
|
||||||
|
// make sure both slots have items
|
||||||
|
if (firstSlot == null || secondSlot == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
Material firstSlotMaterial = firstSlot.getType();
|
||||||
|
Material secondSlotMaterial = secondSlot.getType();
|
||||||
|
|
||||||
|
// make sure the first item is a valid item
|
||||||
|
if (!toolStats.itemChecker.isValidItem(firstSlotMaterial)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
PersistentDataContainer secondSlotContainer = secondSlot.getItemMeta().getPersistentDataContainer();
|
||||||
|
|
||||||
|
// make sure the 2nd item is one of ours
|
||||||
|
if (secondSlotMaterial != Material.PAPER || !secondSlotContainer.has(toolStats.tokenType, PersistentDataType.STRING)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// get the type from the token
|
||||||
|
String tokenType = secondSlotContainer.get(toolStats.tokenType, PersistentDataType.STRING);
|
||||||
|
if (tokenType == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// don't let the player use more than one
|
||||||
|
if (secondSlot.getAmount() > 1) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// clone the item
|
||||||
|
ItemStack clone = firstSlot.clone();
|
||||||
|
|
||||||
|
if (tokenType.equalsIgnoreCase("reset")) {
|
||||||
|
reset(event, clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// if the item is a mining tool
|
||||||
|
if (toolStats.itemChecker.isMineTool(firstSlotMaterial)) {
|
||||||
|
if (firstSlotMaterial.toString().toLowerCase(Locale.ROOT).contains("hoe")) {
|
||||||
|
// the item is a hoe
|
||||||
|
if (tokenType.equalsIgnoreCase("blocks-mined")) {
|
||||||
|
addToken(event, tokenType, "blocks-mined", clone);
|
||||||
|
}
|
||||||
|
if (tokenType.equalsIgnoreCase("crops-mined")) {
|
||||||
|
addToken(event, tokenType, "crops-mined", clone);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// since shears will fall under here, check if the token is for sheep sheared
|
||||||
|
if (firstSlotMaterial == Material.SHEARS && tokenType.equals("sheep-sheared")) {
|
||||||
|
addToken(event, tokenType, "sheep-sheared", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
addToken(event, tokenType, "blocks-mined", clone);
|
||||||
|
}
|
||||||
|
// axes are a mining tool, so double check them here for player/mob kills
|
||||||
|
if (firstSlotMaterial.toString().toLowerCase(Locale.ROOT).contains("_axe")) {
|
||||||
|
if (tokenType.equalsIgnoreCase("player-kills")) {
|
||||||
|
addToken(event, tokenType, "player-kills", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (tokenType.equalsIgnoreCase("mob-kills")) {
|
||||||
|
addToken(event, tokenType, "mob-kills", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (toolStats.itemChecker.isArmor(firstSlotMaterial)) {
|
||||||
|
addToken(event, tokenType, "damage-taken", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (toolStats.itemChecker.isMeleeWeapon(firstSlotMaterial)) {
|
||||||
|
if (tokenType.equalsIgnoreCase("player-kills")) {
|
||||||
|
addToken(event, tokenType, "player-kills", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (tokenType.equalsIgnoreCase("mob-kills")) {
|
||||||
|
addToken(event, tokenType, "mob-kills", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (firstSlotMaterial == Material.BOW || firstSlotMaterial == Material.CROSSBOW) {
|
||||||
|
if (tokenType.equalsIgnoreCase("player-kills")) {
|
||||||
|
addToken(event, tokenType, "player-kills", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (tokenType.equalsIgnoreCase("mob-kills")) {
|
||||||
|
addToken(event, tokenType, "mob-kills", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (tokenType.equalsIgnoreCase("arrows-shot")) {
|
||||||
|
addToken(event, tokenType, "arrows-shot", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (firstSlotMaterial == Material.ELYTRA) {
|
||||||
|
addToken(event, tokenType, "flight-time", clone);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (firstSlotMaterial == Material.FISHING_ROD) {
|
||||||
|
addToken(event, tokenType, "fish-caught", clone);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add token to an item.
|
||||||
|
*
|
||||||
|
* @param event The anvil event.
|
||||||
|
* @param attemptToken The token in the 2nd slot of the anvil. The one the player wants to add.
|
||||||
|
* @param targetToken The token we are checking for. This should match the tool.
|
||||||
|
* @param firstSlotItem The item in the first slot.
|
||||||
|
*/
|
||||||
|
private void addToken(PrepareAnvilEvent event, String attemptToken, String targetToken, ItemStack firstSlotItem) {
|
||||||
|
// make sure the token we are using is for this tool
|
||||||
|
if (!attemptToken.equalsIgnoreCase(targetToken)) {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// if the item already has the token, ignore
|
||||||
|
if (toolStats.itemChecker.checkTokens(firstSlotItem.getItemMeta().getPersistentDataContainer(), targetToken)) {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// apply the token and set the result
|
||||||
|
ItemStack newItem = toolStats.itemChecker.addToken(firstSlotItem, targetToken);
|
||||||
|
switch (targetToken) {
|
||||||
|
case "crops-mined": {
|
||||||
|
if (toolStats.config.getBoolean("enabled.crops-harvested")) {
|
||||||
|
newItem.setItemMeta(toolStats.itemLore.updateCropsMined(newItem, 0));
|
||||||
|
} else {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "blocks-mined": {
|
||||||
|
if (toolStats.configTools.checkConfig(newItem.getType(), "blocks-mined")) {
|
||||||
|
newItem.setItemMeta(toolStats.itemLore.updateBlocksMined(newItem, 0));
|
||||||
|
} else {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "damage-taken": {
|
||||||
|
if (toolStats.config.getBoolean("enabled.armor-damage")) {
|
||||||
|
newItem.setItemMeta(toolStats.itemLore.updateDamage(newItem, 0.0, false));
|
||||||
|
} else {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "mob-kills": {
|
||||||
|
if (toolStats.configTools.checkConfig(newItem.getType(), "mob-kills")) {
|
||||||
|
newItem.setItemMeta(toolStats.itemLore.updateMobKills(newItem, 0));
|
||||||
|
} else {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "player-kills": {
|
||||||
|
if (toolStats.configTools.checkConfig(newItem.getType(), "player-kills")) {
|
||||||
|
newItem.setItemMeta(toolStats.itemLore.updatePlayerKills(newItem, 0));
|
||||||
|
} else {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "arrows-shot": {
|
||||||
|
if (toolStats.config.getBoolean("enabled.arrows-shot")) {
|
||||||
|
newItem.setItemMeta(toolStats.itemLore.updateArrowsShot(newItem, 0));
|
||||||
|
} else {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "sheep-sheared": {
|
||||||
|
if (toolStats.config.getBoolean("enabled.sheep-sheared")) {
|
||||||
|
newItem.setItemMeta(toolStats.itemLore.updateSheepSheared(newItem, 0));
|
||||||
|
} else {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "flight-time": {
|
||||||
|
if (toolStats.config.getBoolean("enabled.flight-time")) {
|
||||||
|
newItem.setItemMeta(toolStats.itemLore.updateFlightTime(newItem, 0));
|
||||||
|
} else {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case "fish-caught": {
|
||||||
|
if (toolStats.config.getBoolean("enabled.fish-caught")) {
|
||||||
|
newItem.setItemMeta(toolStats.itemLore.updateFishCaught(newItem, 0));
|
||||||
|
} else {
|
||||||
|
event.setResult(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
event.setResult(newItem);
|
||||||
|
event.getView().setRepairCost(toolStats.itemChecker.getCost(targetToken));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reset an item's stats. This function is... gross.
|
||||||
|
* Because of how the lore system is set up, we have to basically revert the stats.
|
||||||
|
* The lore function requires the old value, then adds x to the current stat.
|
||||||
|
* This is required, so it can find the old line in the lore and update it.
|
||||||
|
* So we simply make the stat negative, and add it to reset it to zero.
|
||||||
|
* Gross? Yeah, but I don't want to rewrite the lore system again...
|
||||||
|
*
|
||||||
|
* @param event The PrepareAnvilEvent event.
|
||||||
|
* @param inputItem The input item to reset.
|
||||||
|
*/
|
||||||
|
private void reset(PrepareAnvilEvent event, ItemStack inputItem) {
|
||||||
|
ItemStack finalItem = inputItem.clone();
|
||||||
|
ItemMeta meta = finalItem.getItemMeta();
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
if (container.has(toolStats.playerKills)) {
|
||||||
|
Integer playerKills = container.get(toolStats.playerKills, PersistentDataType.INTEGER);
|
||||||
|
if (playerKills == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
meta = toolStats.itemLore.updatePlayerKills(finalItem, -playerKills);
|
||||||
|
finalItem.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.mobKills)) {
|
||||||
|
Integer mobKills = container.get(toolStats.mobKills, PersistentDataType.INTEGER);
|
||||||
|
if (mobKills == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
meta = toolStats.itemLore.updateMobKills(finalItem, -mobKills);
|
||||||
|
finalItem.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.blocksMined)) {
|
||||||
|
Integer blocksMined = container.get(toolStats.blocksMined, PersistentDataType.INTEGER);
|
||||||
|
if (blocksMined == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
meta = toolStats.itemLore.updateBlocksMined(finalItem, -blocksMined);
|
||||||
|
finalItem.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.cropsHarvested)) {
|
||||||
|
Integer cropsHarvested = container.get(toolStats.playerKills, PersistentDataType.INTEGER);
|
||||||
|
if (cropsHarvested == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
meta = toolStats.itemLore.updateCropsMined(finalItem, -cropsHarvested);
|
||||||
|
finalItem.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.fishCaught)) {
|
||||||
|
Integer fishCaught = container.get(toolStats.fishCaught, PersistentDataType.INTEGER);
|
||||||
|
if (fishCaught == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
meta = toolStats.itemLore.updateFishCaught(finalItem, -fishCaught);
|
||||||
|
finalItem.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.sheepSheared)) {
|
||||||
|
Integer sheepSheared = container.get(toolStats.sheepSheared, PersistentDataType.INTEGER);
|
||||||
|
if (sheepSheared == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
meta = toolStats.itemLore.updateSheepSheared(finalItem, -sheepSheared);
|
||||||
|
finalItem.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.armorDamage)) {
|
||||||
|
Double armorDamage = container.get(toolStats.armorDamage, PersistentDataType.DOUBLE);
|
||||||
|
if (armorDamage == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
meta = toolStats.itemLore.updateDamage(finalItem, -armorDamage, true);
|
||||||
|
finalItem.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.arrowsShot)) {
|
||||||
|
Integer arrowsShot = container.get(toolStats.arrowsShot, PersistentDataType.INTEGER);
|
||||||
|
if (arrowsShot == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
meta = toolStats.itemLore.updateArrowsShot(finalItem, -arrowsShot);
|
||||||
|
finalItem.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.flightTime)) {
|
||||||
|
Long flightTime = container.get(toolStats.flightTime, PersistentDataType.LONG);
|
||||||
|
if (flightTime == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
meta = toolStats.itemLore.updateFlightTime(finalItem, -flightTime);
|
||||||
|
finalItem.setItemMeta(meta);
|
||||||
|
}
|
||||||
|
event.setResult(finalItem);
|
||||||
|
event.getView().setRepairCost(toolStats.itemChecker.getCost("reset"));
|
||||||
|
}
|
||||||
|
}
|
||||||
99
src/main/java/lol/hyper/toolstats/events/BlockBreak.java
Normal file
@@ -0,0 +1,99 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of ToolStats.
|
||||||
|
*
|
||||||
|
* ToolStats is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ToolStats is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package lol.hyper.toolstats.events;
|
||||||
|
|
||||||
|
import lol.hyper.toolstats.ToolStats;
|
||||||
|
import org.bukkit.Bukkit;
|
||||||
|
import org.bukkit.GameMode;
|
||||||
|
import org.bukkit.Material;
|
||||||
|
import org.bukkit.block.Block;
|
||||||
|
import org.bukkit.block.data.Ageable;
|
||||||
|
import org.bukkit.entity.Player;
|
||||||
|
import org.bukkit.event.EventHandler;
|
||||||
|
import org.bukkit.event.EventPriority;
|
||||||
|
import org.bukkit.event.Listener;
|
||||||
|
import org.bukkit.event.block.BlockBreakEvent;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
import org.bukkit.inventory.PlayerInventory;
|
||||||
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
|
|
||||||
|
import java.util.Locale;
|
||||||
|
|
||||||
|
public class BlockBreak implements Listener {
|
||||||
|
|
||||||
|
private final ToolStats toolStats;
|
||||||
|
|
||||||
|
public BlockBreak(ToolStats toolStats) {
|
||||||
|
this.toolStats = toolStats;
|
||||||
|
}
|
||||||
|
|
||||||
|
@EventHandler(priority = EventPriority.MONITOR)
|
||||||
|
public void onBreak(BlockBreakEvent event) {
|
||||||
|
if (event.isCancelled()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
Player player = event.getPlayer();
|
||||||
|
if (player.getGameMode() == GameMode.CREATIVE || player.getGameMode() == GameMode.SPECTATOR) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
PlayerInventory inventory = player.getInventory();
|
||||||
|
ItemStack heldItem = inventory.getItemInMainHand();
|
||||||
|
Block block = event.getBlock();
|
||||||
|
|
||||||
|
if (block.getType() == Material.CHEST) {
|
||||||
|
toolStats.playerInteract.openedChests.put(block, player);
|
||||||
|
Bukkit.getGlobalRegionScheduler().runDelayed(toolStats, scheduledTask -> toolStats.playerInteract.openedChests.remove(block), 20);
|
||||||
|
}
|
||||||
|
|
||||||
|
// only check certain items
|
||||||
|
if (!toolStats.itemChecker.isMineTool(heldItem.getType())) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// if the item is a hoe
|
||||||
|
if (heldItem.getType().toString().toLowerCase(Locale.ROOT).contains("hoe")) {
|
||||||
|
// player is breaking crops with a hoe
|
||||||
|
if (block.getBlockData() instanceof Ageable ageable) {
|
||||||
|
// ignore crops that are not fully grown
|
||||||
|
if (ageable.getAge() != ageable.getMaximumAge()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
ItemMeta newMeta = toolStats.itemLore.updateCropsMined(heldItem, 1);
|
||||||
|
if (newMeta != null) {
|
||||||
|
// replace item in main hand
|
||||||
|
heldItem.setItemMeta(newMeta);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// item is a hoe, but not breaking crops
|
||||||
|
ItemMeta newMeta = toolStats.itemLore.updateBlocksMined(heldItem, 1);
|
||||||
|
if (newMeta != null) {
|
||||||
|
// replace item in main hand
|
||||||
|
heldItem.setItemMeta(newMeta);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// item is not a hoe
|
||||||
|
// update the blocks mined
|
||||||
|
ItemMeta newMeta = toolStats.itemLore.updateBlocksMined(heldItem, 1);
|
||||||
|
if (newMeta != null) {
|
||||||
|
// replace item in main hand
|
||||||
|
heldItem.setItemMeta(newMeta);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,159 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of ToolStats.
|
|
||||||
*
|
|
||||||
* ToolStats is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* ToolStats is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package lol.hyper.toolstats.events;
|
|
||||||
|
|
||||||
import lol.hyper.toolstats.ToolStats;
|
|
||||||
import net.kyori.adventure.text.Component;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.GameMode;
|
|
||||||
import org.bukkit.Material;
|
|
||||||
import org.bukkit.block.Block;
|
|
||||||
import org.bukkit.block.data.Ageable;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.bukkit.event.EventPriority;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.event.block.BlockBreakEvent;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.bukkit.inventory.PlayerInventory;
|
|
||||||
import org.bukkit.inventory.meta.ItemMeta;
|
|
||||||
import org.bukkit.persistence.PersistentDataContainer;
|
|
||||||
import org.bukkit.persistence.PersistentDataType;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
|
|
||||||
public class BlocksMined implements Listener {
|
|
||||||
|
|
||||||
private final ToolStats toolStats;
|
|
||||||
|
|
||||||
public BlocksMined(ToolStats toolStats) {
|
|
||||||
this.toolStats = toolStats;
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.MONITOR)
|
|
||||||
public void onBreak(BlockBreakEvent event) {
|
|
||||||
if (event.isCancelled()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Player player = event.getPlayer();
|
|
||||||
if (player.getGameMode() == GameMode.CREATIVE || player.getGameMode() == GameMode.SPECTATOR) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
PlayerInventory inventory = player.getInventory();
|
|
||||||
ItemStack heldItem = inventory.getItemInMainHand();
|
|
||||||
Block block = event.getBlock();
|
|
||||||
|
|
||||||
if (block.getType() == Material.CHEST) {
|
|
||||||
toolStats.playerInteract.openedChests.put(block, player);
|
|
||||||
Bukkit.getGlobalRegionScheduler().runDelayed(toolStats, scheduledTask -> toolStats.playerInteract.openedChests.remove(block), 20);
|
|
||||||
}
|
|
||||||
|
|
||||||
// only check certain items
|
|
||||||
if (!toolStats.itemChecker.isMineTool(heldItem.getType())) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (heldItem.getType().toString().toLowerCase(Locale.ROOT).contains("hoe")) {
|
|
||||||
// player is breaking crops with a hoe
|
|
||||||
if (block.getBlockData() instanceof Ageable) {
|
|
||||||
updateCropsMined(heldItem, (Ageable) block.getBlockData());
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
// update the blocks mined
|
|
||||||
updateBlocksMined(heldItem);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateBlocksMined(ItemStack playerTool) {
|
|
||||||
ItemMeta meta = playerTool.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(playerTool + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// read the current stats from the item
|
|
||||||
// if they don't exist, then start from 0
|
|
||||||
Integer blocksMined = 0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.genericMined, PersistentDataType.INTEGER)) {
|
|
||||||
blocksMined = container.get(toolStats.genericMined, PersistentDataType.INTEGER);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (blocksMined == null) {
|
|
||||||
blocksMined = 0;
|
|
||||||
toolStats.logger.warning(playerTool + " does not have valid generic-mined set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.genericMined, PersistentDataType.INTEGER, blocksMined + 1);
|
|
||||||
|
|
||||||
// do we add the lore based on the config?
|
|
||||||
if (toolStats.configTools.checkConfig(playerTool.getType(), "blocks-mined")) {
|
|
||||||
String oldBlocksMinedFormatted = toolStats.numberFormat.formatInt(blocksMined);
|
|
||||||
String newBlocksMinedFormatted = toolStats.numberFormat.formatInt(blocksMined + 1);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("blocks-mined", "{blocks}", oldBlocksMinedFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("blocks-mined", "{blocks}", newBlocksMinedFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
playerTool.setItemMeta(meta);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateCropsMined(ItemStack playerTool, Ageable block) {
|
|
||||||
// ignore crops that are not fully grown
|
|
||||||
if (block.getAge() != block.getMaximumAge()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
ItemMeta meta = playerTool.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(playerTool + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// read the current stats from the item
|
|
||||||
// if they don't exist, then start from 0
|
|
||||||
Integer cropsMined = 0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.cropsHarvested, PersistentDataType.INTEGER)) {
|
|
||||||
cropsMined = container.get(toolStats.cropsHarvested, PersistentDataType.INTEGER);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (cropsMined == null) {
|
|
||||||
cropsMined = 0;
|
|
||||||
toolStats.logger.warning(playerTool + " does not have valid crops-mined set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.cropsHarvested, PersistentDataType.INTEGER, cropsMined + 1);
|
|
||||||
|
|
||||||
// do we add the lore based on the config?
|
|
||||||
if (toolStats.configTools.checkConfig(playerTool.getType(), "blocks-mined")) {
|
|
||||||
String oldCropsMinedFormatted = toolStats.numberFormat.formatInt(cropsMined);
|
|
||||||
String newCropsMinedFormatted = toolStats.numberFormat.formatInt(cropsMined + 1);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("crops-harvested", "{crops}", oldCropsMinedFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("crops-harvested", "{crops}", newCropsMinedFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
playerTool.setItemMeta(meta);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -17,11 +17,9 @@
|
|||||||
|
|
||||||
package lol.hyper.toolstats.events;
|
package lol.hyper.toolstats.events;
|
||||||
|
|
||||||
import io.papermc.paper.threadedregions.scheduler.ScheduledTask;
|
|
||||||
import lol.hyper.toolstats.ToolStats;
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import lol.hyper.toolstats.tools.UUIDDataType;
|
import lol.hyper.toolstats.tools.UUIDDataType;
|
||||||
import net.kyori.adventure.text.Component;
|
import net.kyori.adventure.text.Component;
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.GameMode;
|
import org.bukkit.GameMode;
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
@@ -29,9 +27,7 @@ import org.bukkit.event.EventHandler;
|
|||||||
import org.bukkit.event.EventPriority;
|
import org.bukkit.event.EventPriority;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
import org.bukkit.event.inventory.CraftItemEvent;
|
import org.bukkit.event.inventory.CraftItemEvent;
|
||||||
import org.bukkit.inventory.Inventory;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
import org.bukkit.inventory.PlayerInventory;
|
|
||||||
import org.bukkit.inventory.meta.ItemMeta;
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
import org.bukkit.persistence.PersistentDataContainer;
|
import org.bukkit.persistence.PersistentDataContainer;
|
||||||
import org.bukkit.persistence.PersistentDataType;
|
import org.bukkit.persistence.PersistentDataType;
|
||||||
@@ -39,7 +35,6 @@ import org.bukkit.persistence.PersistentDataType;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.function.Consumer;
|
|
||||||
|
|
||||||
public class CraftItem implements Listener {
|
public class CraftItem implements Listener {
|
||||||
|
|
||||||
@@ -90,7 +85,7 @@ public class CraftItem implements Listener {
|
|||||||
// if the slot was empty before we crafted, this means we just made it
|
// if the slot was empty before we crafted, this means we just made it
|
||||||
if (oldSlotItem == null) {
|
if (oldSlotItem == null) {
|
||||||
// add the lore
|
// add the lore
|
||||||
ItemStack newItem = addLore(newSlotItem, player);
|
ItemStack newItem = addCraftOrigin(newSlotItem, player);
|
||||||
if (newItem != null) {
|
if (newItem != null) {
|
||||||
player.getInventory().setItem(i, newItem);
|
player.getInventory().setItem(i, newItem);
|
||||||
}
|
}
|
||||||
@@ -102,7 +97,7 @@ public class CraftItem implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// the player did not shift click
|
// the player did not shift click
|
||||||
ItemStack newItem = addLore(craftedItem, player);
|
ItemStack newItem = addCraftOrigin(craftedItem, player);
|
||||||
if (newItem != null) {
|
if (newItem != null) {
|
||||||
// set the result
|
// set the result
|
||||||
event.setCurrentItem(newItem);
|
event.setCurrentItem(newItem);
|
||||||
@@ -116,7 +111,7 @@ public class CraftItem implements Listener {
|
|||||||
* @param owner The player crafting.
|
* @param owner The player crafting.
|
||||||
* @return A copy of the item with the tags + lore.
|
* @return A copy of the item with the tags + lore.
|
||||||
*/
|
*/
|
||||||
private ItemStack addLore(ItemStack itemStack, Player owner) {
|
private ItemStack addCraftOrigin(ItemStack itemStack, Player owner) {
|
||||||
// clone the item
|
// clone the item
|
||||||
ItemStack newItem = itemStack.clone();
|
ItemStack newItem = itemStack.clone();
|
||||||
ItemMeta meta = newItem.getItemMeta();
|
ItemMeta meta = newItem.getItemMeta();
|
||||||
@@ -131,29 +126,23 @@ public class CraftItem implements Listener {
|
|||||||
|
|
||||||
// if the item already has the tag
|
// if the item already has the tag
|
||||||
// this is to prevent duplicate tags
|
// this is to prevent duplicate tags
|
||||||
if (container.has(toolStats.timeCreated, PersistentDataType.LONG) || container.has(toolStats.genericOwner, PersistentDataType.LONG)) {
|
if (container.has(toolStats.timeCreated, PersistentDataType.LONG) || container.has(toolStats.itemOwner, PersistentDataType.LONG)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// only make the hash if it's enabled
|
|
||||||
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
|
||||||
String hash = toolStats.hashMaker.makeHash(newItem.getType(), owner.getUniqueId(), timeCreated);
|
|
||||||
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
|
||||||
container.set(toolStats.genericOwner, new UUIDDataType(), owner.getUniqueId());
|
|
||||||
container.set(toolStats.originType, PersistentDataType.INTEGER, 0);
|
|
||||||
|
|
||||||
List<Component> lore;
|
|
||||||
// get the current lore the item
|
// get the current lore the item
|
||||||
|
List<Component> lore;
|
||||||
if (meta.hasLore()) {
|
if (meta.hasLore()) {
|
||||||
lore = meta.lore();
|
lore = meta.lore();
|
||||||
} else {
|
} else {
|
||||||
lore = new ArrayList<>();
|
lore = new ArrayList<>();
|
||||||
}
|
}
|
||||||
// do we add the lore based on the config?
|
|
||||||
|
// if creation date is enabled, add it
|
||||||
if (toolStats.configTools.checkConfig(itemStack.getType(), "created-date")) {
|
if (toolStats.configTools.checkConfig(itemStack.getType(), "created-date")) {
|
||||||
|
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
||||||
|
container.set(toolStats.originType, PersistentDataType.INTEGER, 0);
|
||||||
|
|
||||||
String date = toolStats.numberFormat.formatDate(finalDate);
|
String date = toolStats.numberFormat.formatDate(finalDate);
|
||||||
Component newLine = toolStats.configTools.formatLore("created.created-on", "{date}", date);
|
Component newLine = toolStats.configTools.formatLore("created.created-on", "{date}", date);
|
||||||
if (newLine == null) {
|
if (newLine == null) {
|
||||||
@@ -162,7 +151,12 @@ public class CraftItem implements Listener {
|
|||||||
lore.add(newLine);
|
lore.add(newLine);
|
||||||
meta.lore(lore);
|
meta.lore(lore);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if creation owner is enabled, add it
|
||||||
if (toolStats.configTools.checkConfig(itemStack.getType(), "created-by")) {
|
if (toolStats.configTools.checkConfig(itemStack.getType(), "created-by")) {
|
||||||
|
container.set(toolStats.itemOwner, new UUIDDataType(), owner.getUniqueId());
|
||||||
|
container.set(toolStats.originType, PersistentDataType.INTEGER, 0);
|
||||||
|
|
||||||
Component newLine = toolStats.configTools.formatLore("created.created-by", "{player}", owner.getName());
|
Component newLine = toolStats.configTools.formatLore("created.created-by", "{player}", owner.getName());
|
||||||
if (newLine == null) {
|
if (newLine == null) {
|
||||||
return null;
|
return null;
|
||||||
@@ -170,6 +164,12 @@ public class CraftItem implements Listener {
|
|||||||
lore.add(newLine);
|
lore.add(newLine);
|
||||||
meta.lore(lore);
|
meta.lore(lore);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if hash is enabled, add it
|
||||||
|
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
||||||
|
String hash = toolStats.hashMaker.makeHash(newItem.getType(), owner.getUniqueId(), timeCreated);
|
||||||
|
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
||||||
|
}
|
||||||
newItem.setItemMeta(meta);
|
newItem.setItemMeta(meta);
|
||||||
return newItem;
|
return newItem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,50 +65,53 @@ public class CreativeEvent implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// add the tags to the item
|
// add the tags to the item
|
||||||
ItemStack newItem = addLore(spawnedItem, player);
|
ItemStack newItem = addCreativeOrigin(spawnedItem, player);
|
||||||
if (newItem != null) {
|
if (newItem != null) {
|
||||||
event.setCursor(newItem);
|
event.setCursor(newItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds tags to newly spawned items in creative.
|
* Adds spawned in tags to item.
|
||||||
*
|
*
|
||||||
* @param spawnedItem The item.
|
* @param itemStack The item add item to.
|
||||||
|
* @param owner The player spawning in.
|
||||||
|
* @return A copy of the item with the tags + lore.
|
||||||
*/
|
*/
|
||||||
private ItemStack addLore(ItemStack spawnedItem, Player owner) {
|
private ItemStack addCreativeOrigin(ItemStack itemStack, Player owner) {
|
||||||
ItemStack newSpawnedItem = spawnedItem.clone();
|
ItemStack newSpawnedItem = itemStack.clone();
|
||||||
ItemMeta meta = newSpawnedItem.getItemMeta();
|
ItemMeta meta = newSpawnedItem.getItemMeta();
|
||||||
if (meta == null) {
|
if (meta == null) {
|
||||||
toolStats.logger.warning(newSpawnedItem + " does NOT have any meta! Unable to update stats.");
|
toolStats.logger.warning(itemStack + " does NOT have any meta! Unable to update stats.");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
// get the current time
|
||||||
long timeCreated = System.currentTimeMillis();
|
long timeCreated = System.currentTimeMillis();
|
||||||
Date finalDate = new Date(timeCreated);
|
Date finalDate = new Date(timeCreated);
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
// if the item already has an origin set, don't add it again
|
// if the item already has the tag
|
||||||
if (container.has(toolStats.originType, PersistentDataType.INTEGER)) {
|
// this is to prevent duplicate tags
|
||||||
|
if (container.has(toolStats.timeCreated, PersistentDataType.LONG) || container.has(toolStats.itemOwner, PersistentDataType.LONG)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// only make the hash if it's enabled
|
// if hash is enabled, add it
|
||||||
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
||||||
String hash = toolStats.hashMaker.makeHash(spawnedItem.getType(), owner.getUniqueId(), timeCreated);
|
String hash = toolStats.hashMaker.makeHash(newSpawnedItem.getType(), owner.getUniqueId(), timeCreated);
|
||||||
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
||||||
}
|
}
|
||||||
|
|
||||||
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
// if spawned in is enabled, add it
|
||||||
container.set(toolStats.genericOwner, new UUIDDataType(), owner.getUniqueId());
|
|
||||||
container.set(toolStats.originType, PersistentDataType.INTEGER, 6);
|
|
||||||
|
|
||||||
if (toolStats.configTools.checkConfig(newSpawnedItem.getType(), "spawned-in")) {
|
if (toolStats.configTools.checkConfig(newSpawnedItem.getType(), "spawned-in")) {
|
||||||
|
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
||||||
|
container.set(toolStats.itemOwner, new UUIDDataType(), owner.getUniqueId());
|
||||||
|
container.set(toolStats.originType, PersistentDataType.INTEGER, 6);
|
||||||
|
|
||||||
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
||||||
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
||||||
meta.lore(newLore);
|
meta.lore(newLore);
|
||||||
}
|
}
|
||||||
|
|
||||||
newSpawnedItem.setItemMeta(meta);
|
newSpawnedItem.setItemMeta(meta);
|
||||||
return newSpawnedItem;
|
return newSpawnedItem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,10 +18,12 @@
|
|||||||
package lol.hyper.toolstats.events;
|
package lol.hyper.toolstats.events;
|
||||||
|
|
||||||
import lol.hyper.toolstats.ToolStats;
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import net.kyori.adventure.text.Component;
|
|
||||||
import org.bukkit.GameMode;
|
import org.bukkit.GameMode;
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
import org.bukkit.entity.*;
|
import org.bukkit.entity.Arrow;
|
||||||
|
import org.bukkit.entity.LivingEntity;
|
||||||
|
import org.bukkit.entity.Player;
|
||||||
|
import org.bukkit.entity.Trident;
|
||||||
import org.bukkit.event.EventHandler;
|
import org.bukkit.event.EventHandler;
|
||||||
import org.bukkit.event.EventPriority;
|
import org.bukkit.event.EventPriority;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
@@ -31,8 +33,6 @@ import org.bukkit.event.entity.EntityDamageEvent;
|
|||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
import org.bukkit.inventory.PlayerInventory;
|
import org.bukkit.inventory.PlayerInventory;
|
||||||
import org.bukkit.inventory.meta.ItemMeta;
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
import org.bukkit.persistence.PersistentDataContainer;
|
|
||||||
import org.bukkit.persistence.PersistentDataType;
|
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
@@ -77,25 +77,33 @@ public class EntityDamage implements Listener {
|
|||||||
}
|
}
|
||||||
// a player is killing another player
|
// a player is killing another player
|
||||||
if (mobBeingAttacked instanceof Player) {
|
if (mobBeingAttacked instanceof Player) {
|
||||||
updatePlayerKills(heldItem);
|
ItemMeta newItem = toolStats.itemLore.updatePlayerKills(heldItem, 1);
|
||||||
|
if (newItem != null) {
|
||||||
|
attackingPlayerInventory.getItemInMainHand().setItemMeta(newItem);
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// player is killing regular mob
|
// player is killing regular mob
|
||||||
updateMobKills(heldItem);
|
ItemMeta newItem = toolStats.itemLore.updateMobKills(heldItem, 1);
|
||||||
|
if (newItem != null) {
|
||||||
|
attackingPlayerInventory.getItemInMainHand().setItemMeta(newItem);
|
||||||
|
}
|
||||||
trackedMobs.add(mobBeingAttacked.getUniqueId());
|
trackedMobs.add(mobBeingAttacked.getUniqueId());
|
||||||
}
|
}
|
||||||
// trident is being thrown at something
|
// trident is being thrown at something
|
||||||
if (event.getDamager() instanceof Trident trident) {
|
if (event.getDamager() instanceof Trident trident) {
|
||||||
ItemStack newTrident;
|
ItemStack newTrident = trident.getItemStack();
|
||||||
|
ItemMeta newMeta;
|
||||||
// trident is killing player
|
// trident is killing player
|
||||||
if (mobBeingAttacked instanceof Player) {
|
if (mobBeingAttacked instanceof Player) {
|
||||||
newTrident = tridentPlayerKills(trident.getItemStack());
|
newMeta = toolStats.itemLore.updatePlayerKills(trident.getItemStack(), 1);
|
||||||
} else {
|
} else {
|
||||||
// trident is killing a mob
|
// trident is killing a mob
|
||||||
newTrident = tridentMobKills(trident.getItemStack());
|
newMeta = toolStats.itemLore.updateMobKills(trident.getItemStack(), 1);
|
||||||
trackedMobs.add(mobBeingAttacked.getUniqueId());
|
trackedMobs.add(mobBeingAttacked.getUniqueId());
|
||||||
}
|
}
|
||||||
if (newTrident != null) {
|
if (newMeta != null) {
|
||||||
|
newTrident.setItemMeta(newMeta);
|
||||||
trident.setItemStack(newTrident);
|
trident.setItemStack(newTrident);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -106,29 +114,39 @@ public class EntityDamage implements Listener {
|
|||||||
if (shootingPlayer.getGameMode() == GameMode.CREATIVE || shootingPlayer.getGameMode() == GameMode.SPECTATOR) {
|
if (shootingPlayer.getGameMode() == GameMode.CREATIVE || shootingPlayer.getGameMode() == GameMode.SPECTATOR) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
PlayerInventory inventory = shootingPlayer.getInventory();
|
PlayerInventory shootingPlayerInventory = shootingPlayer.getInventory();
|
||||||
ItemStack main = inventory.getItemInMainHand();
|
ItemStack heldBow = toolStats.itemChecker.getBow(shootingPlayerInventory);
|
||||||
ItemStack offHand = inventory.getItemInOffHand();
|
|
||||||
boolean isMain = main.getType() == Material.BOW || main.getType() == Material.CROSSBOW;
|
|
||||||
boolean isOffHand = offHand.getType() == Material.BOW || offHand.getType() == Material.CROSSBOW;
|
|
||||||
ItemStack heldBow = null;
|
|
||||||
if (isMain) {
|
|
||||||
heldBow = main;
|
|
||||||
}
|
|
||||||
if (isOffHand) {
|
|
||||||
heldBow = offHand;
|
|
||||||
}
|
|
||||||
|
|
||||||
// player swapped
|
|
||||||
if (heldBow == null) {
|
if (heldBow == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
boolean isMain = shootingPlayerInventory.getItemInMainHand().getType() == Material.BOW || shootingPlayerInventory.getItemInMainHand().getType() == Material.CROSSBOW;
|
||||||
|
boolean isOffHand = shootingPlayerInventory.getItemInOffHand().getType() == Material.BOW || shootingPlayerInventory.getItemInOffHand().getType() == Material.CROSSBOW;
|
||||||
|
|
||||||
// player is shooting another player
|
// player is shooting another player
|
||||||
if (mobBeingAttacked instanceof Player) {
|
if (mobBeingAttacked instanceof Player) {
|
||||||
updatePlayerKills(heldBow);
|
ItemMeta newBow = toolStats.itemLore.updatePlayerKills(heldBow, 1);
|
||||||
|
if (newBow != null) {
|
||||||
|
if (isMain && isOffHand) {
|
||||||
|
shootingPlayerInventory.getItemInMainHand().setItemMeta(newBow);
|
||||||
|
} else if (isMain) {
|
||||||
|
shootingPlayerInventory.getItemInMainHand().setItemMeta(newBow);
|
||||||
|
} else if (isOffHand) {
|
||||||
|
shootingPlayerInventory.getItemInOffHand().setItemMeta(newBow);
|
||||||
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
updateMobKills(heldBow);
|
// player is shooting a mob
|
||||||
|
ItemMeta newBow = toolStats.itemLore.updateMobKills(heldBow, 1);
|
||||||
|
if (newBow != null) {
|
||||||
|
if (isMain && isOffHand) {
|
||||||
|
shootingPlayerInventory.getItemInMainHand().setItemMeta(newBow);
|
||||||
|
} else if (isMain) {
|
||||||
|
shootingPlayerInventory.getItemInMainHand().setItemMeta(newBow);
|
||||||
|
} else if (isOffHand) {
|
||||||
|
shootingPlayerInventory.getItemInOffHand().setItemMeta(newBow);
|
||||||
|
}
|
||||||
|
}
|
||||||
trackedMobs.add(mobBeingAttacked.getUniqueId());
|
trackedMobs.add(mobBeingAttacked.getUniqueId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -140,13 +158,20 @@ public class EntityDamage implements Listener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
PlayerInventory playerInventory = playerTakingDamage.getInventory();
|
PlayerInventory playerInventory = playerTakingDamage.getInventory();
|
||||||
for (ItemStack armorPiece : playerInventory.getArmorContents()) {
|
ItemStack[] armorContents = playerInventory.getArmorContents();
|
||||||
|
for (ItemStack armorPiece : armorContents) {
|
||||||
if (armorPiece != null) {
|
if (armorPiece != null) {
|
||||||
if (toolStats.itemChecker.isArmor(armorPiece.getType())) {
|
if (toolStats.itemChecker.isArmor(armorPiece.getType())) {
|
||||||
updateDamage(armorPiece, event.getFinalDamage());
|
ItemMeta newItem = toolStats.itemLore.updateDamage(armorPiece, event.getFinalDamage(), false);
|
||||||
|
if (newItem != null) {
|
||||||
|
armorPiece.setItemMeta(newItem);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// apply the new armor
|
||||||
|
playerInventory.setArmorContents(armorContents);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -168,13 +193,20 @@ public class EntityDamage implements Listener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
PlayerInventory playerInventory = playerTakingDamage.getInventory();
|
PlayerInventory playerInventory = playerTakingDamage.getInventory();
|
||||||
for (ItemStack armorPiece : playerInventory.getArmorContents()) {
|
ItemStack[] armorContents = playerInventory.getArmorContents();
|
||||||
|
for (ItemStack armorPiece : armorContents) {
|
||||||
if (armorPiece != null) {
|
if (armorPiece != null) {
|
||||||
if (toolStats.itemChecker.isArmor(armorPiece.getType())) {
|
if (toolStats.itemChecker.isArmor(armorPiece.getType())) {
|
||||||
updateDamage(armorPiece, event.getFinalDamage());
|
ItemMeta newItem = toolStats.itemLore.updateDamage(armorPiece, event.getFinalDamage(),false);
|
||||||
|
if (newItem != null) {
|
||||||
|
armorPiece.setItemMeta(newItem);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// apply the new armor
|
||||||
|
playerInventory.setArmorContents(armorContents);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -196,216 +228,20 @@ public class EntityDamage implements Listener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
PlayerInventory playerInventory = playerTakingDamage.getInventory();
|
PlayerInventory playerInventory = playerTakingDamage.getInventory();
|
||||||
for (ItemStack armorPiece : playerInventory.getArmorContents()) {
|
ItemStack[] armorContents = playerInventory.getArmorContents();
|
||||||
|
for (ItemStack armorPiece : armorContents) {
|
||||||
if (armorPiece != null) {
|
if (armorPiece != null) {
|
||||||
if (toolStats.itemChecker.isArmor(armorPiece.getType())) {
|
if (toolStats.itemChecker.isArmor(armorPiece.getType())) {
|
||||||
updateDamage(armorPiece, event.getFinalDamage());
|
ItemMeta newItem = toolStats.itemLore.updateDamage(armorPiece, event.getFinalDamage(), false);
|
||||||
|
if (newItem != null) {
|
||||||
|
armorPiece.setItemMeta(newItem);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
// apply the new armor
|
||||||
* Updates a weapon's player kills.
|
playerInventory.setArmorContents(armorContents);
|
||||||
*
|
|
||||||
* @param itemStack The item to update.
|
|
||||||
*/
|
|
||||||
private void updatePlayerKills(ItemStack itemStack) {
|
|
||||||
ItemMeta meta = itemStack.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(itemStack + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
Integer playerKills = 0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.swordPlayerKills, PersistentDataType.INTEGER)) {
|
|
||||||
playerKills = container.get(toolStats.swordPlayerKills, PersistentDataType.INTEGER);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (playerKills == null) {
|
|
||||||
playerKills = 0;
|
|
||||||
toolStats.logger.warning(itemStack + " does not have valid player-kills set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.swordPlayerKills, PersistentDataType.INTEGER, playerKills + 1);
|
|
||||||
|
|
||||||
// do we add the lore based on the config?
|
|
||||||
if (toolStats.configTools.checkConfig(itemStack.getType(), "player-kills")) {
|
|
||||||
String oldPlayerKillsFormatted = toolStats.numberFormat.formatInt(playerKills);
|
|
||||||
String newPlayerKillsFormatted = toolStats.numberFormat.formatInt(playerKills + 1);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("kills.player", "{kills}", oldPlayerKillsFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("kills.player", "{kills}", newPlayerKillsFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
itemStack.setItemMeta(meta);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Updates a weapon's mob kills.
|
|
||||||
*
|
|
||||||
* @param itemStack The item to update.
|
|
||||||
*/
|
|
||||||
private void updateMobKills(ItemStack itemStack) {
|
|
||||||
ItemMeta meta = itemStack.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(itemStack + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Integer mobKills = 0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.swordMobKills, PersistentDataType.INTEGER)) {
|
|
||||||
mobKills = container.get(toolStats.swordMobKills, PersistentDataType.INTEGER);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (mobKills == null) {
|
|
||||||
mobKills = 0;
|
|
||||||
toolStats.logger.warning(itemStack + " does not have valid mob-kills set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.swordMobKills, PersistentDataType.INTEGER, mobKills + 1);
|
|
||||||
|
|
||||||
// do we add the lore based on the config?
|
|
||||||
if (toolStats.configTools.checkConfig(itemStack.getType(), "mob-kills")) {
|
|
||||||
String oldMobKillsFormatted = toolStats.numberFormat.formatInt(mobKills);
|
|
||||||
String newMobKillsFormatted = toolStats.numberFormat.formatInt(mobKills + 1);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("kills.mob", "{kills}", oldMobKillsFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("kills.mob", "{kills}", newMobKillsFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
itemStack.setItemMeta(meta);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Updates a player's armor damage stats.
|
|
||||||
*
|
|
||||||
* @param itemStack The armor piece.
|
|
||||||
* @param damage How much damage is being added.
|
|
||||||
*/
|
|
||||||
private void updateDamage(ItemStack itemStack, double damage) {
|
|
||||||
// ignore if the damage is zero or negative
|
|
||||||
if (damage < 0) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
ItemMeta meta = itemStack.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(itemStack + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Double damageTaken = 0.0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.armorDamage, PersistentDataType.DOUBLE)) {
|
|
||||||
damageTaken = container.get(toolStats.armorDamage, PersistentDataType.DOUBLE);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (damageTaken == null) {
|
|
||||||
damageTaken = 0.0;
|
|
||||||
toolStats.logger.warning(itemStack + " does not have valid damage-taken set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.armorDamage, PersistentDataType.DOUBLE, damageTaken + damage);
|
|
||||||
|
|
||||||
if (toolStats.config.getBoolean("enabled.armor-damage")) {
|
|
||||||
String oldDamageFormatted = toolStats.numberFormat.formatDouble(damageTaken);
|
|
||||||
String newDamageFormatted = toolStats.numberFormat.formatDouble(damageTaken + damage);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("damage-taken", "{damage}", oldDamageFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("damage-taken", "{damage}", newDamageFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
itemStack.setItemMeta(meta);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Updates a trident's mob kills.
|
|
||||||
*
|
|
||||||
* @param trident The item to update.
|
|
||||||
*/
|
|
||||||
private ItemStack tridentMobKills(ItemStack trident) {
|
|
||||||
ItemStack newTrident = trident.clone();
|
|
||||||
ItemMeta meta = newTrident.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(newTrident + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
Integer mobKills = 0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.swordMobKills, PersistentDataType.INTEGER)) {
|
|
||||||
mobKills = container.get(toolStats.swordMobKills, PersistentDataType.INTEGER);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (mobKills == null) {
|
|
||||||
mobKills = 0;
|
|
||||||
toolStats.logger.warning(newTrident + " does not have valid mob-kills set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.swordMobKills, PersistentDataType.INTEGER, mobKills + 1);
|
|
||||||
|
|
||||||
// do we add the lore based on the config?
|
|
||||||
if (toolStats.configTools.checkConfig(newTrident.getType(), "mob-kills")) {
|
|
||||||
String oldMobKillsFormatted = toolStats.numberFormat.formatInt(mobKills);
|
|
||||||
String newMobKillsFormatted = toolStats.numberFormat.formatInt(mobKills + 1);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("kills.mob", "{kills}", oldMobKillsFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("kills.mob", "{kills}", newMobKillsFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
newTrident.setItemMeta(meta);
|
|
||||||
return newTrident;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Updates a trident's player kills.
|
|
||||||
*
|
|
||||||
* @param trident The item to update.
|
|
||||||
*/
|
|
||||||
private ItemStack tridentPlayerKills(ItemStack trident) {
|
|
||||||
ItemStack newTrident = trident.clone();
|
|
||||||
ItemMeta meta = newTrident.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(newTrident + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
Integer playerKills = 0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.swordPlayerKills, PersistentDataType.INTEGER)) {
|
|
||||||
playerKills = container.get(toolStats.swordPlayerKills, PersistentDataType.INTEGER);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (playerKills == null) {
|
|
||||||
playerKills = 0;
|
|
||||||
toolStats.logger.warning(newTrident + " does not have valid player-kills set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.swordPlayerKills, PersistentDataType.INTEGER, playerKills + 1);
|
|
||||||
|
|
||||||
// do we add the lore based on the config?
|
|
||||||
if (toolStats.configTools.checkConfig(newTrident.getType(), "player-kills")) {
|
|
||||||
String oldPlayerKillsFormatted = toolStats.numberFormat.formatInt(playerKills);
|
|
||||||
String newPlayerKillsFormatted = toolStats.numberFormat.formatInt(playerKills + 1);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("kills.player", "{kills}", oldPlayerKillsFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("kills.player", "{kills}", newPlayerKillsFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
newTrident.setItemMeta(meta);
|
|
||||||
return newTrident;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -84,18 +84,19 @@ public class EntityDeath implements Listener {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!toolStats.config.getBoolean("enabled.dropped-by")) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
container.set(toolStats.originType, PersistentDataType.INTEGER, 1);
|
container.set(toolStats.originType, PersistentDataType.INTEGER, 1);
|
||||||
|
String mobName = toolStats.config.getString("messages.mob." + entity.getType());
|
||||||
if (toolStats.config.getBoolean("enabled.dropped-by")) {
|
if (mobName == null) {
|
||||||
String mobName = toolStats.config.getString("messages.mob." + entity.getType());
|
mobName = entity.getName();
|
||||||
if (mobName == null) {
|
|
||||||
mobName = entity.getName();
|
|
||||||
}
|
|
||||||
Component newLine = toolStats.configTools.formatLore("dropped-by", "{name}", mobName);
|
|
||||||
List<Component> newLore = toolStats.itemLore.addItemLore(meta, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
}
|
||||||
|
Component newLine = toolStats.configTools.formatLore("dropped-by", "{name}", mobName);
|
||||||
|
List<Component> newLore = toolStats.itemLore.addItemLore(meta, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
newItem.setItemMeta(meta);
|
newItem.setItemMeta(meta);
|
||||||
return newItem;
|
return newItem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ public class GenerateLoot implements Listener {
|
|||||||
* @param owner The player that found the item.
|
* @param owner The player that found the item.
|
||||||
* @return The item with the lore.
|
* @return The item with the lore.
|
||||||
*/
|
*/
|
||||||
private ItemStack addLore(ItemStack itemStack, Player owner) {
|
private ItemStack addLootedOrigin(ItemStack itemStack, Player owner) {
|
||||||
ItemStack newItem = itemStack.clone();
|
ItemStack newItem = itemStack.clone();
|
||||||
ItemMeta meta = itemStack.getItemMeta();
|
ItemMeta meta = itemStack.getItemMeta();
|
||||||
if (meta == null) {
|
if (meta == null) {
|
||||||
@@ -102,7 +102,11 @@ public class GenerateLoot implements Listener {
|
|||||||
Date finalDate = new Date(timeCreated);
|
Date finalDate = new Date(timeCreated);
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
if (container.has(toolStats.timeCreated, PersistentDataType.LONG) || container.has(toolStats.genericOwner, PersistentDataType.LONG)) {
|
if (!toolStats.configTools.checkConfig(newItem.getType(), "looted-tag")) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (container.has(toolStats.timeCreated, PersistentDataType.LONG) || container.has(toolStats.itemOwner, PersistentDataType.LONG)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -113,14 +117,11 @@ public class GenerateLoot implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
||||||
container.set(toolStats.genericOwner, new UUIDDataType(), owner.getUniqueId());
|
container.set(toolStats.itemOwner, new UUIDDataType(), owner.getUniqueId());
|
||||||
container.set(toolStats.originType, PersistentDataType.INTEGER, 2);
|
container.set(toolStats.originType, PersistentDataType.INTEGER, 2);
|
||||||
|
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
||||||
if (toolStats.configTools.checkConfig(newItem.getType(), "looted-tag")) {
|
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
||||||
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
meta.lore(newLore);
|
||||||
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
newItem.setItemMeta(meta);
|
newItem.setItemMeta(meta);
|
||||||
return newItem;
|
return newItem;
|
||||||
}
|
}
|
||||||
@@ -139,7 +140,7 @@ public class GenerateLoot implements Listener {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (toolStats.itemChecker.isValidItem(itemStack.getType())) {
|
if (toolStats.itemChecker.isValidItem(itemStack.getType())) {
|
||||||
ItemStack newItem = addLore(itemStack, player);
|
ItemStack newItem = addLootedOrigin(itemStack, player);
|
||||||
if (newItem != null) {
|
if (newItem != null) {
|
||||||
loot.set(i, newItem);
|
loot.set(i, newItem);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,8 +19,7 @@ package lol.hyper.toolstats.events;
|
|||||||
|
|
||||||
import lol.hyper.toolstats.ToolStats;
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import lol.hyper.toolstats.tools.UUIDDataType;
|
import lol.hyper.toolstats.tools.UUIDDataType;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.Location;
|
|
||||||
import org.bukkit.event.EventHandler;
|
import org.bukkit.event.EventHandler;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
import org.bukkit.event.inventory.InventoryOpenEvent;
|
import org.bukkit.event.inventory.InventoryOpenEvent;
|
||||||
@@ -47,7 +46,7 @@ public class InventoryOpen implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Inventory inventory = event.getInventory();
|
Inventory inventory = event.getInventory();
|
||||||
Location location = event.getInventory().getLocation();
|
Player player = (Player) event.getPlayer();
|
||||||
for (ItemStack itemStack : inventory) {
|
for (ItemStack itemStack : inventory) {
|
||||||
if (itemStack == null) {
|
if (itemStack == null) {
|
||||||
continue;
|
continue;
|
||||||
@@ -62,29 +61,47 @@ public class InventoryOpen implements Listener {
|
|||||||
}
|
}
|
||||||
PersistentDataContainer container = itemMeta.getPersistentDataContainer();
|
PersistentDataContainer container = itemMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
// generate a hash if the item doesn't have one (if it's enabled in the config)
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the token system is on and the item doesn't have stat keys
|
||||||
|
if (toolStats.itemChecker.keyCheck(container) && !container.has(toolStats.tokenType)) {
|
||||||
|
// add the tokens
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(itemStack);
|
||||||
|
if (newTokens == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
itemStack.setItemMeta(itemMeta);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// generate a hash if the item doesn't have one (and enabled)
|
||||||
|
// if hashes are disabled and the item has one, remove it.
|
||||||
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
||||||
if (!container.has(toolStats.hash, PersistentDataType.STRING)) {
|
if (!container.has(toolStats.hash, PersistentDataType.STRING)) {
|
||||||
// make sure the item has an owner
|
UUID owner = null;
|
||||||
if (!container.has(toolStats.genericOwner, new UUIDDataType())) {
|
// get the current owner if there is one.
|
||||||
continue;
|
if (container.has(toolStats.itemOwner, new UUIDDataType())) {
|
||||||
|
owner = container.get(toolStats.itemOwner, new UUIDDataType());
|
||||||
}
|
}
|
||||||
UUID owner = container.get(toolStats.genericOwner, new UUIDDataType());
|
// if there is no owner, use the player holding it
|
||||||
if (owner == null) {
|
if (owner == null) {
|
||||||
continue;
|
owner = player.getUniqueId();
|
||||||
}
|
}
|
||||||
Long timestamp = container.get(toolStats.timeCreated, PersistentDataType.LONG);
|
Long timestamp = container.get(toolStats.timeCreated, PersistentDataType.LONG);
|
||||||
if (timestamp == null) {
|
if (timestamp == null) {
|
||||||
continue;
|
// if there is no time created, use now
|
||||||
|
timestamp = System.currentTimeMillis();
|
||||||
}
|
}
|
||||||
String hash = toolStats.hashMaker.makeHash(itemStack.getType(), owner, timestamp);
|
String hash = toolStats.hashMaker.makeHash(itemStack.getType(), owner, timestamp);
|
||||||
toolStats.logger.info(hash);
|
|
||||||
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
||||||
|
itemStack.setItemMeta(itemMeta);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// if hashes are disabled but the item has one, remove it.
|
||||||
|
if (container.has(toolStats.hash, PersistentDataType.STRING)) {
|
||||||
|
container.remove(toolStats.hash);
|
||||||
|
itemStack.setItemMeta(itemMeta);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
ItemMeta clone = itemMeta.clone();
|
|
||||||
if (location != null) {
|
|
||||||
Bukkit.getRegionScheduler().runDelayed(toolStats, location, scheduledTask -> itemStack.setItemMeta(clone), 1);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,10 @@ import lol.hyper.toolstats.tools.UUIDDataType;
|
|||||||
import net.kyori.adventure.text.Component;
|
import net.kyori.adventure.text.Component;
|
||||||
import org.bukkit.GameMode;
|
import org.bukkit.GameMode;
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
import org.bukkit.entity.*;
|
import org.bukkit.entity.Entity;
|
||||||
|
import org.bukkit.entity.EntityType;
|
||||||
|
import org.bukkit.entity.Item;
|
||||||
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.EventHandler;
|
import org.bukkit.event.EventHandler;
|
||||||
import org.bukkit.event.EventPriority;
|
import org.bukkit.event.EventPriority;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
@@ -64,7 +67,7 @@ public class PickupItem implements Listener {
|
|||||||
if (itemStack.getType() == Material.ELYTRA) {
|
if (itemStack.getType() == Material.ELYTRA) {
|
||||||
// the elytra has the new key, set the lore to it
|
// the elytra has the new key, set the lore to it
|
||||||
if (container.has(toolStats.newElytra, PersistentDataType.INTEGER)) {
|
if (container.has(toolStats.newElytra, PersistentDataType.INTEGER)) {
|
||||||
ItemStack newElytra = addLore(itemStack, (Player) event.getEntity());
|
ItemStack newElytra = addElytraOrigin(itemStack, (Player) event.getEntity());
|
||||||
if (newElytra != null) {
|
if (newElytra != null) {
|
||||||
item.setItemStack(newElytra);
|
item.setItemStack(newElytra);
|
||||||
}
|
}
|
||||||
@@ -80,7 +83,7 @@ public class PickupItem implements Listener {
|
|||||||
* @param itemStack The elytra to add lore to.
|
* @param itemStack The elytra to add lore to.
|
||||||
* @param owner The player who found it.
|
* @param owner The player who found it.
|
||||||
*/
|
*/
|
||||||
private ItemStack addLore(ItemStack itemStack, Player owner) {
|
private ItemStack addElytraOrigin(ItemStack itemStack, Player owner) {
|
||||||
ItemStack finalItem = itemStack.clone();
|
ItemStack finalItem = itemStack.clone();
|
||||||
ItemMeta meta = finalItem.getItemMeta();
|
ItemMeta meta = finalItem.getItemMeta();
|
||||||
if (meta == null) {
|
if (meta == null) {
|
||||||
@@ -90,6 +93,10 @@ public class PickupItem implements Listener {
|
|||||||
Date finalDate = new Date(timeCreated);
|
Date finalDate = new Date(timeCreated);
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
if (!toolStats.config.getBoolean("enabled.elytra-tag")) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
// only make the hash if it's enabled
|
// only make the hash if it's enabled
|
||||||
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
||||||
String hash = toolStats.hashMaker.makeHash(finalItem.getType(), owner.getUniqueId(), timeCreated);
|
String hash = toolStats.hashMaker.makeHash(finalItem.getType(), owner.getUniqueId(), timeCreated);
|
||||||
@@ -97,15 +104,12 @@ public class PickupItem implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
||||||
container.set(toolStats.genericOwner, new UUIDDataType(), owner.getUniqueId());
|
container.set(toolStats.itemOwner, new UUIDDataType(), owner.getUniqueId());
|
||||||
container.set(toolStats.originType, PersistentDataType.INTEGER, 4);
|
container.set(toolStats.originType, PersistentDataType.INTEGER, 4);
|
||||||
container.remove(toolStats.newElytra);
|
container.remove(toolStats.newElytra);
|
||||||
|
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
||||||
if (toolStats.config.getBoolean("enabled.elytra-tag")) {
|
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
||||||
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
meta.lore(newLore);
|
||||||
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
finalItem.setItemMeta(meta);
|
finalItem.setItemMeta(meta);
|
||||||
return finalItem;
|
return finalItem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ import org.bukkit.inventory.PlayerInventory;
|
|||||||
import org.bukkit.inventory.meta.ItemMeta;
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
import org.bukkit.persistence.PersistentDataContainer;
|
import org.bukkit.persistence.PersistentDataContainer;
|
||||||
import org.bukkit.persistence.PersistentDataType;
|
import org.bukkit.persistence.PersistentDataType;
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -61,14 +60,26 @@ public class PlayerFish implements Listener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ItemStack fishingRod = getItemStack(player);
|
ItemStack fishingRod = toolStats.itemChecker.getFishingRod(player.getInventory());
|
||||||
// player swapped items?
|
// player swapped items?
|
||||||
if (fishingRod == null) {
|
if (fishingRod == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// update the fishing rod!
|
// update the fishing rod!
|
||||||
updateFishCount(fishingRod);
|
ItemMeta newFishingRod = toolStats.itemLore.updateFishCaught(fishingRod, 1);
|
||||||
|
if (newFishingRod != null) {
|
||||||
|
PlayerInventory inventory = player.getInventory();
|
||||||
|
boolean isMain = inventory.getItemInMainHand().getType() == Material.FISHING_ROD;
|
||||||
|
boolean isOffHand = inventory.getItemInOffHand().getType() == Material.FISHING_ROD;
|
||||||
|
if (isMain && isOffHand) {
|
||||||
|
inventory.getItemInMainHand().setItemMeta(newFishingRod);
|
||||||
|
} else if (isMain) {
|
||||||
|
inventory.getItemInMainHand().setItemMeta(newFishingRod);
|
||||||
|
} else if (isOffHand) {
|
||||||
|
inventory.getItemInOffHand().setItemMeta(newFishingRod);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// check if the player caught an item
|
// check if the player caught an item
|
||||||
if (event.getCaught() == null) {
|
if (event.getCaught() == null) {
|
||||||
@@ -84,64 +95,6 @@ public class PlayerFish implements Listener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static @Nullable ItemStack getItemStack(Player player) {
|
|
||||||
PlayerInventory inventory = player.getInventory();
|
|
||||||
boolean isMainHand = inventory.getItemInMainHand().getType() == Material.FISHING_ROD;
|
|
||||||
boolean isOffHand = inventory.getItemInOffHand().getType() == Material.FISHING_ROD;
|
|
||||||
ItemStack fishingRod = null;
|
|
||||||
if (isMainHand) {
|
|
||||||
fishingRod = inventory.getItemInMainHand();
|
|
||||||
}
|
|
||||||
if (isOffHand) {
|
|
||||||
fishingRod = inventory.getItemInOffHand();
|
|
||||||
}
|
|
||||||
|
|
||||||
// if the player is hold fishing rods in both hands
|
|
||||||
// default to main hand since that takes priority
|
|
||||||
if (isMainHand && isOffHand) {
|
|
||||||
fishingRod = inventory.getItemInMainHand();
|
|
||||||
}
|
|
||||||
return fishingRod;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Update a fishing rod's fish count.
|
|
||||||
*
|
|
||||||
* @param fishingRod The fishing rod to update.
|
|
||||||
*/
|
|
||||||
private void updateFishCount(ItemStack fishingRod) {
|
|
||||||
ItemMeta meta = fishingRod.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(fishingRod + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Integer fishCaught = 0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.fishingRodCaught, PersistentDataType.INTEGER)) {
|
|
||||||
fishCaught = container.get(toolStats.fishingRodCaught, PersistentDataType.INTEGER);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (fishCaught == null) {
|
|
||||||
fishCaught = 0;
|
|
||||||
toolStats.logger.warning(fishingRod + " does not have valid fish-caught set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.fishingRodCaught, PersistentDataType.INTEGER, fishCaught + 1);
|
|
||||||
|
|
||||||
if (toolStats.config.getBoolean("enabled.fish-caught")) {
|
|
||||||
String oldFishFormatted = toolStats.numberFormat.formatInt(fishCaught);
|
|
||||||
String newFishFormatted = toolStats.numberFormat.formatInt(fishCaught + 1);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("fished.fish-caught", "{fish}", oldFishFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("fished.fish-caught", "{fish}", newFishFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
fishingRod.setItemMeta(meta);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add lore to newly caught item.
|
* Add lore to newly caught item.
|
||||||
*
|
*
|
||||||
@@ -159,22 +112,26 @@ public class PlayerFish implements Listener {
|
|||||||
Date finalDate = new Date(timeCreated);
|
Date finalDate = new Date(timeCreated);
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
if (container.has(toolStats.timeCreated, PersistentDataType.LONG) || container.has(toolStats.genericOwner, PersistentDataType.LONG)) {
|
if (!toolStats.configTools.checkConfig(newItem.getType(), "fished-tag")) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
String hash = toolStats.hashMaker.makeHash(newItem.getType(), owner.getUniqueId(), timeCreated);
|
if (container.has(toolStats.timeCreated, PersistentDataType.LONG) || container.has(toolStats.itemOwner, PersistentDataType.LONG)) {
|
||||||
|
return null;
|
||||||
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
|
||||||
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
|
||||||
container.set(toolStats.genericOwner, new UUIDDataType(), owner.getUniqueId());
|
|
||||||
container.set(toolStats.originType, PersistentDataType.INTEGER, 5);
|
|
||||||
|
|
||||||
if (toolStats.configTools.checkConfig(newItem.getType(), "fished-tag")) {
|
|
||||||
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
|
||||||
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// only make the hash if it's enabled
|
||||||
|
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
||||||
|
String hash = toolStats.hashMaker.makeHash(newItem.getType(), owner.getUniqueId(), timeCreated);
|
||||||
|
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
||||||
|
container.set(toolStats.itemOwner, new UUIDDataType(), owner.getUniqueId());
|
||||||
|
container.set(toolStats.originType, PersistentDataType.INTEGER, 5);
|
||||||
|
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
||||||
|
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
||||||
|
meta.lore(newLore);
|
||||||
newItem.setItemMeta(meta);
|
newItem.setItemMeta(meta);
|
||||||
return newItem;
|
return newItem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,25 +58,47 @@ public class PlayerJoin implements Listener {
|
|||||||
}
|
}
|
||||||
PersistentDataContainer container = itemMeta.getPersistentDataContainer();
|
PersistentDataContainer container = itemMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
// generate a hash if the item doesn't have one
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
if (!container.has(toolStats.hash, PersistentDataType.STRING)) {
|
// if the token system is on and the item doesn't have stat keys
|
||||||
// make sure the item has an owner
|
if (toolStats.itemChecker.keyCheck(container) && !container.has(toolStats.tokenType)) {
|
||||||
if (!container.has(toolStats.genericOwner, new UUIDDataType())) {
|
// add the tokens
|
||||||
continue;
|
String newTokens = toolStats.itemChecker.addTokensToExisting(itemStack);
|
||||||
|
if (newTokens == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
itemStack.setItemMeta(itemMeta);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// generate a hash if the item doesn't have one
|
||||||
|
if (toolStats.config.getBoolean("generate-hash-for-items")) {
|
||||||
|
if (!container.has(toolStats.hash, PersistentDataType.STRING)) {
|
||||||
|
UUID owner = null;
|
||||||
|
// get the current owner if there is one.
|
||||||
|
if (container.has(toolStats.itemOwner, new UUIDDataType())) {
|
||||||
|
owner = container.get(toolStats.itemOwner, new UUIDDataType());
|
||||||
|
}
|
||||||
|
// if there is no owner, use the player holding it
|
||||||
|
if (owner == null) {
|
||||||
|
owner = player.getUniqueId();
|
||||||
|
}
|
||||||
|
Long timestamp = container.get(toolStats.timeCreated, PersistentDataType.LONG);
|
||||||
|
if (timestamp == null) {
|
||||||
|
// if there is no time created, use now
|
||||||
|
timestamp = System.currentTimeMillis();
|
||||||
|
}
|
||||||
|
String hash = toolStats.hashMaker.makeHash(itemStack.getType(), owner, timestamp);
|
||||||
|
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
||||||
|
itemStack.setItemMeta(itemMeta);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// if hashes are disabled but the item has one, remove it.
|
||||||
|
if (container.has(toolStats.hash, PersistentDataType.STRING)) {
|
||||||
|
container.remove(toolStats.hash);
|
||||||
|
itemStack.setItemMeta(itemMeta);
|
||||||
}
|
}
|
||||||
UUID owner = container.get(toolStats.genericOwner, new UUIDDataType());
|
|
||||||
if (owner == null) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
Long timestamp = container.get(toolStats.timeCreated, PersistentDataType.LONG);
|
|
||||||
if (timestamp == null) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
String hash = toolStats.hashMaker.makeHash(itemStack.getType(), owner, timestamp);
|
|
||||||
container.set(toolStats.hash, PersistentDataType.STRING, hash);
|
|
||||||
}
|
}
|
||||||
ItemMeta clone = itemMeta.clone();
|
|
||||||
player.getScheduler().runDelayed(toolStats, scheduledTask -> itemStack.setItemMeta(clone), null, 1);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
package lol.hyper.toolstats.events;
|
package lol.hyper.toolstats.events;
|
||||||
|
|
||||||
import lol.hyper.toolstats.ToolStats;
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import net.kyori.adventure.text.Component;
|
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.EventHandler;
|
import org.bukkit.event.EventHandler;
|
||||||
@@ -26,12 +25,10 @@ import org.bukkit.event.EventPriority;
|
|||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
import org.bukkit.event.player.PlayerMoveEvent;
|
import org.bukkit.event.player.PlayerMoveEvent;
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
import org.bukkit.inventory.PlayerInventory;
|
||||||
import org.bukkit.inventory.meta.ItemMeta;
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
import org.bukkit.persistence.PersistentDataContainer;
|
|
||||||
import org.bukkit.persistence.PersistentDataType;
|
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
public class PlayerMove implements Listener {
|
public class PlayerMove implements Listener {
|
||||||
@@ -55,54 +52,18 @@ public class PlayerMove implements Listener {
|
|||||||
} else {
|
} else {
|
||||||
// player is not flying
|
// player is not flying
|
||||||
if (playerStartFlight.containsKey(player)) {
|
if (playerStartFlight.containsKey(player)) {
|
||||||
trackFlight(player, playerStartFlight.get(player));
|
PlayerInventory inventory = player.getInventory();
|
||||||
|
ItemStack chest = inventory.getChestplate();
|
||||||
|
// make sure the player is wearing an elytra
|
||||||
|
if (chest != null && chest.getType() == Material.ELYTRA) {
|
||||||
|
long duration = (System.currentTimeMillis() - playerStartFlight.get(player));
|
||||||
|
ItemMeta newItem = toolStats.itemLore.updateFlightTime(chest, duration);
|
||||||
|
if (newItem != null) {
|
||||||
|
inventory.getChestplate().setItemMeta(newItem);
|
||||||
|
}
|
||||||
|
}
|
||||||
playerStartFlight.remove(player);
|
playerStartFlight.remove(player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void trackFlight(Player player, long startTime) {
|
|
||||||
ItemStack chest = player.getInventory().getChestplate();
|
|
||||||
// make sure their chest piece is an elytra
|
|
||||||
if (chest == null || chest.getType() != Material.ELYTRA) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
ItemMeta meta = chest.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(chest + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// read the current stats from the item
|
|
||||||
// if they don't exist, then start from 0
|
|
||||||
Long flightTime = 0L;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.flightTime, PersistentDataType.LONG)) {
|
|
||||||
flightTime = container.get(toolStats.flightTime, PersistentDataType.LONG);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (flightTime == null) {
|
|
||||||
flightTime = 0L;
|
|
||||||
toolStats.logger.warning(flightTime + " does not have valid flight-time set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
// get the duration of the flight
|
|
||||||
long duration = (System.currentTimeMillis() - startTime);
|
|
||||||
double newDuration = flightTime + duration;
|
|
||||||
container.set(toolStats.flightTime, PersistentDataType.LONG, flightTime + duration);
|
|
||||||
|
|
||||||
// do we add the lore based on the config?
|
|
||||||
if (toolStats.config.getBoolean("enabled.flight-time")) {
|
|
||||||
String oldFlightFormatted = toolStats.numberFormat.formatDouble((double) flightTime / 1000);
|
|
||||||
String newFlightFormatted = toolStats.numberFormat.formatDouble(newDuration / 1000);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("flight-time", "{time}", oldFlightFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("flight-time", "{time}", newFlightFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
chest.setItemMeta(meta);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
57
src/main/java/lol/hyper/toolstats/events/PrepareCraft.java
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of ToolStats.
|
||||||
|
*
|
||||||
|
* ToolStats is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ToolStats is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package lol.hyper.toolstats.events;
|
||||||
|
|
||||||
|
import lol.hyper.toolstats.ToolStats;
|
||||||
|
import org.bukkit.Material;
|
||||||
|
import org.bukkit.event.EventHandler;
|
||||||
|
import org.bukkit.event.EventPriority;
|
||||||
|
import org.bukkit.event.Listener;
|
||||||
|
import org.bukkit.event.inventory.PrepareItemCraftEvent;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
|
import org.bukkit.persistence.PersistentDataContainer;
|
||||||
|
|
||||||
|
public class PrepareCraft implements Listener {
|
||||||
|
|
||||||
|
private final ToolStats toolStats;
|
||||||
|
|
||||||
|
public PrepareCraft(ToolStats toolStats) {
|
||||||
|
this.toolStats = toolStats;
|
||||||
|
}
|
||||||
|
|
||||||
|
@EventHandler(priority = EventPriority.HIGHEST)
|
||||||
|
public void onCraft(PrepareItemCraftEvent event) {
|
||||||
|
// get the items in the crafting grid
|
||||||
|
ItemStack[] grid = event.getInventory().getMatrix();
|
||||||
|
for (ItemStack item : grid) {
|
||||||
|
if (item == null || item.getType() != Material.PAPER) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
ItemMeta meta = item.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
// if the paper item has our PDC, cancel it
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
if (container.has(toolStats.tokenType)) {
|
||||||
|
event.getInventory().setResult(null);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
package lol.hyper.toolstats.events;
|
package lol.hyper.toolstats.events;
|
||||||
|
|
||||||
import lol.hyper.toolstats.ToolStats;
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import net.kyori.adventure.text.Component;
|
|
||||||
import org.bukkit.GameMode;
|
import org.bukkit.GameMode;
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
import org.bukkit.entity.Entity;
|
import org.bukkit.entity.Entity;
|
||||||
@@ -31,11 +30,6 @@ import org.bukkit.event.player.PlayerInteractEntityEvent;
|
|||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
import org.bukkit.inventory.PlayerInventory;
|
import org.bukkit.inventory.PlayerInventory;
|
||||||
import org.bukkit.inventory.meta.ItemMeta;
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
import org.bukkit.persistence.PersistentDataContainer;
|
|
||||||
import org.bukkit.persistence.PersistentDataType;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
public class SheepShear implements Listener {
|
public class SheepShear implements Listener {
|
||||||
|
|
||||||
@@ -59,7 +53,7 @@ public class SheepShear implements Listener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ItemStack heldShears = getShears(player.getInventory());
|
ItemStack heldShears = toolStats.itemChecker.getShears(player.getInventory());
|
||||||
// player swapped or we can't get the shears
|
// player swapped or we can't get the shears
|
||||||
if (heldShears == null) {
|
if (heldShears == null) {
|
||||||
return;
|
return;
|
||||||
@@ -71,64 +65,18 @@ public class SheepShear implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// update the stats
|
// update the stats
|
||||||
addLore(heldShears);
|
ItemMeta newShears = toolStats.itemLore.updateSheepSheared(heldShears, 1);
|
||||||
}
|
if (newShears != null) {
|
||||||
|
PlayerInventory inventory = player.getInventory();
|
||||||
private static @Nullable ItemStack getShears(PlayerInventory inventory) {
|
boolean isMain = inventory.getItemInMainHand().getType() == Material.SHEARS;
|
||||||
ItemStack main = inventory.getItemInMainHand();
|
boolean isOffHand = inventory.getItemInOffHand().getType() == Material.SHEARS;
|
||||||
ItemStack offHand = inventory.getItemInOffHand();
|
if (isMain && isOffHand) {
|
||||||
|
inventory.getItemInMainHand().setItemMeta(newShears);
|
||||||
boolean isMain = main.getType() == Material.SHEARS;
|
} else if (isMain) {
|
||||||
boolean isOffHand = offHand.getType() == Material.SHEARS;
|
inventory.getItemInMainHand().setItemMeta(newShears);
|
||||||
|
} else if (isOffHand) {
|
||||||
// if the player is holding shears in their main hand, use that one
|
inventory.getItemInOffHand().setItemMeta(newShears);
|
||||||
// if the shears are in their offhand instead, use that one after checking main hand
|
|
||||||
// Minecraft prioritizes main hand if the player holds in both hands
|
|
||||||
if (isMain) {
|
|
||||||
return main;
|
|
||||||
}
|
|
||||||
if (isOffHand) {
|
|
||||||
return offHand;
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Adds tags to shears.
|
|
||||||
*
|
|
||||||
* @param newShears The shears.
|
|
||||||
*/
|
|
||||||
private void addLore(ItemStack newShears) {
|
|
||||||
ItemMeta meta = newShears.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(newShears + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Integer sheepSheared = 0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.shearsSheared, PersistentDataType.INTEGER)) {
|
|
||||||
sheepSheared = container.get(toolStats.shearsSheared, PersistentDataType.INTEGER);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sheepSheared == null) {
|
|
||||||
sheepSheared = 0;
|
|
||||||
toolStats.logger.warning(newShears + " does not have valid sheared set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.shearsSheared, PersistentDataType.INTEGER, sheepSheared + 1);
|
|
||||||
|
|
||||||
if (toolStats.config.getBoolean("enabled.sheep-sheared")) {
|
|
||||||
String oldSheepFormatted = toolStats.numberFormat.formatInt(sheepSheared);
|
|
||||||
String newSheepFormatted = toolStats.numberFormat.formatInt(sheepSheared + 1);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("sheep-sheared", "{sheep}", oldSheepFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("sheep-sheared", "{sheep}", newSheepFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
}
|
||||||
newShears.setItemMeta(meta);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
package lol.hyper.toolstats.events;
|
package lol.hyper.toolstats.events;
|
||||||
|
|
||||||
import lol.hyper.toolstats.ToolStats;
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import net.kyori.adventure.text.Component;
|
|
||||||
import org.bukkit.GameMode;
|
import org.bukkit.GameMode;
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
import org.bukkit.entity.Entity;
|
import org.bukkit.entity.Entity;
|
||||||
@@ -30,11 +29,6 @@ import org.bukkit.event.entity.EntityShootBowEvent;
|
|||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
import org.bukkit.inventory.PlayerInventory;
|
import org.bukkit.inventory.PlayerInventory;
|
||||||
import org.bukkit.inventory.meta.ItemMeta;
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
import org.bukkit.persistence.PersistentDataContainer;
|
|
||||||
import org.bukkit.persistence.PersistentDataType;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
public class ShootBow implements Listener {
|
public class ShootBow implements Listener {
|
||||||
|
|
||||||
@@ -56,68 +50,24 @@ public class ShootBow implements Listener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ItemStack heldBow = getBow(player.getInventory());
|
ItemStack heldBow = toolStats.itemChecker.getBow(player.getInventory());
|
||||||
// player swapped or we can't get the bow
|
// player swapped or we can't get the bow
|
||||||
if (heldBow == null) {
|
if (heldBow == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
updateArrowsShot(heldBow);
|
ItemMeta newBow = toolStats.itemLore.updateArrowsShot(heldBow, 1);
|
||||||
}
|
if (newBow != null) {
|
||||||
|
PlayerInventory inventory = player.getInventory();
|
||||||
private static @Nullable ItemStack getBow(PlayerInventory inventory) {
|
boolean isMain = inventory.getItemInMainHand().getType() == Material.BOW || inventory.getItemInMainHand().getType() == Material.CROSSBOW;
|
||||||
ItemStack main = inventory.getItemInMainHand();
|
boolean isOffHand = inventory.getItemInOffHand().getType() == Material.BOW || inventory.getItemInOffHand().getType() == Material.CROSSBOW;
|
||||||
ItemStack offHand = inventory.getItemInOffHand();
|
if (isMain && isOffHand) {
|
||||||
|
inventory.getItemInMainHand().setItemMeta(newBow);
|
||||||
boolean isMain = main.getType() == Material.BOW || main.getType() == Material.CROSSBOW;
|
} else if (isMain) {
|
||||||
boolean isOffHand = offHand.getType() == Material.BOW || offHand.getType() == Material.CROSSBOW;
|
inventory.getItemInMainHand().setItemMeta(newBow);
|
||||||
|
} else if (isOffHand) {
|
||||||
// if the player is holding a bow in their main hand, use that one
|
inventory.getItemInOffHand().setItemMeta(newBow);
|
||||||
// if the bow is in their offhand instead, use that one after checking main hand
|
|
||||||
// Minecraft prioritizes main hand if the player holds in both hands
|
|
||||||
if (isMain) {
|
|
||||||
return main;
|
|
||||||
}
|
|
||||||
if (isOffHand) {
|
|
||||||
return offHand;
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateArrowsShot(ItemStack bow) {
|
|
||||||
ItemMeta meta = bow.getItemMeta();
|
|
||||||
if (meta == null) {
|
|
||||||
toolStats.logger.warning(bow + " does NOT have any meta! Unable to update stats.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// read the current stats from the item
|
|
||||||
// if they don't exist, then start from 0
|
|
||||||
Integer arrowsShot = 0;
|
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
|
||||||
if (container.has(toolStats.arrowsShot, PersistentDataType.INTEGER)) {
|
|
||||||
arrowsShot = container.get(toolStats.arrowsShot, PersistentDataType.INTEGER);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (arrowsShot == null) {
|
|
||||||
arrowsShot = 0;
|
|
||||||
toolStats.logger.warning(arrowsShot + " does not have valid arrows-shot set! Resting to zero. This should NEVER happen.");
|
|
||||||
}
|
|
||||||
|
|
||||||
container.set(toolStats.arrowsShot, PersistentDataType.INTEGER, arrowsShot + 1);
|
|
||||||
|
|
||||||
// do we add the lore based on the config?
|
|
||||||
if (toolStats.config.getBoolean("enabled.arrows-shot")) {
|
|
||||||
String oldArrowsFormatted = toolStats.numberFormat.formatInt(arrowsShot);
|
|
||||||
String newArrowsFormatted = toolStats.numberFormat.formatInt(arrowsShot + 1);
|
|
||||||
Component oldLine = toolStats.configTools.formatLore("arrows-shot", "{arrows}", oldArrowsFormatted);
|
|
||||||
Component newLine = toolStats.configTools.formatLore("arrows-shot", "{arrows}", newArrowsFormatted);
|
|
||||||
if (oldLine == null || newLine == null) {
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
}
|
||||||
bow.setItemMeta(meta);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ public class VillagerTrade implements Listener {
|
|||||||
// if the slot was empty before we traded, this means we just traded it
|
// if the slot was empty before we traded, this means we just traded it
|
||||||
if (oldSlotItem == null) {
|
if (oldSlotItem == null) {
|
||||||
// add the lore
|
// add the lore
|
||||||
ItemStack newItem = addLore(newSlotItem, player);
|
ItemStack newItem = addTradeOrigin(newSlotItem, player);
|
||||||
if (newItem != null) {
|
if (newItem != null) {
|
||||||
player.getInventory().setItem(i, newItem);
|
player.getInventory().setItem(i, newItem);
|
||||||
}
|
}
|
||||||
@@ -104,7 +104,7 @@ public class VillagerTrade implements Listener {
|
|||||||
}, null, 1);
|
}, null, 1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ItemStack newItem = addLore(tradedItem, player);
|
ItemStack newItem = addTradeOrigin(tradedItem, player);
|
||||||
if (newItem != null) {
|
if (newItem != null) {
|
||||||
// set the new item
|
// set the new item
|
||||||
inventory.setItem(event.getSlot(), newItem);
|
inventory.setItem(event.getSlot(), newItem);
|
||||||
@@ -118,7 +118,7 @@ public class VillagerTrade implements Listener {
|
|||||||
* @param owner The player who traded.
|
* @param owner The player who traded.
|
||||||
* @return The item with lore.
|
* @return The item with lore.
|
||||||
*/
|
*/
|
||||||
private ItemStack addLore(ItemStack oldItem, Player owner) {
|
private ItemStack addTradeOrigin(ItemStack oldItem, Player owner) {
|
||||||
ItemStack newItem = oldItem.clone();
|
ItemStack newItem = oldItem.clone();
|
||||||
ItemMeta meta = newItem.getItemMeta();
|
ItemMeta meta = newItem.getItemMeta();
|
||||||
if (meta == null) {
|
if (meta == null) {
|
||||||
@@ -129,7 +129,11 @@ public class VillagerTrade implements Listener {
|
|||||||
Date finalDate = new Date(timeCreated);
|
Date finalDate = new Date(timeCreated);
|
||||||
PersistentDataContainer container = meta.getPersistentDataContainer();
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
if (container.has(toolStats.timeCreated, PersistentDataType.LONG) || container.has(toolStats.genericOwner, PersistentDataType.LONG)) {
|
if (container.has(toolStats.timeCreated, PersistentDataType.LONG) || container.has(toolStats.itemOwner, PersistentDataType.LONG)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!toolStats.configTools.checkConfig(newItem.getType(), "traded-tag")) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -140,14 +144,11 @@ public class VillagerTrade implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
container.set(toolStats.timeCreated, PersistentDataType.LONG, timeCreated);
|
||||||
container.set(toolStats.genericOwner, new UUIDDataType(), owner.getUniqueId());
|
container.set(toolStats.itemOwner, new UUIDDataType(), owner.getUniqueId());
|
||||||
container.set(toolStats.originType, PersistentDataType.INTEGER, 3);
|
container.set(toolStats.originType, PersistentDataType.INTEGER, 3);
|
||||||
|
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
||||||
if (toolStats.configTools.checkConfig(newItem.getType(), "traded-tag")) {
|
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
||||||
String formattedDate = toolStats.numberFormat.formatDate(finalDate);
|
meta.lore(newLore);
|
||||||
List<Component> newLore = toolStats.itemLore.addNewOwner(meta, owner.getName(), formattedDate);
|
|
||||||
meta.lore(newLore);
|
|
||||||
}
|
|
||||||
newItem.setItemMeta(meta);
|
newItem.setItemMeta(meta);
|
||||||
return newItem;
|
return newItem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,9 +17,18 @@
|
|||||||
|
|
||||||
package lol.hyper.toolstats.tools;
|
package lol.hyper.toolstats.tools;
|
||||||
|
|
||||||
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
|
import org.bukkit.NamespacedKey;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
import org.bukkit.inventory.PlayerInventory;
|
||||||
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
|
import org.bukkit.persistence.PersistentDataContainer;
|
||||||
|
import org.bukkit.persistence.PersistentDataType;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
@@ -29,11 +38,16 @@ public class ItemChecker {
|
|||||||
private final List<Material> armorItems = new ArrayList<>();
|
private final List<Material> armorItems = new ArrayList<>();
|
||||||
private final List<Material> meleeItems = new ArrayList<>();
|
private final List<Material> meleeItems = new ArrayList<>();
|
||||||
private final List<Material> mineItems = new ArrayList<>();
|
private final List<Material> mineItems = new ArrayList<>();
|
||||||
|
private final ToolStats toolStats;
|
||||||
|
|
||||||
|
public ItemChecker(ToolStats toolStats) {
|
||||||
|
this.toolStats = toolStats;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an item checker and saves all valid items we want.
|
* Set up the item checker.
|
||||||
*/
|
*/
|
||||||
public ItemChecker() {
|
public void setup() {
|
||||||
for (Material material : Material.values()) {
|
for (Material material : Material.values()) {
|
||||||
String lowerCase = material.toString().toLowerCase(Locale.ROOT);
|
String lowerCase = material.toString().toLowerCase(Locale.ROOT);
|
||||||
if (lowerCase.contains("_pickaxe") || lowerCase.contains("_axe") || lowerCase.contains("_hoe") || lowerCase.contains("_shovel")) {
|
if (lowerCase.contains("_pickaxe") || lowerCase.contains("_axe") || lowerCase.contains("_hoe") || lowerCase.contains("_shovel")) {
|
||||||
@@ -52,11 +66,12 @@ public class ItemChecker {
|
|||||||
// hardcode these
|
// hardcode these
|
||||||
mineItems.add(Material.SHEARS);
|
mineItems.add(Material.SHEARS);
|
||||||
meleeItems.add(Material.TRIDENT);
|
meleeItems.add(Material.TRIDENT);
|
||||||
|
meleeItems.add(Material.MACE);
|
||||||
|
|
||||||
validItems.add(Material.BOW);
|
validItems.add(Material.BOW);
|
||||||
validItems.add(Material.FISHING_ROD);
|
|
||||||
validItems.add(Material.CROSSBOW);
|
validItems.add(Material.CROSSBOW);
|
||||||
|
validItems.add(Material.FISHING_ROD);
|
||||||
validItems.add(Material.ELYTRA);
|
validItems.add(Material.ELYTRA);
|
||||||
validItems.add(Material.MACE);
|
|
||||||
|
|
||||||
// combine the lists
|
// combine the lists
|
||||||
validItems.addAll(armorItems);
|
validItems.addAll(armorItems);
|
||||||
@@ -103,4 +118,237 @@ public class ItemChecker {
|
|||||||
public boolean isMineTool(Material itemType) {
|
public boolean isMineTool(Material itemType) {
|
||||||
return mineItems.contains(itemType);
|
return mineItems.contains(itemType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check a given item for a target token.
|
||||||
|
*
|
||||||
|
* @param container The PDC of the item.
|
||||||
|
* @param targetToken The target to look for.
|
||||||
|
* @return True if the item has a given token, false if not.
|
||||||
|
*/
|
||||||
|
public boolean checkTokens(PersistentDataContainer container, String targetToken) {
|
||||||
|
// make sure the item has tokens
|
||||||
|
if (!container.has(toolStats.tokenApplied, PersistentDataType.STRING)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// get the tokens for this item
|
||||||
|
String tokens = container.get(toolStats.tokenApplied, PersistentDataType.STRING);
|
||||||
|
if (tokens == null) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return tokens.contains(targetToken);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the tokens for a given item.
|
||||||
|
*
|
||||||
|
* @param item The item.
|
||||||
|
* @return An array of the tokens, empty if there are none.
|
||||||
|
*/
|
||||||
|
private String[] getTokens(ItemStack item) {
|
||||||
|
// make sure the item has tokens
|
||||||
|
ItemMeta meta = item.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
return new String[0];
|
||||||
|
}
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
if (!container.has(toolStats.tokenApplied, PersistentDataType.STRING)) {
|
||||||
|
return new String[0];
|
||||||
|
}
|
||||||
|
|
||||||
|
// get the tokens for this item
|
||||||
|
String tokensRaw = container.get(toolStats.tokenApplied, PersistentDataType.STRING);
|
||||||
|
if (tokensRaw == null) {
|
||||||
|
return new String[0];
|
||||||
|
}
|
||||||
|
|
||||||
|
return tokensRaw.split(",");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add a token to an item.
|
||||||
|
*
|
||||||
|
* @param item The item.
|
||||||
|
* @param token The token to add.
|
||||||
|
* @return The new PDC with the new token. Null if something went wrong.
|
||||||
|
*/
|
||||||
|
public ItemStack addToken(ItemStack item, String token) {
|
||||||
|
ItemMeta meta = item.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
String[] tokens = getTokens(item);
|
||||||
|
// there are no tokens
|
||||||
|
if (tokens.length == 0) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, token);
|
||||||
|
} else {
|
||||||
|
// other tokens exist, so add
|
||||||
|
String[] newTokens = Arrays.copyOf(tokens, tokens.length + 1);
|
||||||
|
newTokens[tokens.length] = token;
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, String.join(",", newTokens));
|
||||||
|
}
|
||||||
|
item.setItemMeta(meta);
|
||||||
|
return item;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the XP levels required to use token in anvil.
|
||||||
|
*
|
||||||
|
* @param tokenType The token type.
|
||||||
|
* @return The amount of levels to use.
|
||||||
|
*/
|
||||||
|
public int getCost(String tokenType) {
|
||||||
|
return toolStats.config.getInt("tokens.data." + tokenType + ".levels");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the player's bow/crossbow.
|
||||||
|
*
|
||||||
|
* @param inventory Their inventory.
|
||||||
|
* @return Their bow/crossbow, either main or offhand.
|
||||||
|
*/
|
||||||
|
public @Nullable ItemStack getBow(PlayerInventory inventory) {
|
||||||
|
ItemStack main = inventory.getItemInMainHand();
|
||||||
|
ItemStack offHand = inventory.getItemInOffHand();
|
||||||
|
|
||||||
|
boolean isMain = main.getType() == Material.BOW || main.getType() == Material.CROSSBOW;
|
||||||
|
boolean isOffHand = offHand.getType() == Material.BOW || offHand.getType() == Material.CROSSBOW;
|
||||||
|
|
||||||
|
// if the player is holding a bow in their main hand, use that one
|
||||||
|
// if the bow is in their offhand instead, use that one after checking main hand
|
||||||
|
// Minecraft prioritizes main hand if the player holds in both hands
|
||||||
|
if (isMain && isOffHand) {
|
||||||
|
return main;
|
||||||
|
}
|
||||||
|
if (isMain) {
|
||||||
|
return main;
|
||||||
|
}
|
||||||
|
if (isOffHand) {
|
||||||
|
return offHand;
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the player's shears.
|
||||||
|
*
|
||||||
|
* @param inventory Their inventory.
|
||||||
|
* @return Their shears, either main or offhand.
|
||||||
|
*/
|
||||||
|
public @Nullable ItemStack getShears(PlayerInventory inventory) {
|
||||||
|
ItemStack main = inventory.getItemInMainHand();
|
||||||
|
ItemStack offHand = inventory.getItemInOffHand();
|
||||||
|
|
||||||
|
boolean isMain = main.getType() == Material.SHEARS;
|
||||||
|
boolean isOffHand = offHand.getType() == Material.SHEARS;
|
||||||
|
|
||||||
|
// if the player is holding shears in their main hand, use that one
|
||||||
|
// if the shears are in their offhand instead, use that one after checking main hand
|
||||||
|
// Minecraft prioritizes main hand if the player holds in both hands
|
||||||
|
if (isMain && isOffHand) {
|
||||||
|
return main;
|
||||||
|
}
|
||||||
|
if (isMain) {
|
||||||
|
return main;
|
||||||
|
}
|
||||||
|
if (isOffHand) {
|
||||||
|
return offHand;
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the player's fishing rod.
|
||||||
|
*
|
||||||
|
* @param inventory Their inventory.
|
||||||
|
* @return Their fishing rod, either main or offhand.
|
||||||
|
*/
|
||||||
|
public @Nullable ItemStack getFishingRod(PlayerInventory inventory) {
|
||||||
|
ItemStack main = inventory.getItemInMainHand();
|
||||||
|
ItemStack offHand = inventory.getItemInOffHand();
|
||||||
|
|
||||||
|
boolean isMain = main.getType() == Material.FISHING_ROD;
|
||||||
|
boolean isOffHand = offHand.getType() == Material.FISHING_ROD;
|
||||||
|
|
||||||
|
// if the player is holding a fishing rod in their main hand, use that one
|
||||||
|
// if the fishing rod is in their offhand instead, use that one after checking main hand
|
||||||
|
// Minecraft prioritizes main hand if the player holds in both hands
|
||||||
|
if (isMain && isOffHand) {
|
||||||
|
return main;
|
||||||
|
}
|
||||||
|
if (isMain) {
|
||||||
|
return main;
|
||||||
|
}
|
||||||
|
if (isOffHand) {
|
||||||
|
return offHand;
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Checks the keys of the item and returns the tokens we should add.
|
||||||
|
* If the server swaps token systems this should allow compatability.
|
||||||
|
*
|
||||||
|
* @param item The input item.
|
||||||
|
* @return The tokens we should add.
|
||||||
|
*/
|
||||||
|
public String addTokensToExisting(ItemStack item) {
|
||||||
|
ItemStack clone = item.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
ArrayList<String> tokens = new ArrayList<>();
|
||||||
|
if (container.has(toolStats.playerKills)) {
|
||||||
|
tokens.add("player-kills");
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.mobKills)) {
|
||||||
|
tokens.add("mob-kills");
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.blocksMined)) {
|
||||||
|
tokens.add("blocks-mined");
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.cropsHarvested)) {
|
||||||
|
tokens.add("crops-mined");
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.fishCaught)) {
|
||||||
|
tokens.add("fish-caught");
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.sheepSheared)) {
|
||||||
|
tokens.add("sheep-sheared");
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.armorDamage)) {
|
||||||
|
tokens.add("damage-taken");
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.arrowsShot)) {
|
||||||
|
tokens.add("arrows-shot");
|
||||||
|
}
|
||||||
|
if (container.has(toolStats.flightTime)) {
|
||||||
|
tokens.add("flight-time");
|
||||||
|
}
|
||||||
|
if (tokens.isEmpty()) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return String.join(",", tokens);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check to see if a given container has our keys for stats.
|
||||||
|
*
|
||||||
|
* @param container The container.
|
||||||
|
* @return True/false if the container has keys.
|
||||||
|
*/
|
||||||
|
public boolean keyCheck(PersistentDataContainer container) {
|
||||||
|
return container.getKeys().stream()
|
||||||
|
.map(NamespacedKey::getKey)
|
||||||
|
.anyMatch(key -> toolStats.tokenKeys.stream().anyMatch(tokenKey -> tokenKey.getKey().equalsIgnoreCase(key)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ package lol.hyper.toolstats.tools;
|
|||||||
import lol.hyper.toolstats.ToolStats;
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import net.kyori.adventure.text.Component;
|
import net.kyori.adventure.text.Component;
|
||||||
import net.kyori.adventure.text.serializer.plain.PlainTextComponentSerializer;
|
import net.kyori.adventure.text.serializer.plain.PlainTextComponentSerializer;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
import org.bukkit.inventory.meta.ItemMeta;
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
import org.bukkit.persistence.PersistentDataContainer;
|
import org.bukkit.persistence.PersistentDataContainer;
|
||||||
import org.bukkit.persistence.PersistentDataType;
|
import org.bukkit.persistence.PersistentDataType;
|
||||||
@@ -68,6 +69,13 @@ public class ItemLore {
|
|||||||
return itemLore;
|
return itemLore;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add lore to a given item.
|
||||||
|
*
|
||||||
|
* @param itemMeta The item's meta.
|
||||||
|
* @param newLine The new line to add to the lore.
|
||||||
|
* @return The new item's lore.
|
||||||
|
*/
|
||||||
public List<Component> addItemLore(ItemMeta itemMeta, Component newLine) {
|
public List<Component> addItemLore(ItemMeta itemMeta, Component newLine) {
|
||||||
List<Component> itemLore;
|
List<Component> itemLore;
|
||||||
if (itemMeta.hasLore()) {
|
if (itemMeta.hasLore()) {
|
||||||
@@ -80,6 +88,19 @@ public class ItemLore {
|
|||||||
return itemLore;
|
return itemLore;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove a given lore from an item.
|
||||||
|
*
|
||||||
|
* @param inputLore The item's lore.
|
||||||
|
* @param toRemove The line to remove.
|
||||||
|
* @return The lore with the line removed.
|
||||||
|
*/
|
||||||
|
public List<Component> removeLore(List<Component> inputLore, Component toRemove) {
|
||||||
|
List<Component> newLore = new ArrayList<>(inputLore);
|
||||||
|
newLore.removeIf(line -> PlainTextComponentSerializer.plainText().serialize(line).equals(PlainTextComponentSerializer.plainText().serialize(toRemove)));
|
||||||
|
return newLore;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds new ownership to an item.
|
* Adds new ownership to an item.
|
||||||
*
|
*
|
||||||
@@ -204,4 +225,765 @@ public class ItemLore {
|
|||||||
newLore.add(itemOwnerLore);
|
newLore.add(itemOwnerLore);
|
||||||
return newLore;
|
return newLore;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add x to the crops mined stat.
|
||||||
|
*
|
||||||
|
* @param playerTool The tool to update.
|
||||||
|
*/
|
||||||
|
public ItemMeta updateCropsMined(ItemStack playerTool, int add) {
|
||||||
|
ItemStack clone = playerTool.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
toolStats.logger.warning(clone + " does NOT have any meta! Unable to update stats.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
// read the current stats from the item
|
||||||
|
// if they don't exist, then start from 0
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// if it's disabled, don't update the stats
|
||||||
|
// check to see if the item has the stats, remove them if it does
|
||||||
|
if (!toolStats.config.getBoolean("enabled.crops-harvested")) {
|
||||||
|
if (container.has(toolStats.cropsHarvested)) {
|
||||||
|
Integer cropsMined = container.get(toolStats.cropsHarvested, PersistentDataType.INTEGER);
|
||||||
|
if (cropsMined == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
container.remove(toolStats.cropsHarvested);
|
||||||
|
if (meta.hasLore()) {
|
||||||
|
String oldCropsMinedFormatted = toolStats.numberFormat.formatInt(cropsMined);
|
||||||
|
Component lineToRemove = toolStats.configTools.formatLore("crops-harvested", "{crops}", oldCropsMinedFormatted);
|
||||||
|
List<Component> newLore = removeLore(meta.lore(), lineToRemove);
|
||||||
|
meta.lore(newLore);
|
||||||
|
}
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// check for tokens
|
||||||
|
boolean validToken = toolStats.itemChecker.checkTokens(container, "crops-mined");
|
||||||
|
// check for tokens
|
||||||
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the item has stats but no token, add the token
|
||||||
|
if (container.has(toolStats.cropsHarvested) && !validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// the item does not have a valid token
|
||||||
|
if (!validToken) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Integer cropsMined = 0;
|
||||||
|
if (container.has(toolStats.cropsHarvested, PersistentDataType.INTEGER)) {
|
||||||
|
cropsMined = container.get(toolStats.cropsHarvested, PersistentDataType.INTEGER);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (cropsMined == null) {
|
||||||
|
cropsMined = 0;
|
||||||
|
toolStats.logger.warning(clone + " does not have valid crops-mined set! Resting to zero. This should NEVER happen.");
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.cropsHarvested, PersistentDataType.INTEGER, cropsMined + add);
|
||||||
|
String oldCropsMinedFormatted = toolStats.numberFormat.formatInt(cropsMined);
|
||||||
|
String newCropsMinedFormatted = toolStats.numberFormat.formatInt(cropsMined + add);
|
||||||
|
Component oldLine = toolStats.configTools.formatLore("crops-harvested", "{crops}", oldCropsMinedFormatted);
|
||||||
|
Component newLine = toolStats.configTools.formatLore("crops-harvested", "{crops}", newCropsMinedFormatted);
|
||||||
|
if (oldLine == null || newLine == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add x to the blocks mined stat.
|
||||||
|
*
|
||||||
|
* @param playerTool The tool to update.
|
||||||
|
*/
|
||||||
|
public ItemMeta updateBlocksMined(ItemStack playerTool, int add) {
|
||||||
|
ItemStack clone = playerTool.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
toolStats.logger.warning(clone + " does NOT have any meta! Unable to update stats.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// if it's disabled, don't update the stats
|
||||||
|
// check to see if the item has the stats, remove them if it does
|
||||||
|
if (!toolStats.configTools.checkConfig(clone.getType(), "blocks-mined")) {
|
||||||
|
if (container.has(toolStats.blocksMined)) {
|
||||||
|
Integer blocksMined = container.get(toolStats.blocksMined, PersistentDataType.INTEGER);
|
||||||
|
if (blocksMined == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
container.remove(toolStats.blocksMined);
|
||||||
|
if (meta.hasLore()) {
|
||||||
|
String oldBlocksMinedFormatted = toolStats.numberFormat.formatInt(blocksMined);
|
||||||
|
Component lineToRemove = toolStats.configTools.formatLore("blocks-mined", "{blocks}", oldBlocksMinedFormatted);
|
||||||
|
List<Component> newLore = removeLore(meta.lore(), lineToRemove);
|
||||||
|
meta.lore(newLore);
|
||||||
|
}
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
boolean validToken = toolStats.itemChecker.checkTokens(container, "blocks-mined");
|
||||||
|
// check for tokens
|
||||||
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the item has stats but no token, add the token
|
||||||
|
if (container.has(toolStats.blocksMined) && !validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// the item does not have a valid token
|
||||||
|
if (!validToken) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// read the current stats from the item
|
||||||
|
// if they don't exist, then start from 0
|
||||||
|
Integer blocksMined = 0;
|
||||||
|
if (container.has(toolStats.blocksMined, PersistentDataType.INTEGER)) {
|
||||||
|
blocksMined = container.get(toolStats.blocksMined, PersistentDataType.INTEGER);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (blocksMined == null) {
|
||||||
|
blocksMined = 0;
|
||||||
|
toolStats.logger.warning(clone + " does not have valid generic-mined set! Resting to zero. This should NEVER happen.");
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.blocksMined, PersistentDataType.INTEGER, blocksMined + add);
|
||||||
|
String oldBlocksMinedFormatted = toolStats.numberFormat.formatInt(blocksMined);
|
||||||
|
String newBlocksMinedFormatted = toolStats.numberFormat.formatInt(blocksMined + add);
|
||||||
|
Component oldLine = toolStats.configTools.formatLore("blocks-mined", "{blocks}", oldBlocksMinedFormatted);
|
||||||
|
Component newLine = toolStats.configTools.formatLore("blocks-mined", "{blocks}", newBlocksMinedFormatted);
|
||||||
|
if (oldLine == null || newLine == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add +1 to the player kills stat.
|
||||||
|
*
|
||||||
|
* @param playerWeapon The tool to update.
|
||||||
|
*/
|
||||||
|
public ItemMeta updatePlayerKills(ItemStack playerWeapon, int add) {
|
||||||
|
ItemStack clone = playerWeapon.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
toolStats.logger.warning(clone + " does NOT have any meta! Unable to update stats.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// if it's disabled, don't update the stats
|
||||||
|
// check to see if the item has the stats, remove them if it does
|
||||||
|
if (!toolStats.configTools.checkConfig(clone.getType(), "player-kills")) {
|
||||||
|
if (container.has(toolStats.playerKills)) {
|
||||||
|
Integer playerKills = container.get(toolStats.playerKills, PersistentDataType.INTEGER);
|
||||||
|
if (playerKills == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
container.remove(toolStats.playerKills);
|
||||||
|
if (meta.hasLore()) {
|
||||||
|
String oldPlayerKillsFormatted = toolStats.numberFormat.formatInt(playerKills);
|
||||||
|
Component lineToRemove = toolStats.configTools.formatLore("player-kills", "{kills}", oldPlayerKillsFormatted);
|
||||||
|
List<Component> newLore = removeLore(meta.lore(), lineToRemove);
|
||||||
|
meta.lore(newLore);
|
||||||
|
}
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// check for tokens
|
||||||
|
boolean validToken = toolStats.itemChecker.checkTokens(container, "player-kills");
|
||||||
|
// check for tokens
|
||||||
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the item has stats but no token, add the token
|
||||||
|
if (container.has(toolStats.playerKills) && !validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// the item does not have a valid token
|
||||||
|
if (!validToken) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Integer playerKills = 0;
|
||||||
|
if (container.has(toolStats.playerKills, PersistentDataType.INTEGER)) {
|
||||||
|
playerKills = container.get(toolStats.playerKills, PersistentDataType.INTEGER);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (playerKills == null) {
|
||||||
|
playerKills = 0;
|
||||||
|
toolStats.logger.warning(clone + " does not have valid player-kills set! Resting to zero. This should NEVER happen.");
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.playerKills, PersistentDataType.INTEGER, playerKills + add);
|
||||||
|
String oldPlayerKillsFormatted = toolStats.numberFormat.formatInt(playerKills);
|
||||||
|
String newPlayerKillsFormatted = toolStats.numberFormat.formatInt(playerKills + add);
|
||||||
|
Component oldLine = toolStats.configTools.formatLore("kills.player", "{kills}", oldPlayerKillsFormatted);
|
||||||
|
Component newLine = toolStats.configTools.formatLore("kills.player", "{kills}", newPlayerKillsFormatted);
|
||||||
|
if (oldLine == null || newLine == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add x to the mob kills stat.
|
||||||
|
*
|
||||||
|
* @param playerWeapon The tool to update.
|
||||||
|
*/
|
||||||
|
public ItemMeta updateMobKills(ItemStack playerWeapon, int add) {
|
||||||
|
ItemStack clone = playerWeapon.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
toolStats.logger.warning(clone + " does NOT have any meta! Unable to update stats.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// if it's disabled, don't update the stats
|
||||||
|
// check to see if the item has the stats, remove them if it does
|
||||||
|
if (!toolStats.configTools.checkConfig(clone.getType(), "mob-kills")) {
|
||||||
|
if (container.has(toolStats.mobKills)) {
|
||||||
|
Integer mobKills = container.get(toolStats.mobKills, PersistentDataType.INTEGER);
|
||||||
|
if (mobKills == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
container.remove(toolStats.mobKills);
|
||||||
|
if (meta.hasLore()) {
|
||||||
|
String oldMobKillsFormatted = toolStats.numberFormat.formatInt(mobKills);
|
||||||
|
Component lineToRemove = toolStats.configTools.formatLore("mob-kills", "{kills}", oldMobKillsFormatted);
|
||||||
|
List<Component> newLore = removeLore(meta.lore(), lineToRemove);
|
||||||
|
meta.lore(newLore);
|
||||||
|
}
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// check for tokens
|
||||||
|
boolean validToken = toolStats.itemChecker.checkTokens(container, "mob-kills");
|
||||||
|
// check for tokens
|
||||||
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the item has stats but no token, add the token
|
||||||
|
if (container.has(toolStats.mobKills) && !validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// the item does not have a valid token
|
||||||
|
if (!validToken) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Integer mobKills = 0;
|
||||||
|
if (container.has(toolStats.mobKills, PersistentDataType.INTEGER)) {
|
||||||
|
mobKills = container.get(toolStats.mobKills, PersistentDataType.INTEGER);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (mobKills == null) {
|
||||||
|
mobKills = 0;
|
||||||
|
toolStats.logger.warning(clone + " does not have valid mob-kills set! Resting to zero. This should NEVER happen.");
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.mobKills, PersistentDataType.INTEGER, mobKills + add);
|
||||||
|
String oldMobKillsFormatted = toolStats.numberFormat.formatInt(mobKills);
|
||||||
|
String newMobKillsFormatted = toolStats.numberFormat.formatInt(mobKills + add);
|
||||||
|
Component oldLine = toolStats.configTools.formatLore("kills.mob", "{kills}", oldMobKillsFormatted);
|
||||||
|
Component newLine = toolStats.configTools.formatLore("kills.mob", "{kills}", newMobKillsFormatted);
|
||||||
|
if (oldLine == null || newLine == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add damage to an armor piece.
|
||||||
|
*
|
||||||
|
* @param armorPiece The armor to update.
|
||||||
|
* @param damage The amount of damage to apply.
|
||||||
|
* @param bypass Bypass the negative damage check.
|
||||||
|
*/
|
||||||
|
public ItemMeta updateDamage(ItemStack armorPiece, double damage, boolean bypass) {
|
||||||
|
// ignore if the damage is zero or negative
|
||||||
|
if (damage < 0) {
|
||||||
|
if (!bypass) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
ItemStack clone = armorPiece.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
toolStats.logger.warning(clone + " does NOT have any meta! Unable to update stats.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// if it's disabled, don't update the stats
|
||||||
|
// check to see if the item has the stats, remove them if it does
|
||||||
|
if (!toolStats.config.getBoolean("enabled.armor-damage")) {
|
||||||
|
if (container.has(toolStats.armorDamage)) {
|
||||||
|
Double armorDamage = container.get(toolStats.armorDamage, PersistentDataType.DOUBLE);
|
||||||
|
if (armorDamage == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
container.remove(toolStats.armorDamage);
|
||||||
|
if (meta.hasLore()) {
|
||||||
|
String oldDamageTakenFormatted = toolStats.numberFormat.formatDouble(armorDamage);
|
||||||
|
Component lineToRemove = toolStats.configTools.formatLore("damage-taken", "{damage}", oldDamageTakenFormatted);
|
||||||
|
List<Component> newLore = removeLore(meta.lore(), lineToRemove);
|
||||||
|
meta.lore(newLore);
|
||||||
|
}
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// check for tokens
|
||||||
|
boolean validToken = toolStats.itemChecker.checkTokens(container, "damage-taken");
|
||||||
|
// check for tokens
|
||||||
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the item has stats but no token, add the token
|
||||||
|
if (container.has(toolStats.armorDamage) && !validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// the item does not have a valid token
|
||||||
|
if (!validToken) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Double damageTaken = 0.0;
|
||||||
|
if (container.has(toolStats.armorDamage, PersistentDataType.DOUBLE)) {
|
||||||
|
damageTaken = container.get(toolStats.armorDamage, PersistentDataType.DOUBLE);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (damageTaken == null) {
|
||||||
|
damageTaken = 0.0;
|
||||||
|
toolStats.logger.warning(clone + " does not have valid damage-taken set! Resting to zero. This should NEVER happen.");
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.armorDamage, PersistentDataType.DOUBLE, damageTaken + damage);
|
||||||
|
String oldDamageFormatted = toolStats.numberFormat.formatDouble(damageTaken);
|
||||||
|
String newDamageFormatted = toolStats.numberFormat.formatDouble(damageTaken + damage);
|
||||||
|
Component oldLine = toolStats.configTools.formatLore("damage-taken", "{damage}", oldDamageFormatted);
|
||||||
|
Component newLine = toolStats.configTools.formatLore("damage-taken", "{damage}", newDamageFormatted);
|
||||||
|
if (oldLine == null || newLine == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add flight time to an elytra.
|
||||||
|
*
|
||||||
|
* @param elytra The player's elytra.
|
||||||
|
*/
|
||||||
|
public ItemMeta updateFlightTime(ItemStack elytra, long duration) {
|
||||||
|
ItemStack clone = elytra.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
toolStats.logger.warning(clone + " does NOT have any meta! Unable to update stats.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// if it's disabled, don't update the stats
|
||||||
|
// check to see if the item has the stats, remove them if it does
|
||||||
|
if (!toolStats.config.getBoolean("enabled.flight-time")) {
|
||||||
|
if (container.has(toolStats.flightTime)) {
|
||||||
|
Long flightTime = container.get(toolStats.flightTime, PersistentDataType.LONG);
|
||||||
|
if (flightTime == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
container.remove(toolStats.flightTime);
|
||||||
|
if (meta.hasLore()) {
|
||||||
|
String oldFlightTimeFormatted = toolStats.numberFormat.formatDouble(flightTime);
|
||||||
|
Component lineToRemove = toolStats.configTools.formatLore("flight-time", "{time}", oldFlightTimeFormatted);
|
||||||
|
List<Component> newLore = removeLore(meta.lore(), lineToRemove);
|
||||||
|
meta.lore(newLore);
|
||||||
|
}
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// check for tokens
|
||||||
|
boolean validToken = toolStats.itemChecker.checkTokens(container, "flight-time");
|
||||||
|
// check for tokens
|
||||||
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the item has stats but no token, add the token
|
||||||
|
if (container.has(toolStats.flightTime) && !validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// the item does not have a valid token
|
||||||
|
if (!validToken) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// read the current stats from the item
|
||||||
|
// if they don't exist, then start from 0
|
||||||
|
Long flightTime = 0L;
|
||||||
|
if (container.has(toolStats.flightTime, PersistentDataType.LONG)) {
|
||||||
|
flightTime = container.get(toolStats.flightTime, PersistentDataType.LONG);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (flightTime == null) {
|
||||||
|
flightTime = 0L;
|
||||||
|
toolStats.logger.warning(flightTime + " does not have valid flight-time set! Resting to zero. This should NEVER happen.");
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.flightTime, PersistentDataType.LONG, flightTime + duration);
|
||||||
|
String oldFlightFormatted = toolStats.numberFormat.formatDouble((double) flightTime / 1000);
|
||||||
|
String newFlightFormatted = toolStats.numberFormat.formatDouble((double) (flightTime + duration) / 1000);
|
||||||
|
Component oldLine = toolStats.configTools.formatLore("flight-time", "{time}", oldFlightFormatted);
|
||||||
|
Component newLine = toolStats.configTools.formatLore("flight-time", "{time}", newFlightFormatted);
|
||||||
|
if (oldLine == null || newLine == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add x to sheep sheared stat.
|
||||||
|
*
|
||||||
|
* @param shears The shears.
|
||||||
|
*/
|
||||||
|
public ItemMeta updateSheepSheared(ItemStack shears, int add) {
|
||||||
|
ItemStack clone = shears.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
toolStats.logger.warning(clone + " does NOT have any meta! Unable to update stats.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// if it's disabled, don't update the stats
|
||||||
|
// check to see if the item has the stats, remove them if it does
|
||||||
|
if (!toolStats.config.getBoolean("enabled.sheep-sheared")) {
|
||||||
|
if (container.has(toolStats.sheepSheared)) {
|
||||||
|
Integer sheepSheared = container.get(toolStats.sheepSheared, PersistentDataType.INTEGER);
|
||||||
|
if (sheepSheared == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
container.remove(toolStats.sheepSheared);
|
||||||
|
if (meta.hasLore()) {
|
||||||
|
String oldSheepShearedFormatted = toolStats.numberFormat.formatDouble(sheepSheared);
|
||||||
|
Component lineToRemove = toolStats.configTools.formatLore("sheep-sheared", "{sheep}", oldSheepShearedFormatted);
|
||||||
|
List<Component> newLore = removeLore(meta.lore(), lineToRemove);
|
||||||
|
meta.lore(newLore);
|
||||||
|
}
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// check for tokens
|
||||||
|
boolean validToken = toolStats.itemChecker.checkTokens(container, "sheep-sheared");
|
||||||
|
// check for tokens
|
||||||
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the item has stats but no token, add the token
|
||||||
|
if (container.has(toolStats.sheepSheared) && !validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// the item does not have a valid token
|
||||||
|
if (!validToken) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Integer sheepSheared = 0;
|
||||||
|
if (container.has(toolStats.sheepSheared, PersistentDataType.INTEGER)) {
|
||||||
|
sheepSheared = container.get(toolStats.sheepSheared, PersistentDataType.INTEGER);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sheepSheared == null) {
|
||||||
|
sheepSheared = 0;
|
||||||
|
toolStats.logger.warning(clone + " does not have valid sheared set! Resting to zero. This should NEVER happen.");
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.sheepSheared, PersistentDataType.INTEGER, sheepSheared + add);
|
||||||
|
String oldSheepFormatted = toolStats.numberFormat.formatInt(sheepSheared);
|
||||||
|
String newSheepFormatted = toolStats.numberFormat.formatInt(sheepSheared + add);
|
||||||
|
Component oldLine = toolStats.configTools.formatLore("sheep-sheared", "{sheep}", oldSheepFormatted);
|
||||||
|
Component newLine = toolStats.configTools.formatLore("sheep-sheared", "{sheep}", newSheepFormatted);
|
||||||
|
if (oldLine == null || newLine == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add x to arrows shot stat.
|
||||||
|
*
|
||||||
|
* @param bow The bow.
|
||||||
|
*/
|
||||||
|
public ItemMeta updateArrowsShot(ItemStack bow, int add) {
|
||||||
|
ItemStack clone = bow.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
toolStats.logger.warning(clone + " does NOT have any meta! Unable to update stats.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// if it's disabled, don't update the stats
|
||||||
|
// check to see if the item has the stats, remove them if it does
|
||||||
|
if (!toolStats.config.getBoolean("enabled.arrows-shot")) {
|
||||||
|
if (container.has(toolStats.arrowsShot)) {
|
||||||
|
Integer arrowsShot = container.get(toolStats.arrowsShot, PersistentDataType.INTEGER);
|
||||||
|
if (arrowsShot == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
container.remove(toolStats.arrowsShot);
|
||||||
|
if (meta.hasLore()) {
|
||||||
|
String oldArrowsShotFormatted = toolStats.numberFormat.formatDouble(arrowsShot);
|
||||||
|
Component lineToRemove = toolStats.configTools.formatLore("arrows-shot", "{arrows}", oldArrowsShotFormatted);
|
||||||
|
List<Component> newLore = removeLore(meta.lore(), lineToRemove);
|
||||||
|
meta.lore(newLore);
|
||||||
|
}
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// check for tokens
|
||||||
|
boolean validToken = toolStats.itemChecker.checkTokens(container, "arrows-shot");
|
||||||
|
// check for tokens
|
||||||
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the item has stats but no token, add the token
|
||||||
|
if (container.has(toolStats.arrowsShot) && !validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// the item does not have a valid token
|
||||||
|
if (!validToken) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// read the current stats from the item
|
||||||
|
// if they don't exist, then start from 0
|
||||||
|
Integer arrowsShot = 0;
|
||||||
|
if (container.has(toolStats.arrowsShot, PersistentDataType.INTEGER)) {
|
||||||
|
arrowsShot = container.get(toolStats.arrowsShot, PersistentDataType.INTEGER);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (arrowsShot == null) {
|
||||||
|
arrowsShot = 0;
|
||||||
|
toolStats.logger.warning(arrowsShot + " does not have valid arrows-shot set! Resting to zero. This should NEVER happen.");
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.arrowsShot, PersistentDataType.INTEGER, arrowsShot + add);
|
||||||
|
String oldArrowsFormatted = toolStats.numberFormat.formatInt(arrowsShot);
|
||||||
|
String newArrowsFormatted = toolStats.numberFormat.formatInt(arrowsShot + add);
|
||||||
|
Component oldLine = toolStats.configTools.formatLore("arrows-shot", "{arrows}", oldArrowsFormatted);
|
||||||
|
Component newLine = toolStats.configTools.formatLore("arrows-shot", "{arrows}", newArrowsFormatted);
|
||||||
|
if (oldLine == null || newLine == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add x to fish caught stat.
|
||||||
|
*
|
||||||
|
* @param fishingRod The fishing rod.
|
||||||
|
*/
|
||||||
|
public ItemMeta updateFishCaught(ItemStack fishingRod, int add) {
|
||||||
|
ItemStack clone = fishingRod.clone();
|
||||||
|
ItemMeta meta = clone.getItemMeta();
|
||||||
|
if (meta == null) {
|
||||||
|
toolStats.logger.warning(clone + " does NOT have any meta! Unable to update stats.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
PersistentDataContainer container = meta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// if it's disabled, don't update the stats
|
||||||
|
// check to see if the item has the stats, remove them if it does
|
||||||
|
if (!toolStats.config.getBoolean("enabled.fish-caught")) {
|
||||||
|
if (container.has(toolStats.fishCaught)) {
|
||||||
|
Integer fishCaught = container.get(toolStats.fishCaught, PersistentDataType.INTEGER);
|
||||||
|
if (fishCaught == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
container.remove(toolStats.fishCaught);
|
||||||
|
if (meta.hasLore()) {
|
||||||
|
String oldFishCaught = toolStats.numberFormat.formatDouble(fishCaught);
|
||||||
|
Component lineToRemove = toolStats.configTools.formatLore("fished.fish-caught", "{fish}", oldFishCaught);
|
||||||
|
List<Component> newLore = removeLore(meta.lore(), lineToRemove);
|
||||||
|
meta.lore(newLore);
|
||||||
|
}
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// check for tokens
|
||||||
|
boolean validToken = toolStats.itemChecker.checkTokens(container, "fish-caught");
|
||||||
|
// check for tokens
|
||||||
|
if (toolStats.config.getBoolean("tokens.enabled")) {
|
||||||
|
// if the item has stats but no token, add the token
|
||||||
|
if (container.has(toolStats.fishCaught) && !validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// the item does not have a valid token
|
||||||
|
if (!validToken) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!validToken) {
|
||||||
|
String newTokens = toolStats.itemChecker.addTokensToExisting(clone);
|
||||||
|
if (newTokens != null) {
|
||||||
|
container.set(toolStats.tokenApplied, PersistentDataType.STRING, newTokens);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Integer fishCaught = 0;
|
||||||
|
if (container.has(toolStats.fishCaught, PersistentDataType.INTEGER)) {
|
||||||
|
fishCaught = container.get(toolStats.fishCaught, PersistentDataType.INTEGER);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (fishCaught == null) {
|
||||||
|
fishCaught = 0;
|
||||||
|
toolStats.logger.warning(clone + " does not have valid fish-caught set! Resting to zero. This should NEVER happen.");
|
||||||
|
}
|
||||||
|
|
||||||
|
container.set(toolStats.fishCaught, PersistentDataType.INTEGER, fishCaught + add);
|
||||||
|
String oldFishFormatted = toolStats.numberFormat.formatInt(fishCaught);
|
||||||
|
String newFishFormatted = toolStats.numberFormat.formatInt(fishCaught + add);
|
||||||
|
Component oldLine = toolStats.configTools.formatLore("fished.fish-caught", "{fish}", oldFishFormatted);
|
||||||
|
Component newLine = toolStats.configTools.formatLore("fished.fish-caught", "{fish}", newFishFormatted);
|
||||||
|
if (oldLine == null || newLine == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
List<Component> newLore = toolStats.itemLore.updateItemLore(meta, oldLine, newLine);
|
||||||
|
meta.lore(newLore);
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ public class NumberFormat {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (decimalFormat == null) {
|
if (decimalFormat == null) {
|
||||||
decimalFormat = "#,###.00";
|
decimalFormat = "#,##0.00";
|
||||||
toolStats.logger.warning("number-formats.comma-separator is missing! Using default #,###.00 instead.");
|
toolStats.logger.warning("number-formats.comma-separator is missing! Using default #,###.00 instead.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
128
src/main/java/lol/hyper/toolstats/tools/TokenCrafting.java
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of ToolStats.
|
||||||
|
*
|
||||||
|
* ToolStats is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ToolStats is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package lol.hyper.toolstats.tools;
|
||||||
|
|
||||||
|
import lol.hyper.toolstats.ToolStats;
|
||||||
|
import org.bukkit.Material;
|
||||||
|
import org.bukkit.NamespacedKey;
|
||||||
|
import org.bukkit.inventory.ShapedRecipe;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.HashSet;
|
||||||
|
import java.util.Set;
|
||||||
|
|
||||||
|
public class TokenCrafting {
|
||||||
|
|
||||||
|
private final ToolStats toolStats;
|
||||||
|
private final Set<ShapedRecipe> recipes = new HashSet<>();
|
||||||
|
private final ArrayList<String> tokenTypes = new ArrayList<>();
|
||||||
|
|
||||||
|
public TokenCrafting(ToolStats toolStats) {
|
||||||
|
this.toolStats = toolStats;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setup() {
|
||||||
|
NamespacedKey playerKillsKey = new NamespacedKey(toolStats, "player-kills-token");
|
||||||
|
ShapedRecipe playerKillRecipe = new ShapedRecipe(playerKillsKey, toolStats.tokenItems.playerKills());
|
||||||
|
playerKillRecipe.shape(" P ", "PSP", " P ");
|
||||||
|
playerKillRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
playerKillRecipe.setIngredient('S', Material.WOODEN_SWORD);
|
||||||
|
recipes.add(playerKillRecipe);
|
||||||
|
|
||||||
|
NamespacedKey mobKillsKey = new NamespacedKey(toolStats, "mob-kills-token");
|
||||||
|
ShapedRecipe mobKillsRecipe = new ShapedRecipe(mobKillsKey, toolStats.tokenItems.mobKills());
|
||||||
|
mobKillsRecipe.shape(" P ", "PRP", " P ");
|
||||||
|
mobKillsRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
mobKillsRecipe.setIngredient('R', Material.ROTTEN_FLESH);
|
||||||
|
recipes.add(mobKillsRecipe);
|
||||||
|
|
||||||
|
NamespacedKey blocksMinedKey = new NamespacedKey(toolStats, "blocks-mined-token");
|
||||||
|
ShapedRecipe blocksMinedRecipe = new ShapedRecipe(blocksMinedKey, toolStats.tokenItems.blocksMined());
|
||||||
|
blocksMinedRecipe.shape(" P ", "PSP", " P ");
|
||||||
|
blocksMinedRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
blocksMinedRecipe.setIngredient('S', Material.WOODEN_PICKAXE);
|
||||||
|
recipes.add(blocksMinedRecipe);
|
||||||
|
|
||||||
|
NamespacedKey cropsMinedKey = new NamespacedKey(toolStats, "crops-mined-token");
|
||||||
|
ShapedRecipe cropsMinedRecipe = new ShapedRecipe(cropsMinedKey, toolStats.tokenItems.cropsMined());
|
||||||
|
cropsMinedRecipe.shape(" P ", "PHP", " P ");
|
||||||
|
cropsMinedRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
cropsMinedRecipe.setIngredient('H', Material.WOODEN_HOE);
|
||||||
|
recipes.add(cropsMinedRecipe);
|
||||||
|
|
||||||
|
NamespacedKey fishCaughtKey = new NamespacedKey(toolStats, "fish-caught-token");
|
||||||
|
ShapedRecipe fishCaughtRecipe = new ShapedRecipe(fishCaughtKey, toolStats.tokenItems.fishCaught());
|
||||||
|
fishCaughtRecipe.shape(" P ", "PCP", " P ");
|
||||||
|
fishCaughtRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
fishCaughtRecipe.setIngredient('C', Material.COD);
|
||||||
|
recipes.add(fishCaughtRecipe);
|
||||||
|
|
||||||
|
NamespacedKey sheepShearedKey = new NamespacedKey(toolStats, "sheep-sheared-token");
|
||||||
|
ShapedRecipe sheepShearedRecipe = new ShapedRecipe(sheepShearedKey, toolStats.tokenItems.sheepSheared());
|
||||||
|
sheepShearedRecipe.shape(" P ", "PWP", " P ");
|
||||||
|
sheepShearedRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
sheepShearedRecipe.setIngredient('W', Material.WHITE_WOOL);
|
||||||
|
recipes.add(sheepShearedRecipe);
|
||||||
|
|
||||||
|
NamespacedKey armorDamageKey = new NamespacedKey(toolStats, "damage-taken-token");
|
||||||
|
ShapedRecipe armorDamageRecipe = new ShapedRecipe(armorDamageKey, toolStats.tokenItems.damageTaken());
|
||||||
|
armorDamageRecipe.shape(" P ", "PCP", " P ");
|
||||||
|
armorDamageRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
armorDamageRecipe.setIngredient('C', Material.LEATHER_CHESTPLATE);
|
||||||
|
recipes.add(armorDamageRecipe);
|
||||||
|
|
||||||
|
NamespacedKey arrowsShotKey = new NamespacedKey(toolStats, "arrows-shot-token");
|
||||||
|
ShapedRecipe arrowsShotRecipe = new ShapedRecipe(arrowsShotKey, toolStats.tokenItems.arrowsShot());
|
||||||
|
arrowsShotRecipe.shape(" P ", "PAP", " P ");
|
||||||
|
arrowsShotRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
arrowsShotRecipe.setIngredient('A', Material.ARROW);
|
||||||
|
recipes.add(arrowsShotRecipe);
|
||||||
|
|
||||||
|
NamespacedKey flightTimeKey = new NamespacedKey(toolStats, "flight-time-token");
|
||||||
|
ShapedRecipe flightTimeRecipe = new ShapedRecipe(flightTimeKey, toolStats.tokenItems.flightTime());
|
||||||
|
flightTimeRecipe.shape(" P ", "PFP", " P ");
|
||||||
|
flightTimeRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
flightTimeRecipe.setIngredient('F', Material.FEATHER);
|
||||||
|
recipes.add(flightTimeRecipe);
|
||||||
|
|
||||||
|
NamespacedKey resetKey = new NamespacedKey(toolStats, "reset-token");
|
||||||
|
ShapedRecipe resetRecipe = new ShapedRecipe(resetKey, toolStats.tokenItems.resetToken());
|
||||||
|
resetRecipe.shape(" P ", "PPP", " P ");
|
||||||
|
resetRecipe.setIngredient('P', Material.PAPER);
|
||||||
|
recipes.add(resetRecipe);
|
||||||
|
|
||||||
|
tokenTypes.add("crops-mined");
|
||||||
|
tokenTypes.add("blocks-mined");
|
||||||
|
tokenTypes.add("damage-taken");
|
||||||
|
tokenTypes.add("mob-kills");
|
||||||
|
tokenTypes.add("player-kills");
|
||||||
|
tokenTypes.add("arrows-shot");
|
||||||
|
tokenTypes.add("sheep-sheared");
|
||||||
|
tokenTypes.add("flight-time");
|
||||||
|
tokenTypes.add("fish-caught");
|
||||||
|
tokenTypes.add("reset");
|
||||||
|
}
|
||||||
|
|
||||||
|
public Set<ShapedRecipe> getRecipes() {
|
||||||
|
return recipes;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ArrayList<String> getTokenTypes() {
|
||||||
|
return tokenTypes;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -20,9 +20,13 @@ package lol.hyper.toolstats.tools.config;
|
|||||||
import lol.hyper.toolstats.ToolStats;
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import net.kyori.adventure.text.Component;
|
import net.kyori.adventure.text.Component;
|
||||||
import net.kyori.adventure.text.format.TextDecoration;
|
import net.kyori.adventure.text.format.TextDecoration;
|
||||||
|
import net.kyori.adventure.text.minimessage.MiniMessage;
|
||||||
import net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer;
|
import net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer;
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collections;
|
||||||
|
import java.util.List;
|
||||||
import java.util.regex.Matcher;
|
import java.util.regex.Matcher;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
@@ -31,7 +35,6 @@ public class ConfigTools {
|
|||||||
private final ToolStats toolStats;
|
private final ToolStats toolStats;
|
||||||
public static final Pattern COLOR_CODES = Pattern.compile("[&§]([0-9a-fk-or])");
|
public static final Pattern COLOR_CODES = Pattern.compile("[&§]([0-9a-fk-or])");
|
||||||
public static final Pattern CONFIG_HEX_PATTERN = Pattern.compile("[&§]#([A-Fa-f0-9]{6})");
|
public static final Pattern CONFIG_HEX_PATTERN = Pattern.compile("[&§]#([A-Fa-f0-9]{6})");
|
||||||
public static final Pattern MINECRAFT_HEX_PATTERN = Pattern.compile("§x(?:§[a-fA-F0-9]){6}|§[a-fA-F0-9]");
|
|
||||||
|
|
||||||
public ConfigTools(ToolStats toolStats) {
|
public ConfigTools(ToolStats toolStats) {
|
||||||
this.toolStats = toolStats;
|
this.toolStats = toolStats;
|
||||||
@@ -42,7 +45,7 @@ public class ConfigTools {
|
|||||||
*
|
*
|
||||||
* @param material The item type to check.
|
* @param material The item type to check.
|
||||||
* @param configName The config we are checking under.
|
* @param configName The config we are checking under.
|
||||||
* @return If we want to allow lore or not.
|
* @return If we want to add data or not.
|
||||||
*/
|
*/
|
||||||
public boolean checkConfig(Material material, String configName) {
|
public boolean checkConfig(Material material, String configName) {
|
||||||
String itemName = material.toString().toLowerCase();
|
String itemName = material.toString().toLowerCase();
|
||||||
@@ -124,22 +127,72 @@ public class ConfigTools {
|
|||||||
component = LegacyComponentSerializer.legacyAmpersand().deserialize(lore);
|
component = LegacyComponentSerializer.legacyAmpersand().deserialize(lore);
|
||||||
} else {
|
} else {
|
||||||
// otherwise format them normally
|
// otherwise format them normally
|
||||||
component = Component.text(lore);
|
component = MiniMessage.miniMessage().deserialize(lore);
|
||||||
}
|
}
|
||||||
|
|
||||||
return component.decorationIfAbsent(TextDecoration.ITALIC, TextDecoration.State.FALSE);
|
return component.decorationIfAbsent(TextDecoration.ITALIC, TextDecoration.State.FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove all color codes from a message.
|
* Format a string from the config.
|
||||||
*
|
*
|
||||||
* @param message The message.
|
* @param configName The config to format.
|
||||||
* @return The message without color codes.
|
* @return Formatted string, null if the configName doesn't exist.
|
||||||
*/
|
*/
|
||||||
public String removeColor(String message) {
|
public Component format(String configName) {
|
||||||
message = MINECRAFT_HEX_PATTERN.matcher(message).replaceAll("");
|
String message = toolStats.config.getString(configName);
|
||||||
message = COLOR_CODES.matcher(message).replaceAll("");
|
if (message == null) {
|
||||||
message = CONFIG_HEX_PATTERN.matcher(message).replaceAll("");
|
toolStats.logger.warning("Unable to find config message for: " + configName);
|
||||||
return message;
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// if the config message is empty, don't send it
|
||||||
|
if (message.isEmpty()) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// the final component for this lore
|
||||||
|
Component component;
|
||||||
|
// if we match the old color codes, then format them as so
|
||||||
|
Matcher hexMatcher = CONFIG_HEX_PATTERN.matcher(message);
|
||||||
|
Matcher colorMatcher = COLOR_CODES.matcher(message);
|
||||||
|
if (hexMatcher.find() || colorMatcher.find()) {
|
||||||
|
component = LegacyComponentSerializer.legacyAmpersand().deserialize(message);
|
||||||
|
} else {
|
||||||
|
// otherwise format them normally
|
||||||
|
component = MiniMessage.miniMessage().deserialize(message);
|
||||||
|
}
|
||||||
|
|
||||||
|
return component.decorationIfAbsent(TextDecoration.ITALIC, TextDecoration.State.FALSE);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the token item's lore from config.
|
||||||
|
*
|
||||||
|
* @param tokenType The type.
|
||||||
|
* @return The lore.
|
||||||
|
*/
|
||||||
|
public List<Component> getTokenLore(String tokenType) {
|
||||||
|
List<String> raw = toolStats.config.getStringList("tokens.data." + tokenType + ".lore");
|
||||||
|
if (raw.isEmpty()) {
|
||||||
|
return Collections.emptyList();
|
||||||
|
}
|
||||||
|
|
||||||
|
List<Component> finalLore = new ArrayList<>();
|
||||||
|
for (String line : raw) {
|
||||||
|
Component component;
|
||||||
|
// if we match the old color codes, then format them as so
|
||||||
|
Matcher hexMatcher = CONFIG_HEX_PATTERN.matcher(line);
|
||||||
|
Matcher colorMatcher = COLOR_CODES.matcher(line);
|
||||||
|
if (hexMatcher.find() || colorMatcher.find()) {
|
||||||
|
component = LegacyComponentSerializer.legacyAmpersand().deserialize(line);
|
||||||
|
} else {
|
||||||
|
// otherwise format them normally
|
||||||
|
component = MiniMessage.miniMessage().deserialize(line);
|
||||||
|
}
|
||||||
|
component = component.decorationIfAbsent(TextDecoration.ITALIC, TextDecoration.State.FALSE);
|
||||||
|
finalLore.add(component);
|
||||||
|
}
|
||||||
|
return finalLore;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,9 +18,7 @@
|
|||||||
package lol.hyper.toolstats.tools.config;
|
package lol.hyper.toolstats.tools.config;
|
||||||
|
|
||||||
import lol.hyper.toolstats.ToolStats;
|
import lol.hyper.toolstats.ToolStats;
|
||||||
import lol.hyper.toolstats.tools.config.versions.Version6;
|
import lol.hyper.toolstats.tools.config.versions.*;
|
||||||
import lol.hyper.toolstats.tools.config.versions.Version7;
|
|
||||||
import lol.hyper.toolstats.tools.config.versions.Version8;
|
|
||||||
|
|
||||||
public class ConfigUpdater {
|
public class ConfigUpdater {
|
||||||
|
|
||||||
@@ -33,25 +31,30 @@ public class ConfigUpdater {
|
|||||||
public void updateConfig() {
|
public void updateConfig() {
|
||||||
int version = toolStats.config.getInt("config-version");
|
int version = toolStats.config.getInt("config-version");
|
||||||
|
|
||||||
switch(version) {
|
// Version 5 to 6
|
||||||
case 5: {
|
if (version == 5) {
|
||||||
// Version 5 to 6
|
Version6 version6 = new Version6(toolStats);
|
||||||
Version6 version6 = new Version6(toolStats);
|
version6.update();
|
||||||
version6.update();
|
}
|
||||||
break;
|
// Version 6 to 7
|
||||||
}
|
if (version == 6) {
|
||||||
case 6: {
|
Version7 version7 = new Version7(toolStats);
|
||||||
// Version 6 to 7
|
version7.update();
|
||||||
Version7 version7 = new Version7(toolStats);
|
}
|
||||||
version7.update();
|
// Version 7 to 8
|
||||||
break;
|
if (version == 7) {
|
||||||
}
|
Version8 version8 = new Version8(toolStats);
|
||||||
case 7: {
|
version8.update();
|
||||||
// Version 7 to 8
|
}
|
||||||
Version8 version8 = new Version8(toolStats);
|
// Version 8 to 9
|
||||||
version8.update();
|
if (version == 8) {
|
||||||
break;
|
Version9 version9 = new Version9(toolStats);
|
||||||
}
|
version9.update();
|
||||||
|
}
|
||||||
|
// Version 9 to 10
|
||||||
|
if (version == 9) {
|
||||||
|
Version10 version10 = new Version10(toolStats);
|
||||||
|
version10.update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
218
src/main/java/lol/hyper/toolstats/tools/config/TokenItems.java
Normal file
@@ -0,0 +1,218 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of ToolStats.
|
||||||
|
*
|
||||||
|
* ToolStats is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ToolStats is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package lol.hyper.toolstats.tools.config;
|
||||||
|
|
||||||
|
import lol.hyper.toolstats.ToolStats;
|
||||||
|
import net.kyori.adventure.text.Component;
|
||||||
|
import org.bukkit.Material;
|
||||||
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
import org.bukkit.inventory.meta.ItemMeta;
|
||||||
|
import org.bukkit.persistence.PersistentDataContainer;
|
||||||
|
import org.bukkit.persistence.PersistentDataType;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class TokenItems {
|
||||||
|
|
||||||
|
private final ToolStats toolStats;
|
||||||
|
|
||||||
|
public TokenItems(ToolStats toolStats) {
|
||||||
|
this.toolStats = toolStats;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack playerKills() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.player-kills.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("player-kills");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "player-kills");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack mobKills() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.mob-kills.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("mob-kills");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "mob-kills");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack blocksMined() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.blocks-mined.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("blocks-mined");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "blocks-mined");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack cropsMined() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.crops-mined.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("crops-mined");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "crops-mined");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack fishCaught() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.fish-caught.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("fight-caught");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "fish-caught");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack sheepSheared() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.sheep-sheared.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("sheep-sheared");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "sheep-sheared");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack damageTaken() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.damage-taken.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("damage-taken");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "damage-taken");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack arrowsShot() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.arrows-shot.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("arrows-shot");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "arrows-shot");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack flightTime() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.flight-time.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("flight-time");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "flight-time");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ItemStack resetToken() {
|
||||||
|
// set up the item
|
||||||
|
ItemStack token = new ItemStack(Material.PAPER);
|
||||||
|
ItemMeta tokenMeta = token.getItemMeta();
|
||||||
|
PersistentDataContainer tokenData = tokenMeta.getPersistentDataContainer();
|
||||||
|
|
||||||
|
// set the title and lore
|
||||||
|
Component title = toolStats.configTools.format("tokens.data.reset.title");
|
||||||
|
List<Component> lore = toolStats.configTools.getTokenLore("reset");
|
||||||
|
tokenMeta.displayName(title);
|
||||||
|
tokenMeta.lore(lore);
|
||||||
|
|
||||||
|
// set the PDC
|
||||||
|
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, "reset");
|
||||||
|
token.setItemMeta(tokenMeta);
|
||||||
|
return token;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,81 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of ToolStats.
|
||||||
|
*
|
||||||
|
* ToolStats is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ToolStats is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package lol.hyper.toolstats.tools.config.versions;
|
||||||
|
|
||||||
|
import lol.hyper.toolstats.ToolStats;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.IOException;
|
||||||
|
|
||||||
|
public class Version10 {
|
||||||
|
|
||||||
|
private final ToolStats toolStats;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Used for updating from version 9 to 10.
|
||||||
|
*
|
||||||
|
* @param toolStats ToolStats instance.
|
||||||
|
*/
|
||||||
|
public Version10(ToolStats toolStats) {
|
||||||
|
this.toolStats = toolStats;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Perform the config update.
|
||||||
|
*/
|
||||||
|
public void update() {
|
||||||
|
// save the old config first
|
||||||
|
try {
|
||||||
|
toolStats.config.save("plugins" + File.separator + "ToolStats" + File.separator + "config-9.yml");
|
||||||
|
} catch (IOException exception) {
|
||||||
|
toolStats.logger.severe("Unable to save config-9.yml!");
|
||||||
|
throw new RuntimeException(exception);
|
||||||
|
}
|
||||||
|
|
||||||
|
// we make this super verbose so that admins can see what's being added
|
||||||
|
toolStats.logger.info("Updating config.yml to version 10.");
|
||||||
|
toolStats.config.set("config-version", 10);
|
||||||
|
|
||||||
|
// Add missing values I forgot...
|
||||||
|
toolStats.logger.info("Adding entry for enabled.created-by.fishing-rod");
|
||||||
|
toolStats.config.set("enabled.created-by.fishing-rod", true);
|
||||||
|
toolStats.logger.info("Adding entry for enabled.created-date.fishing-rod");
|
||||||
|
toolStats.config.set("enabled.created-date.fishing-rod", true);
|
||||||
|
toolStats.logger.info("Adding entry for enabled.fished-tag.fishing-rod");
|
||||||
|
toolStats.config.set("enabled.fished-tag.fishing-rod", true);
|
||||||
|
toolStats.logger.info("Adding entry for enabled.looted-tag.fishing-rod");
|
||||||
|
toolStats.config.set("enabled.looted-tag.fishing-rod", true);
|
||||||
|
toolStats.logger.info("Adding entry for enabled.traded-tag.fishing-rod");
|
||||||
|
toolStats.config.set("enabled.traded-tag.fishing-rod", true);
|
||||||
|
toolStats.logger.info("Adding entry for enabled.spawned-in.fishing-rod");
|
||||||
|
toolStats.config.set("enabled.spawned-in.fishing-rod", true);
|
||||||
|
|
||||||
|
toolStats.logger.info("Adding entry for enabled.crops-harvested");
|
||||||
|
toolStats.config.set("enabled.crops-harvested", true);
|
||||||
|
|
||||||
|
// save the config and reload it
|
||||||
|
try {
|
||||||
|
toolStats.config.save("plugins" + File.separator + "ToolStats" + File.separator + "config.yml");
|
||||||
|
} catch (IOException exception) {
|
||||||
|
toolStats.logger.severe("Unable to save config.yml!");
|
||||||
|
throw new RuntimeException(exception);
|
||||||
|
}
|
||||||
|
toolStats.loadConfig();
|
||||||
|
toolStats.logger.info("Config has been updated to version 10. A copy of version 9 has been saved as config-9.yml");
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,103 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of ToolStats.
|
||||||
|
*
|
||||||
|
* ToolStats is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ToolStats is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package lol.hyper.toolstats.tools.config.versions;
|
||||||
|
|
||||||
|
import lol.hyper.toolstats.ToolStats;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class Version9 {
|
||||||
|
|
||||||
|
private final ToolStats toolStats;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Used for updating from version 8 to 9.
|
||||||
|
*
|
||||||
|
* @param toolStats ToolStats instance.
|
||||||
|
*/
|
||||||
|
public Version9(ToolStats toolStats) {
|
||||||
|
this.toolStats = toolStats;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Perform the config update.
|
||||||
|
*/
|
||||||
|
public void update() {
|
||||||
|
// save the old config first
|
||||||
|
try {
|
||||||
|
toolStats.config.save("plugins" + File.separator + "ToolStats" + File.separator + "config-8.yml");
|
||||||
|
} catch (IOException exception) {
|
||||||
|
toolStats.logger.severe("Unable to save config-8.yml!");
|
||||||
|
throw new RuntimeException(exception);
|
||||||
|
}
|
||||||
|
|
||||||
|
toolStats.logger.info("Updating config.yml to version 9.");
|
||||||
|
toolStats.config.set("config-version", 9);
|
||||||
|
|
||||||
|
toolStats.logger.info("Adding new tokens configuration! Don't worry, this is disabled by default.");
|
||||||
|
toolStats.logger.info("You can find more information here: https://github.com/hyperdefined/ToolStats/wiki/Token-System");
|
||||||
|
// false by default so it doesn't break servers on updating
|
||||||
|
toolStats.config.set("tokens.enabled", false);
|
||||||
|
toolStats.config.set("tokens.craft-tokens", true);
|
||||||
|
|
||||||
|
List<String> tokenComments = new ArrayList<>();
|
||||||
|
tokenComments.add("Use token system for tracking stats.");
|
||||||
|
tokenComments.add("See https://github.com/hyperdefined/ToolStats/wiki/Token-System");
|
||||||
|
toolStats.config.setComments("tokens", tokenComments);
|
||||||
|
|
||||||
|
addToken("player-kills", "&7ToolStats: &8Player Kills Token", "&8Combine with a melee or ranged weapon in an anvil to track player kills.");
|
||||||
|
addToken("mob-kills", "&7ToolStats: &8Mob Kills Token", "&8Combine with a melee or ranged weapon in an anvil to track mob kills.");
|
||||||
|
addToken("blocks-mined", "&7ToolStats: &8Blocks Mined Token", "&8Combine with a pickaxe, axe, shovel, or shears in an anvil to track blocks mined.");
|
||||||
|
addToken("crops-mined", "&7ToolStats: &8Crops Mined Token", "&8Combine with a hoe in an anvil to track crops broken.");
|
||||||
|
addToken("fish-caught", "&7ToolStats: &8Fish Caught Token", "&8Combine with a fishing rod in an anvil to track fish caught.");
|
||||||
|
addToken("sheep-sheared", "&7ToolStats: &8Sheep Sheared Token", "&8Combine with shears in an anvil to track sheep sheared.");
|
||||||
|
addToken("damage-taken", "&7ToolStats: &8Damage Taken Token", "&8Combine with an armor piece in an anvil to track damage taken.");
|
||||||
|
addToken("arrows-shot", "&7ToolStats: &8Arrows Shot Token", "&8Combine with a bow or crossbow in an anvil to track arrows shot.");
|
||||||
|
addToken("flight-time", "&7ToolStats: &8Flight Time Token", "&8Combine with an elytra in an anvil to track flight time.");
|
||||||
|
addToken("reset", "&7ToolStats: &8Reset Token", "&8Combine in an anvil with to reset ALL stats for this item. Tokens on this item stay.");
|
||||||
|
|
||||||
|
// save the config and reload it
|
||||||
|
try {
|
||||||
|
toolStats.config.save("plugins" + File.separator + "ToolStats" + File.separator + "config.yml");
|
||||||
|
} catch (IOException exception) {
|
||||||
|
toolStats.logger.severe("Unable to save config.yml!");
|
||||||
|
throw new RuntimeException(exception);
|
||||||
|
}
|
||||||
|
toolStats.loadConfig();
|
||||||
|
toolStats.logger.info("Config has been updated to version 9. A copy of version 8 has been saved as config-8.yml");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add a given token to the config. Made this since I was lazy.
|
||||||
|
*
|
||||||
|
* @param tokenType The token type to add.
|
||||||
|
* @param title The title for the item.
|
||||||
|
* @param lore The lore of the item.
|
||||||
|
*/
|
||||||
|
private void addToken(String tokenType, String title, String lore) {
|
||||||
|
toolStats.logger.info("Adding token type configuration for " + tokenType);
|
||||||
|
toolStats.config.set("tokens.data." + tokenType + ".title", title);
|
||||||
|
List<String> loreList = new ArrayList<>();
|
||||||
|
loreList.add(lore);
|
||||||
|
toolStats.config.set("tokens.data." + tokenType + ".lore", loreList);
|
||||||
|
toolStats.config.set("tokens.data." + tokenType + ".levels", 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,3 +1,60 @@
|
|||||||
|
# Use token system for tracking stats.
|
||||||
|
# See https://github.com/hyperdefined/ToolStats/wiki/Token-System
|
||||||
|
tokens:
|
||||||
|
enabled: false
|
||||||
|
craft-tokens: true
|
||||||
|
data:
|
||||||
|
player-kills:
|
||||||
|
title: "&7ToolStats: &8Player Kills Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine with a melee or ranged weapon in an anvil to track player kills."
|
||||||
|
levels: 1
|
||||||
|
mob-kills:
|
||||||
|
title: "&7ToolStats: &8Mob Kills Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine with a melee or ranged weapon in an anvil to track mob kills."
|
||||||
|
levels: 1
|
||||||
|
blocks-mined:
|
||||||
|
title: "&7ToolStats: &8Blocks Mined Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine with a pickaxe, axe, shovel, or shears in an anvil to track blocks mined."
|
||||||
|
levels: 1
|
||||||
|
crops-mined:
|
||||||
|
title: "&7ToolStats: &8Crops Mined Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine with a hoe in an anvil to track crops broken."
|
||||||
|
levels: 1
|
||||||
|
fish-caught:
|
||||||
|
title: "&7ToolStats: &8Fish Caught Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine with a fishing rod in an anvil to track fish caught."
|
||||||
|
levels: 1
|
||||||
|
sheep-sheared:
|
||||||
|
title: "&7ToolStats: &8Sheep Sheared Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine with shears in an anvil to track sheep sheared."
|
||||||
|
levels: 1
|
||||||
|
damage-taken:
|
||||||
|
title: "&7ToolStats: &8Damage Taken Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine with an armor piece in an anvil to track damage taken."
|
||||||
|
levels: 1
|
||||||
|
arrows-shot:
|
||||||
|
title: "&7ToolStats: &8Arrows Shot Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine with a bow or crossbow in an anvil to track arrows shot."
|
||||||
|
levels: 1
|
||||||
|
flight-time:
|
||||||
|
title: "&7ToolStats: &8Flight Time Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine with an elytra in an anvil to track flight time."
|
||||||
|
levels: 1
|
||||||
|
reset:
|
||||||
|
title: "&7ToolStats: &8Reset Token"
|
||||||
|
lore:
|
||||||
|
- "&8Combine in an anvil with to reset ALL stats for this item. Tokens on this item stay."
|
||||||
|
levels: 1
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
# Will show ownership of items when they are created/found.
|
# Will show ownership of items when they are created/found.
|
||||||
created-by:
|
created-by:
|
||||||
@@ -10,6 +67,7 @@ enabled:
|
|||||||
bow: true
|
bow: true
|
||||||
armor: true
|
armor: true
|
||||||
mace: true
|
mace: true
|
||||||
|
fishing-rod: true
|
||||||
# Will show time the item is created
|
# Will show time the item is created
|
||||||
created-date:
|
created-date:
|
||||||
pickaxe: true
|
pickaxe: true
|
||||||
@@ -21,6 +79,7 @@ enabled:
|
|||||||
bow: true
|
bow: true
|
||||||
armor: true
|
armor: true
|
||||||
mace: true
|
mace: true
|
||||||
|
fishing-rod: true
|
||||||
# Will show "Fished by <player>"
|
# Will show "Fished by <player>"
|
||||||
fished-tag:
|
fished-tag:
|
||||||
pickaxe: true
|
pickaxe: true
|
||||||
@@ -31,6 +90,7 @@ enabled:
|
|||||||
shears: true
|
shears: true
|
||||||
bow: true
|
bow: true
|
||||||
armor: true
|
armor: true
|
||||||
|
fishing-rod: true
|
||||||
# Will show "Found by <player>"
|
# Will show "Found by <player>"
|
||||||
looted-tag:
|
looted-tag:
|
||||||
pickaxe: true
|
pickaxe: true
|
||||||
@@ -41,6 +101,7 @@ enabled:
|
|||||||
shears: true
|
shears: true
|
||||||
bow: true
|
bow: true
|
||||||
armor: true
|
armor: true
|
||||||
|
fishing-rod: true
|
||||||
# Will show "Trade by <player>"
|
# Will show "Trade by <player>"
|
||||||
traded-tag:
|
traded-tag:
|
||||||
pickaxe: true
|
pickaxe: true
|
||||||
@@ -51,6 +112,7 @@ enabled:
|
|||||||
shears: true
|
shears: true
|
||||||
bow: true
|
bow: true
|
||||||
armor: true
|
armor: true
|
||||||
|
fishing-rod: true
|
||||||
player-kills:
|
player-kills:
|
||||||
sword: true
|
sword: true
|
||||||
axe: true
|
axe: true
|
||||||
@@ -80,6 +142,7 @@ enabled:
|
|||||||
bow: true
|
bow: true
|
||||||
armor: true
|
armor: true
|
||||||
mace: true
|
mace: true
|
||||||
|
fishing-rod: true
|
||||||
fish-caught: true
|
fish-caught: true
|
||||||
sheep-sheared: true
|
sheep-sheared: true
|
||||||
armor-damage: true
|
armor-damage: true
|
||||||
@@ -87,6 +150,7 @@ enabled:
|
|||||||
elytra-tag: true
|
elytra-tag: true
|
||||||
arrows-shot: true
|
arrows-shot: true
|
||||||
flight-time: true
|
flight-time: true
|
||||||
|
crops-harvested: true
|
||||||
|
|
||||||
messages:
|
messages:
|
||||||
created:
|
created:
|
||||||
@@ -132,11 +196,11 @@ number-formats:
|
|||||||
comma-separator: ","
|
comma-separator: ","
|
||||||
decimal-separator: "."
|
decimal-separator: "."
|
||||||
comma-format: "#,###"
|
comma-format: "#,###"
|
||||||
decimal-format: "#,###.00"
|
decimal-format: "#,##0.00"
|
||||||
|
|
||||||
# When any tool is created, it will generate a hash for the item.
|
# When any tool is created, it will generate a hash for the item.
|
||||||
# This hash is not on the item lore, only stored in the NBT data.
|
# This hash is not on the item lore, only stored in the NBT data.
|
||||||
# This has no use currently, but can be used for future features for dupe detection.
|
# This has no use currently, but can be used for future features for dupe detection.
|
||||||
generate-hash-for-items: true
|
generate-hash-for-items: false
|
||||||
|
|
||||||
config-version: 8
|
config-version: 10
|
||||||
@@ -22,4 +22,7 @@ permissions:
|
|||||||
default: true
|
default: true
|
||||||
toolstats.reset.confirm:
|
toolstats.reset.confirm:
|
||||||
description: Allows the usage of /toolstats reset confirm.
|
description: Allows the usage of /toolstats reset confirm.
|
||||||
default: true
|
default: true
|
||||||
|
toolstats.givetokens:
|
||||||
|
description: Allows the usage of /toolstats givetoken.
|
||||||
|
default: op
|
||||||