b044052b6d
Move isArmor to reflection implementations and refactor NodeHandler replace use of safeMatches(String expression, String against) usage with safeMatches(List<String> expressions, String against).
2026-05-20 15:54:14 -03:00
af6ac27960
Refactor codebase to use LivingEntity, add SPAWN action and handler, add DataShifter.parseValueToStringList overload that iterates over a list of strings.
2026-05-20 15:38:45 -03:00
7aadf220f5
Split github and forgejo workflows.
Build / build (push) Waiting to run
2026-05-19 15:43:35 -03:00
a8bbf78a3c
Merge pull request '1.0.6-SNAPSHOT' ( #1 ) from 1.0.6-SNAPSHOT into main
...
Build / build (push) Has been cancelled
Release Build / build-and-release (release) Failing after 8s
1.0.6-SNAPSHOT
Reviewed-on: #1
2026-05-19 15:36:37 -03:00
167a1faec1
Merge branch 'main' into 1.0.6-SNAPSHOT
Build / build (push) Successful in 1m21s
2026-05-19 15:34:24 -03:00
a802a09c3c
Atualizar .github/workflows/release-build.yml
Build / build (push) Successful in 2m20s
2026-05-19 15:32:30 -03:00
f4a362c1c7
Add action and handler for gliding, equip, refactored PolicyParser and implementations to support world matching
Build / build (push) Waiting to run
2026-05-19 15:27:04 -03:00
e193cf1bc8
Fix link typo in README.md
2026-05-12 19:13:58 -03:00
0bd48db43d
Remove GitHub specific badges from README.md.
2026-05-12 18:50:58 -03:00
3b77de2e63
Downgrade actions/upload-artifact to v3 for compatibility with Forgejo.
Build / build (push) Successful in 1m43s
2026-05-12 16:49:52 -03:00
ec17e06965
Add workflow_dispatch condition to build.yml for debugging Forgejo Runner.
Build / build (push) Failing after 4m10s
2026-05-12 16:18:02 -03:00
96005d8c86
I'm going crazy.
2025-12-23 20:56:46 -03:00
27c7fd16cc
Started implementing new structure.
2025-12-22 23:42:17 -03:00
cc38b286cb
Merge remote-tracking branch 'origin/main'
1.0.5-SNAPSHOT
2025-12-18 23:33:47 -03:00
708f65fe36
Added permission support for commands.
2025-12-18 23:33:34 -03:00
Tenkuma
9180807f0a
Update release-build.yml
2025-12-15 14:46:23 -03:00
Tenkuma
80591dc8a7
Only run release-build when publishing a release
2025-12-15 14:36:34 -03:00
Tenkuma
d4510a7257
Update release-build.yml
1.0.4-SNAPSHOT
2025-12-15 14:26:52 -03:00
81bf64c463
Policies now provide their own checks to whether the player applies or not.
...
Added GlobalPolicy.
Revamped config YAML structure for more consistency.
Added ChatColor back to commands, should be correctly implemented in the future.
Build environment is now passed to plugin manifest.
Added workflow to automatically build releases.
2025-12-15 14:16:07 -03:00
7bf4346750
Merge remote-tracking branch 'origin/main'
2025-12-15 02:09:24 -03:00
0b04c0553a
Add sendCommand() on Glimmer because beta does not break line on sendMessage() line break.
...
Subcommands are now mapped in the class Commands.
Add usage() and description() to Subcommand.
Add help command.
2025-12-15 02:09:09 -03:00
Tenkuma
21df2cc7bf
Run build only when pushing changes to src/**, .github/** and Gradle files.
2025-12-15 00:54:44 -03:00
Tenkuma
8ee5891dba
Fix badges links.
2025-12-15 00:47:44 -03:00
Tenkuma
616a4b92e5
More badges!
2025-12-15 00:42:21 -03:00
6250c48d81
Stop truncating the version string in the gradle build file.
2025-12-15 00:27:03 -03:00
75b0259943
Fix build workflow env injecting.
2025-12-15 00:23:43 -03:00
5302092596
Build now concats "autobuild-" the commit sha to make the version string and sets unused build channel variable for future implementation.
...
Added badges to README.
2025-12-15 00:21:00 -03:00
Tenkuma
fcafe470aa
Update build.yml
2025-12-14 23:52:07 -03:00
Tenkuma
2ce90cd14a
Update build.yml
2025-12-14 23:41:27 -03:00
Tenkuma
f37ba38178
Fix typo in Java distribution name
2025-12-14 23:40:04 -03:00
Tenkuma
6bce18a04d
Create build.yml
2025-12-14 23:36:36 -03:00
df60600073
Preparing Gradle build for automatic build from Actions.
2025-12-14 23:36:20 -03:00
42ab7e4d89
Fixed attackWith that was returning !node.isWhitelist() instead of true whe it's not in effect.
2025-12-14 16:25:18 -03:00
a5adc828dc
Fixed some warnings.
2025-12-14 16:01:15 -03:00
7a3aa34b43
Fixed EntityDamageByEntity not triggering because the method was not overriding and checked against the correct event.
2025-12-14 14:51:33 -03:00
Tenkuma
7f65a8605d
Add image to README for Eye of Nemesis plugin
2025-12-13 17:13:32 -03:00
Tenkuma
1f923283d8
Set GitHub Sponsors username to 'adrianvic'
...
Updated GitHub Sponsors username in FUNDING.yml
2025-12-13 15:40:54 -03:00
Tenkuma
0db49aba02
Merge pull request #1 from adrianvic/reflection
...
1.0.3-SNAPSHOT
Add reflection with initial support to Bukkit CB1060 (b1.7.3)
2025-12-12 21:46:36 -03:00
Tenkuma
c4b112c860
Merge branch 'main' into reflection
2025-12-12 21:45:30 -03:00
4857bd155a
Finished initial b1_7_3 implementation.
2025-12-12 21:42:27 -03:00
90d43ac3de
Finished r1_21 implementation.
...
- Better NodeHandler evaluation.
2025-12-12 17:31:28 -03:00
Tenkuma
b7b43d6aef
Update README.md
2025-12-12 00:32:53 -03:00
Tenkuma
8562a51543
Update README.md
2025-12-12 00:32:10 -03:00
56f337110f
Initial work on reflection, pulls version from resources.
2025-12-12 00:02:11 -03:00
Tenkuma
9b98d8a2a9
Add project status and documentation notice
...
Added important project status notice and documentation update info.
2025-12-10 01:42:15 -03:00
e64b563190
Refactored policy system, fixed config file parsing inconsistencies.
...
- LocationPolicy is now an extension of Policy
- Policy.parse() is now PolicyParser mapped in PolicyParsers.
- NodeValueParser was merged with DataShifter
- More code small changes to enable the project to work with this new configuration.
2025-12-08 17:19:06 -03:00
41af1fc1cf
Removed build artifacts from repo tree. + Hotfix of useEnchantment not ignoring items with no meta on whitelist mode.
1.0.1-SNAPSHOT
2025-12-08 13:23:05 -03:00
c098040e33
Merge remote-tracking branch 'origin/main'
1.0-SNAPSHOT
2025-12-07 21:05:37 -03:00
d9897910b9
First working version of useEnchantment.
2025-12-07 21:05:18 -03:00
Tenkuma
8316b5b299
Add MIT License to the project
2025-12-07 00:11:30 -03:00