Skip to content

Changes between #6367 and #6441

#6441 (Sep 4, 2022, 11:25:04 AM)

  1. add exclusions to Citizens depend to make builds faster (commit: b8bfb81) — git_commits / detail

#6440 (Sep 2, 2022, 5:55:33 PM)

  1. add null checks in player ban tags (commit: f261a8a) — git_commits / detail

#6439 (Sep 2, 2022, 5:30:09 PM)

  1. fix places hanging event typo (commit: cffb1a2) — git_commits / detail

#6438 (Sep 1, 2022, 10:45:36 AM)

  1. Entity Helper Cleanup (#2369) (commit: 5f5fd36) — noreply / detail

#6437 (Sep 1, 2022, 3:31:12 AM)

  1. use generic error contexts for some script container inputs (commit: 816db59) — git_commits / detail

#6436 (Sep 1, 2022, 12:22:56 AM)

  1. minor fix for raid PR and todo comment cleanup (commit: cd91bf4) — git_commits / detail

#6435 (Sep 1, 2022, 12:20:38 AM)

  1. Raid Events (#2359) (commit: 5a502c6) — noreply / detail

#6434 (Aug 31, 2022, 11:56:56 PM)

  1. Kick event determination now not always lowercase. (#2370) (commit: a6b122a) — noreply / detail

#6433 (Aug 31, 2022, 11:36:48 PM)

  1. ColorTag.rgb_integer (commit: 534d9b3) — git_commits / detail

#6432 (Aug 30, 2022, 10:51:57 AM)

  1. replace extension properties with generic extension classes (commit: 246cb1c) — git_commits / detail
  2. cleanups and a few registered property mechs (commit: d33aa65) — git_commits / detail

#6430 (Aug 28, 2022, 10:23:40 PM)

  1. fix accidental flaghandlers deletion (commit: 7096eb6) — git_commits / detail

#6429 (Aug 28, 2022, 10:21:35 PM)

  1. tweak debug header addon post-correction (commit: 061d610) — git_commits / detail

#6428 (Aug 28, 2022, 10:03:52 PM)

  1. initial usages of mech registration (commit: c4cba4a) — git_commits / detail

#6427 (Aug 28, 2022, 9:38:10 PM)

  1. call new tagprocessor.processMechanism method (commit: e7eedae) — git_commits / detail

#6426 (Aug 28, 2022, 7:02:59 PM)

  1. Update `ChunkTag`, `AreaContainmentObject` and `ColorTag` tag param usage. (#2364) (commit: 16e64a5) — noreply / detail

#6425 (Aug 28, 2022, 6:58:14 PM)

  1. `entity death` event advanced text support (#2367) (commit: 8dac5d0) — noreply / detail

#6424 (Aug 28, 2022, 6:51:28 PM)

  1. Transfer additionalDebugLines to core cleanly (commit: 98b6814) — git_commits / detail

#6423 (Aug 28, 2022, 6:49:58 PM)

  1. move Debug to core (commit: 58cc6e1) — git_commits / detail

#6422 (Aug 28, 2022, 3:21:36 PM)

  1. match the debug entry check grab for the exception event (commit: a23fe75) — git_commits / detail

#6421 (Aug 28, 2022, 3:12:42 PM)

  1. Debug error: grab last scriptEntry if input is null (commit: 98bea06) — git_commits / detail

#6420 (Aug 28, 2022, 2:41:57 PM)

  1. minor cleanups related to recent PRs (commit: 240a7b5) — git_commits / detail
  2. favor Core debug classes (commit: 2aed6b0) — git_commits / detail

#6419 (Aug 28, 2022, 1:53:41 PM)

  1. Player Helper Cleanup (#2366) (commit: 14b7c31) — noreply / detail

#6418 (Aug 28, 2022, 12:22:30 PM)

  1. Add some sleep-related WorldTag tags and mechanisms (#2363) (commit: cd1c0d3) — noreply / detail

#6416 (Aug 27, 2022, 12:51:22 PM)

  1. Item Helper Cleanup (#2362) (commit: e71e672) — noreply / detail

#6415 (Aug 27, 2022, 12:45:42 PM)

  1. Fix for Schematic flip_x/y/z commands (#2353) (commit: 050403f) — noreply / detail

#6414 (Aug 27, 2022, 12:33:06 PM)

  1. Block Helper Cleanup (#2361) (commit: 23d52cc) — noreply / detail

#6413 (Aug 27, 2022, 12:31:41 PM)

  1. Fix time command (#2360) (commit: 14af4f1) — noreply / detail

#6412 (Aug 24, 2022, 5:57:27 PM)

  1. Brewing Recipes (#2358) (commit: afd99b9) — noreply / detail

#6408 (Aug 23, 2022, 2:14:56 PM)

  1. fix text formatting bug with urls (commit: af2b49b) — git_commits / detail
  2. let core own the command registry (commit: e059667) — git_commits / detail

#6407 (Aug 23, 2022, 8:51:52 AM)

  1. Item script recipes: tag all inputs (commit: ef7cc44) — git_commits / detail

#6406 (Aug 23, 2022, 7:45:42 AM)

  1. update network intercept codegen to use new core MethodGenerator (commit: e955665) — git_commits / detail

#6404 (Aug 22, 2022, 3:05:33 PM)

  1. invisible command meta tweak and player online check (commit: f2aac34) — git_commits / detail

#6403 (Aug 22, 2022, 10:31:12 AM)

  1. update for core Util tag change (commit: 0feae84) — git_commits / detail

#6402 (Aug 22, 2022, 7:37:13 AM)

  1. Meta fix + add reset example (#2357) (commit: d2086d5) — noreply / detail

#6401 (Aug 22, 2022, 7:14:08 AM)

  1. Invisible command `for:` argument (#2356) (commit: 1d377d0) — noreply / detail

#6400 (Aug 22, 2022, 6:59:43 AM)

  1. fix mistake in event instance cleanup (commit: 61fb8b9) — git_commits / detail

#6399 (Aug 22, 2022, 6:19:33 AM)

  1. allow negative permission checks (commit: d73ebef) — git_commits / detail

#6397 (Aug 22, 2022, 4:55:00 AM)

  1. 'generates exception' event: track same metadata as error event (commit: d32edc5) — git_commits / detail

#6396 (Aug 21, 2022, 12:28:59 PM)

  1. stopping tracking event instances for events that don't need an instance track (commit: 646fe4b) — git_commits / detail

#6395 (Aug 21, 2022, 12:19:44 PM)

  1. update for core automatic event name generation (commit: 99985d0) — git_commits / detail

#6394 (Aug 21, 2022, 11:11:23 AM)

  1. playerCompletesAdvancement paper additions (#2354) (commit: f876405) — noreply / detail

#6393 (Aug 21, 2022, 10:45:08 AM)

  1. update for new core auto tag base registration (commit: bc0a87c) — git_commits / detail
  2. use new core tag registration tools (commit: 70bc926) — git_commits / detail
  3. update BukkitXXProperties for new core property tag tools (commit: 683830c) — git_commits / detail
  4. update for core getObjectType removal (commit: 0c71076) — git_commits / detail
  5. use new PropertyParser tag registration format (automated change) (commit: 6f53755) — git_commits / detail

#6392 (Aug 20, 2022, 6:49:03 AM)

  1. places hanging event: modernize, and item context (commit: 2c5bc47) — git_commits / detail

#6388 (Aug 19, 2022, 7:23:31 AM)

  1. 'reload config' should reload secrets file (commit: 0026f0d) — git_commits / detail

#6387 (Aug 18, 2022, 3:06:02 AM)

  1. fix backwards check in destroy mech (commit: b75b59e) — git_commits / detail

#6386 (Aug 17, 2022, 7:26:22 PM)

  1. use new asLowerString (commit: 8bc28b7) — git_commits / detail

#6385 (Aug 17, 2022, 2:11:44 PM)

  1. WorldTag.unload/destroy - autokick players and detect errors (commit: 93da58b) — git_commits / detail

#6384 (Aug 16, 2022, 12:55:31 AM)

  1. fix receives actionbar (NMS change in 1.19.1) (commit: f7ea7fd) — git_commits / detail

#6383 (Aug 15, 2022, 8:26:42 PM)

  1. ElementTag.click_chat convenience tag (commit: 26d7000) — git_commits / detail

#6382 (Aug 14, 2022, 9:33:51 AM)

  1. receives message: base color is white not black (commit: a62a682) — git_commits / detail

#6380 (Aug 14, 2022, 4:56:37 AM)

  1. update Velocity detection for 1.19.2 (commit: 856e6de) — git_commits / detail

#6379 (Aug 14, 2022, 3:07:51 AM)

  1. reinstate PlayerTag.has_played_before with new impl (commit: bf5eb70) — git_commits / detail

#6378 (Aug 14, 2022, 3:00:16 AM)

  1. schematic flip: wrong origin portion was being flipped (commit: 940d1c8) — git_commits / detail

#6377 (Aug 14, 2022, 2:55:41 AM)

  1. Paper 1.19: look command with relative tele (commit: 63ca530) — git_commits / detail

#6376 (Aug 14, 2022, 2:27:16 AM)

  1. PlayerTag: offline / janked player error checking (commit: 7b01abb) — git_commits / detail

#6375 (Aug 14, 2022, 1:38:11 AM)

  1. Crafts item event: amount context: support shift_right properly (commit: d0989ec) — git_commits / detail

#6374 (Aug 8, 2022, 10:27:08 PM)

  1. EntityTag.conversion_player (commit: 62a5058) — git_commits / detail

#6373 (Aug 8, 2022, 9:22:23 PM)

  1. couldMatchers fix - vehicle damaged and assorted others (commit: eba6a1d) — git_commits / detail

#6372 (Aug 8, 2022, 12:52:14 AM)

  1. PlayerTag: track id internally, not OfflinePlayer (commit: 196166c) — git_commits / detail

#6371 (Aug 7, 2022, 8:17:15 PM)

  1. support new TradeTag properties (commit: b1d7517) — git_commits / detail

#6370 (Aug 7, 2022, 7:55:49 PM)

  1. meta improvements and vehicle damaged event type switch (commit: 6e137d6) — git_commits / detail

#6369 (Aug 7, 2022, 7:14:53 PM)

  1. impl tryObjectSwitch and improve damaged events (commit: 59ceb4c) — git_commits / detail

#6368 (Aug 6, 2022, 7:28:46 AM)

  1. Paper 1.19 compat via dynamic code gen (commit: f6b02a7) — git_commits / detail