Commit graph

  • aa1a17c8fd Atualizar .forgejo/workflows/release-build.yml main tenkuma 2026-05-20 22:48:23 -03:00
  • 0de8990d91 Atualizar .forgejo/workflows/build.yml tenkuma 2026-05-20 22:47:42 -03:00
  • fe35fc0a41 Atualizar README.md tenkuma 2026-05-20 22:45:45 -03:00
  • da27a0a40c Merge remote-tracking branch 'origin/main' Adrian Victor 2026-05-20 18:14:59 -03:00
  • 76f13a2412 Move version-specific code to reflection implementation and add basic testing. Adrian Victor 2026-05-20 18:13:16 -03:00
  • 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). Adrian Victor 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. Adrian Victor 2026-05-20 15:38:45 -03:00
  • 4b5ee42547 Atualizar .github/workflows/release-build.yml tenkuma 2026-05-19 15:49:04 -03:00
  • 7aadf220f5 Split github and forgejo workflows. Adrian Victor 2026-05-19 15:43:35 -03:00
  • a8bbf78a3c Merge pull request '1.0.6-SNAPSHOT' (#1) from 1.0.6-SNAPSHOT into main 1.0.6-SNAPSHOT 天クマ 2026-05-19 15:36:37 -03:00
  • 167a1faec1 Merge branch 'main' into 1.0.6-SNAPSHOT 1.0.6-SNAPSHOT 天クマ 2026-05-19 15:34:24 -03:00
  • a802a09c3c Atualizar .github/workflows/release-build.yml tenkuma 2026-05-19 15:32:30 -03:00
  • f4a362c1c7 Add action and handler for gliding, equip, refactored PolicyParser and implementations to support world matching Adrian Victor 2026-05-19 15:27:04 -03:00
  • e193cf1bc8 Fix link typo in README.md Adrian Victor 2026-05-12 19:13:58 -03:00
  • 0bd48db43d Remove GitHub specific badges from README.md. Adrian Victor 2026-05-12 18:50:58 -03:00
  • 3b77de2e63 Downgrade actions/upload-artifact to v3 for compatibility with Forgejo. tenkuma 2026-05-12 16:49:52 -03:00
  • ec17e06965 Add workflow_dispatch condition to build.yml for debugging Forgejo Runner. tenkuma 2026-05-12 16:18:02 -03:00
  • 96005d8c86 I'm going crazy. adrian 2025-12-23 20:56:46 -03:00
  • 27c7fd16cc Started implementing new structure. adrian 2025-12-22 23:42:17 -03:00
  • cc38b286cb Merge remote-tracking branch 'origin/main' 1.0.5-SNAPSHOT adrian 2025-12-18 23:33:47 -03:00
  • 708f65fe36 Added permission support for commands. adrian 2025-12-18 23:33:34 -03:00
  • 9180807f0a
    Update release-build.yml Tenkuma 2025-12-15 14:46:23 -03:00
  • 80591dc8a7
    Only run release-build when publishing a release Tenkuma 2025-12-15 14:36:34 -03:00
  • d4510a7257
    Update release-build.yml 1.0.4-SNAPSHOT Tenkuma 2025-12-15 14:26:52 -03:00
  • 81bf64c463 Policies now provide their own checks to whether the player applies or not. adrian 2025-12-15 14:16:07 -03:00
  • 7bf4346750 Merge remote-tracking branch 'origin/main' adrian 2025-12-15 02:09:24 -03:00
  • 0b04c0553a Add sendCommand() on Glimmer because beta does not break line on sendMessage() line break. adrian 2025-12-15 02:09:09 -03:00
  • 21df2cc7bf
    Run build only when pushing changes to src/**, .github/** and Gradle files. Tenkuma 2025-12-15 00:54:44 -03:00
  • 8ee5891dba
    Fix badges links. Tenkuma 2025-12-15 00:47:44 -03:00
  • 616a4b92e5
    More badges! Tenkuma 2025-12-15 00:42:21 -03:00
  • 6250c48d81 Stop truncating the version string in the gradle build file. adrian 2025-12-15 00:27:03 -03:00
  • 75b0259943 Fix build workflow env injecting. adrian 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. adrian 2025-12-15 00:21:00 -03:00
  • fcafe470aa
    Update build.yml Tenkuma 2025-12-14 23:52:07 -03:00
  • 2ce90cd14a
    Update build.yml Tenkuma 2025-12-14 23:41:27 -03:00
  • f37ba38178
    Fix typo in Java distribution name Tenkuma 2025-12-14 23:40:04 -03:00
  • 6bce18a04d
    Create build.yml Tenkuma 2025-12-14 23:36:36 -03:00
  • df60600073 Preparing Gradle build for automatic build from Actions. adrian 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. adrian 2025-12-14 16:25:18 -03:00
  • a5adc828dc Fixed some warnings. adrian 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. adrian 2025-12-14 14:51:33 -03:00
  • 7f65a8605d
    Add image to README for Eye of Nemesis plugin Tenkuma 2025-12-13 17:13:32 -03:00
  • 1f923283d8
    Set GitHub Sponsors username to 'adrianvic' Tenkuma 2025-12-13 15:40:54 -03:00
  • 0db49aba02
    Merge pull request #1 from adrianvic/reflection 1.0.3-SNAPSHOT Tenkuma 2025-12-12 21:46:36 -03:00
  • c4b112c860
    Merge branch 'main' into reflection Tenkuma 2025-12-12 21:45:30 -03:00
  • 4857bd155a Finished initial b1_7_3 implementation. adrian 2025-12-12 21:42:27 -03:00
  • 90d43ac3de Finished r1_21 implementation. - Better NodeHandler evaluation. adrian 2025-12-12 17:31:28 -03:00
  • b7b43d6aef
    Update README.md Tenkuma 2025-12-12 00:32:53 -03:00
  • 8562a51543
    Update README.md Tenkuma 2025-12-12 00:32:10 -03:00
  • 56f337110f Initial work on reflection, pulls version from resources. adrian 2025-12-12 00:02:11 -03:00
  • 9b98d8a2a9
    Add project status and documentation notice Tenkuma 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. adrian 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 adrian 2025-12-08 13:23:05 -03:00
  • c098040e33 Merge remote-tracking branch 'origin/main' 1.0-SNAPSHOT adrian 2025-12-07 21:05:37 -03:00
  • d9897910b9 First working version of useEnchantment. adrian 2025-12-07 21:05:18 -03:00
  • 8316b5b299
    Add MIT License to the project Tenkuma 2025-12-07 00:11:30 -03:00
  • 3fc56ebdd9
    Rename plugin to 'Eye of Nemesis' and update details Tenkuma 2025-12-07 00:07:59 -03:00
  • add3c34fad Started interfacing of NodeHandler. adrian 2025-12-04 22:19:21 -03:00
  • c0bd8a9509
    Add initial README content for Regions plugin Tenkuma 2025-12-03 22:26:25 -03:00
  • 55370dcd53 First commit. tenkuma 2025-12-03 15:02:05 -03:00