Commit Graph

145 Commits

Author SHA1 Message Date
Telesphoreo 79f013c021 CI Improvements (#94) 2023-06-04 21:38:37 -05:00
Justin A.L. Link 2073436f76 Implement command block events (1.17.1) (#89)
* Implement command block events

* Add missing getHandlerList() method
2023-06-04 16:58:17 -05:00
Allink 43213a0e43 Add depth limit to SNBT (#88) 2023-06-02 16:33:01 -06:00
Luna 1b4d65a1e6 Add depth limit to Component deserializer (#85) 2023-05-31 21:03:10 -06:00
Luna 020afc9e99 Fix component extra empty array exploit (#83) 2023-05-29 17:32:04 -06:00
Luna 92a9dd9634 Backport patches from 1.19.4 (#80) 2023-04-28 20:53:31 -06:00
Telesphoreo 661bd58103 Add CI skipping 2023-03-16 00:30:45 -05:00
Telesphoreo 494829e797 Update Jenkinsfile 2023-03-15 21:46:37 -05:00
Telesphoreo 4c31b7f9ac Update Jenkinsfile 2023-03-15 21:06:41 -05:00
Telesphoreo b75232882c Update Jenkinsfile 2023-03-15 16:06:03 -05:00
Video f21a7fb408 Untitled patch (#70) 2022-11-28 19:20:57 -07:00
Allink ae3dc6aa18 Prevent velocity freeze (#67) 2022-11-27 21:48:38 -06:00
VideoGameSmash12 8f07c9e142 Adds configuration option to disable game master blocks, fixes config issues 2022-10-02 19:47:55 -06:00
Video 1cd49aebf7 Serious bugfix
Server patch \#34 introduced a server-crashing bug where you could crash a Scissors 1.17.1 server simply by
going near the world border.This commit removes that original patch and re-implements part of what the
patch set out to do separately so that the painting crash exploit doesn't work, but the server won't crash
when you try to go near the world border.
2022-08-19 01:02:42 -06:00
Allink 3a4b3ffd34 Refuse to convert legacy messages over 1k characters (#62) 2022-08-17 21:45:44 -05:00
Allink c48a56ac01 Fix out of bound chunks crashing server (#54) 2022-08-12 08:34:28 -05:00
Allink fb17ef58f1 Fix crash on /timings paste (#55) (#56) 2022-07-27 21:25:58 -05:00
Allink aba21aaf49 Fix ClickEvents on Signs bypassing permissions (#49) 2022-07-13 14:41:31 -05:00
Allink dcf6dab4ee Fix container click patch (#45) 2022-07-12 11:18:30 -05:00
Video cb464a0b3a Removes patch that broke container clicking 2022-07-11 15:31:22 -06:00
Luna 71804a2e65 Validate block entity tag query positions (#42) 2022-07-11 15:15:03 -05:00
Allink 611e77e503 Add scissors config, command & disable command books (1.17.1) (#39)
* Add Scissors configuration file & command

* Disable running commands in books by default
2022-07-10 10:46:47 -05:00
Allink 3b8ad1a45d Improve invalid container event patch (#36) 2022-07-10 01:07:55 -05:00
Allink c2b2427622 Patch 'sploits (1.17.1) (#33)
* Prevent invalid container events

* Do not attempt to cast items to recipes
2022-07-09 21:21:35 -05:00
Video a877b648d5 Fixes attributes being wrongfully removed due to a previous patch 2022-07-08 15:39:05 -06:00
Telesphoreo f66a491861 Add publishing for Scissors API 2022-07-05 17:33:45 -05:00
Allink bca6da00e8 Add spectator teleport event (#26) (#29) 2022-07-05 10:00:14 -06:00
Allink c4afa459b5 Add spectator teleport event (#26) 2022-07-05 08:31:51 -06:00
Telesphoreo 55ec369c40 Add me to MIT license 2022-07-04 23:24:20 -05:00
Telesphoreo 6b0f19780f Merge pull request #23 from allinkdev/masterblocks/1.17.1
Add MasterBlockFireEvent (1.17.1)
2022-07-04 23:14:44 -05:00
Allink 2907ef1436 Add MasterBlockFireEvent 2022-07-04 22:26:04 +01:00
Telesphoreo b2f423c4ec Remove build discarder 2022-06-26 22:47:49 -05:00
Telesphoreo 7885894176 Update CI link 2022-06-23 00:16:11 -05:00
Telesphoreo 4d16aa5d43 Update README.md 2022-06-19 00:09:33 -05:00
Telesphoreo 61bcac75e9 Update README.md 2022-06-18 21:47:51 -05:00
Telesphoreo 9bfd719cb6 Merge pull request #19 from allinkdev/patch-1
Add me to MIT License list
2022-06-18 10:37:26 -05:00
Allink 7f0374c24f Add me to MIT License list 2022-06-18 16:36:16 +01:00
Telesphoreo 10d6b02984 Pretty big oversight 2022-06-17 21:34:34 -05:00
Telesphoreo 638bd93702 Merge pull request #16 from allinkdev/teams-and-paintings
Teams and paintings
2022-05-17 15:03:25 -05:00
Allink 106edf19b7 Prevent crash paintings and similar entity OOB exploits 2022-05-17 07:01:13 +01:00
Allink 236e8a95a3 Don't log invalid teams to console 2022-05-17 06:00:19 +01:00
Luna 9e244f52c9 Optimize getTagSize method in NbtUtility (#15)
The getAsString method which was used before uses StringTagVisitor,
which takes way too long.
2022-05-02 17:39:35 -06:00
Allink 61fd911106 Account for large items inside containers & add more methods to NbtUtility (#14) 2022-05-01 02:37:23 -06:00
Telesphoreo 21f493bcf8 OOPS wrong branch 2022-04-28 23:01:21 -05:00
Telesphoreo ac37ce16dd Update gradle.properties 2022-04-28 23:00:35 -05:00
Allink 6f32742d79 Fix a few of my patches being formatted incorrectly & fix the Minecart/Boat lag/crash exploit (#13)
* Fix a few of my patches being formatted incorrectly

* Limit amount of vehicle collision checks to 3 and discard vehicles if they collide with more than 15 other entities
2022-04-28 01:55:02 -06:00
Telesphoreo dc1a5399f7 Futureproof the auto updater 2022-04-22 03:26:08 -05:00
ayunami2000 011c000a26 Merge pull request #12 from allinkdev/deathtimes
Fix negative death times
2022-04-19 07:47:25 -04:00
Business Goose 39916e2102 Fix negative death times 2022-04-19 11:56:30 +01:00
Allink c2618f2522 Reset large tags (#11) 2022-04-18 17:20:08 -06:00