Commit Graph

419 Commits

Author SHA1 Message Date
sebampuero
d5324b5db6 feat: some first changes
Add placeholders for time values, new formatting function and call for new function.
2025-03-31 18:13:45 -04:00
hyperdefined
4fe4c2be25 fix #94 2025-03-31 18:03:07 -04:00
hyperdefined
a4393780a2 bump API 2025-03-30 20:57:24 -04:00
hyperdefined
8115c5511a Create remove-token.png 2025-03-30 20:57:18 -04:00
hyperdefined
f13f17be58 add remove stat token 2025-03-30 20:54:25 -04:00
hyperdefined
90a8ec1fab Create LICENSE 2025-03-30 20:34:10 -04:00
hyperdefined
d0199a85e0 added damage done system 2025-03-30 20:33:30 -04:00
hyperdefined
e37048ff01 add missing damage tracking 2025-03-28 18:31:59 -04:00
hyperdefined
71f3a3ea10 Update ToolStats.java 2025-03-27 22:01:54 -04:00
hyperdefined
3f850aaef7 Merge pull request #96 from sebampuero/fix-unhandled-githubrelease-exception
Fix: catch unhandled exception when version does not exist yet
2025-03-27 21:49:04 -04:00
hyperdefined
427628da6e Merge pull request #92 from hyperdefined/dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.4.1
Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1
2025-03-27 21:45:30 -04:00
hyperdefined
820c1dce51 Merge pull request #93 from hyperdefined/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.14.0
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
2025-03-27 21:44:10 -04:00
sebampuero
ad1a4fe26e fix: catch unhandled exception when version does not exist yet 2025-03-15 16:00:00 +01:00
dependabot[bot]
ceb1dbd297 Bump org.apache.maven.plugins:maven-compiler-plugin
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-21 11:03:35 +00:00
dependabot[bot]
49f4727100 Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1
Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.0...maven-clean-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-19 12:50:38 +00:00
hyperdefined
cb5345bd14 1.9.2-hotfix-2 1.9.2-hotfix-2 2025-02-15 13:10:39 -05:00
hyperdefined
eeb6038b66 1.9.2-hotfix 1.9.2-hotfix 2025-02-11 15:57:49 -05:00
hyperdefined
5e3e9f0825 Update pom.xml 1.9.2 2025-02-10 09:44:33 -05:00
hyperdefined
11ee83773e fix default config being wrong version 2025-02-10 09:43:56 -05:00
hyperdefined
9f5da738dd fix offhand duplication 2025-02-10 09:43:42 -05:00
hyperdefined
434f0dfe30 Update pom.xml 1.9.1 2025-01-28 23:04:57 -05:00
hyperdefined
06a3bb2498 Update ItemLore.java 2025-01-28 23:04:40 -05:00
hyperdefined
5624c02ee2 make token system listen to config 2025-01-28 23:02:37 -05:00
hyperdefined
3e1c2dcbc3 adjust origins to listen to config 2025-01-28 22:51:49 -05:00
hyperdefined
8a1759b6b1 remove/add hashes when enabled/disabled 2025-01-28 21:53:39 -05:00
hyperdefined
b4be9eb741 make config updater better 2025-01-28 21:34:02 -05:00
hyperdefined
7a18649474 adding missing config values 2025-01-28 21:28:51 -05:00
hyperdefined
32f1e78630 don't add data when config is disabled
previously, this would only not add lore, but add data. this now does not add data. this also removes the data if it's present and disabled
2025-01-28 21:25:35 -05:00
hyperdefined
f78609b9ed Update Version9.java 1.9 2025-01-26 19:37:51 -05:00
hyperdefined
9ee1f773da handle lore better for tokens 2025-01-26 19:35:03 -05:00
hyperdefined
61f87a94f7 fix italics being on in names 2025-01-26 19:15:13 -05:00
hyperdefined
fd7f75fbb3 idk 2025-01-26 18:59:36 -05:00
hyperdefined
24ee5f9d42 im silly 2025-01-26 18:53:49 -05:00
hyperdefined
2b7c1350c3 Update Version9.java 2025-01-26 18:53:08 -05:00
hyperdefined
393f9b74c0 support for swapping modes
this makes sure the PDC matches when token mode is off so you can swap without issue
2025-01-26 18:51:36 -05:00
hyperdefined
c597b4ffeb make sure to do this for hoes 2025-01-26 18:16:03 -05:00
hyperdefined
a3f3e0552d Update config.yml 2025-01-26 17:15:15 -05:00
hyperdefined
636374134c Update ToolStats.java 2025-01-26 17:14:24 -05:00
hyperdefined
93f4363c9a Create reset-token.png 2025-01-26 17:01:00 -05:00
hyperdefined
a48a1492d2 Update TokenCrafting.java 2025-01-26 16:55:34 -05:00
hyperdefined
8e2e389f78 add this warning 2025-01-26 16:53:59 -05:00
hyperdefined
3da98afd49 correctly do the reset token 2025-01-26 16:48:34 -05:00
hyperdefined
e3629bf813 not possible, wroops 2025-01-26 16:14:46 -05:00
hyperdefined
f7697bccfa rename things 2025-01-26 14:43:47 -05:00
hyperdefined
73e472af3a add reset token 2025-01-26 14:37:24 -05:00
hyperdefined
4dda215805 use meta here instead 2025-01-26 14:36:45 -05:00
hyperdefined
eada8cc448 added missing picture 2025-01-26 13:41:33 -05:00
hyperdefined
5bb179bfa9 typo 2025-01-26 13:28:21 -05:00
hyperdefined
d515d66da8 allow axes player/mob kills 2025-01-26 13:25:22 -05:00
hyperdefined
b025fd0b46 removed more debugs 2025-01-26 13:24:45 -05:00