Skip to content

Events Migration (Player Events 2) - #8761

Open
AnOwlBe wants to merge 17 commits into
SkriptLang:dev/featurefrom
AnOwlBe:PlayerEvents2
Open

Events Migration (Player Events 2)#8761
AnOwlBe wants to merge 17 commits into
SkriptLang:dev/featurefrom
AnOwlBe:PlayerEvents2

Conversation

@AnOwlBe

@AnOwlBe AnOwlBe commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Problem

This is part 4 of probably 6-8 more prs needed to migrate all of simpleevents & njol/skript/events into the skriptlang folder in their related module while (hopefully) preventing any breaking changes.

Solution

progress:

  • EvtAttemptAttack
  • EvtClick
  • EvtCommand
  • EvtPlayerCommandSend
  • EvtPlayerEditBook
  • EvtPlayerEnterChunk
  • EvtPlayerFirstJoin
  • EvtPlayerGameModeChange - changed event-value registry var name from registry to EventValueRegistry n also did a bit of spacing in check
  • EvtPlayerLevelChange
  • EvtPlayerPickItem - Changed to use newer event-value registry & cleaned up syntaxstringbuilder for it
  • EvtPlayerSignBook
  • EvtPressurePlate
  • EvtResourcePackResponse

Testing Completed

quicktest ran successfully junit did not (due to version mismatch so will have to rely on githubs junit tests) also manual testing completed for each event all appear to work fine

for those who want to test:
playerevents2.txt

Supporting Information

Note that the stuff in BukkitModule will exist until #8741 replaces it when 2.16 is officially out allowing it to be merged into dev/feature


Completes: none
Related: #8754, #8748 & #8716
AI assistance: none

@AnOwlBe
AnOwlBe requested review from a team as code owners July 8, 2026 02:00
@AnOwlBe
AnOwlBe requested review from TheMug06, erenkarakal and sovdeeth and removed request for a team July 8, 2026 02:00
@skriptlang-automation skriptlang-automation Bot added the needs reviews A PR that needs additional reviews label Jul 14, 2026
AnOwlBe and others added 4 commits July 21, 2026 15:26
…nts/events/EvtPlayerFirstJoin.java

Co-authored-by: SirSmurfy2 <82696841+Absolutionism@users.noreply.github.com>
…nts/events/EvtPlayerCommandSend.java

Co-authored-by: SirSmurfy2 <82696841+Absolutionism@users.noreply.github.com>
@AnOwlBe
AnOwlBe requested a review from Absolutionism July 21, 2026 19:28
Comment thread src/main/java/org/skriptlang/skript/bukkit/BukkitModule.java Outdated
@skriptlang-automation skriptlang-automation Bot added needs reviews A PR that needs additional reviews and removed needs reviews A PR that needs additional reviews labels Jul 28, 2026
AnOwlBe and others added 3 commits July 28, 2026 21:14
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
@AnOwlBe
AnOwlBe requested a review from sovdeeth July 29, 2026 01:26
Comment thread src/main/java/org/skriptlang/skript/bukkit/entity/player/PlayerModule.java Outdated
@skriptlang-automation skriptlang-automation Bot removed the needs reviews A PR that needs additional reviews label Jul 29, 2026
@AnOwlBe
AnOwlBe requested a review from sovdeeth July 29, 2026 01:56
@sovdeeth sovdeeth added the enhancement Feature request, an issue about something that could be improved, or a PR improving something. label Jul 29, 2026
@skriptlang-automation skriptlang-automation Bot moved this to In Review in 2.17 Releases Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Feature request, an issue about something that could be improved, or a PR improving something.

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

3 participants