Commit graph

  • 815c7fabe9
    Merge e5cf305f8e into 8e76f31e5a hyfehnated 2025-07-12 17:11:40 -07:00
  • a61b08ead5
    Merge 994b6eff6f into 8e76f31e5a GEOEGII555 2025-07-08 23:58:21 +01:00
  • 9eac5ca79f
    Merge b460a5da4d into 8e76f31e5a opt 2025-07-08 22:41:01 +01:00
  • b460a5da4d
    Remove players immediately from channel listeners OptimisticDeving 2025-07-08 21:37:56 +00:00
  • 281cdc4067
    Merge 18f6f17f1f into 8e76f31e5a hyfehnated 2025-07-07 12:55:53 +03:00
  • 8e76f31e5a refactor: fix most deprecation warnings master amyavi 2025-07-06 01:33:21 -03:00
  • 0eb0fe2c6e fix: don't try changing the blockstate of spawner minecarts amyavi 2025-07-06 01:27:56 -03:00
  • 742674cddd fix: properly apply spawner limits amyavi 2025-07-06 00:33:33 -03:00
  • 31157d2c6f refactor: remove BlockPhysicsEvent check amyavi 2025-07-06 00:15:43 -03:00
  • ba2e607770 refactor: cleanup knockback limits amyavi 2025-07-06 00:13:56 -03:00
  • 46dd94aba3 chore: update paper-api to 1.21.7 amyavi 2025-07-05 23:07:54 -03:00
  • 1165b6f0ea
    Merge 2f53cee62a into a06a8e9cea v 2025-07-06 01:57:53 -03:00
  • c915594d7e
    refactor: fix most deprecation warnings amyavi 2025-07-06 01:33:21 -03:00
  • 1e706a44eb
    fix: don't try changing the blockstate of spawner minecarts amyavi 2025-07-06 01:27:56 -03:00
  • f217f7c722
    fix: properly apply spawner limits amyavi 2025-07-06 00:33:33 -03:00
  • c7b7563f5d
    refactor: remove BlockPhysicsEvent check amyavi 2025-07-06 00:15:43 -03:00
  • 99469ed028
    refactor: cleanup knockback limits amyavi 2025-07-06 00:13:56 -03:00
  • 88c18b6968
    chore: update paper-api to 1.21.7 amyavi 2025-07-05 23:07:54 -03:00
  • a06a8e9cea
    Fix behavior when OSHI can't run (#379) opt 2025-07-05 14:32:13 +01:00
  • f6baa88cd0
    perf: don't use block state snapshot in ServerCommandEvent (#375) amy 2025-07-05 10:30:51 -03:00
  • a332aa9a1f
    Allow players to send messages to each other over plugin channels (#373) opt 2025-07-05 14:30:28 +01:00
  • 259d4fe7c7
    Catch class load errors OptimisticDeving 2025-05-11 15:30:14 +00:00
  • b1d51a807b
    Fix fallback behavior OptimisticDeving 2025-05-11 15:29:44 +00:00
  • 18f6f17f1f
    No wonder hyfehnated 2025-04-23 19:49:28 -04:00
  • 2f53cee62a Fix: limit selectors in /me john-harvey-kellogg 2025-04-22 17:18:30 +01:00
  • e5cf305f8e
    Update LICENSE hyfehnated 2025-04-20 02:49:14 -04:00
  • 0888a863bb
    perf: don't use block state snapshot in ServerCommandEvent amyavi 2025-04-16 16:40:14 -03:00
  • d033875659
    Fix code style violations OptimisticDeving 2025-03-30 20:22:44 +00:00
  • 8fc5601de8
    Use String constructor that implements the logic we want OptimisticDeving 2025-03-10 15:23:01 +00:00
  • 525cf21f86
    Clarify comment OptimisticDeving 2025-03-09 22:05:24 +00:00
  • 32d8198810
    Denote the end of a string as MSB being set OptimisticDeving 2025-03-09 22:03:27 +00:00
  • 2ab7754a92
    Allow players to send messages to each other over plugin channels OptimisticDeving 2025-03-08 23:06:49 +00:00
  • dd8b5a4729
    Merge pull request #374 from amyavi/master Kaboom 2025-04-07 11:30:48 +03:00
  • 353516a930
    fix: update selector pattern for 1.21.4 amyavi 2025-03-30 19:14:38 -03:00
  • bc7e0b0f8c
    perf: optimize execute command checking amyavi 2025-03-30 19:13:44 -03:00
  • a1b6aa3002
    feat: remove /scissors reload block amyavi 2025-03-30 18:39:39 -03:00
  • 971879d900
    feat: update blocked execute commands list amyavi 2025-03-30 18:38:26 -03:00
  • 03abd441e7
    Merge e09a8ed99d into 763089ddf6 mirkokral 2025-03-08 22:15:08 +02:00
  • 763089ddf6
    Re-add CPU model detection and add GPU model detection via OSHI (#372) VarLong 2025-03-08 20:15:01 +00:00
  • fce68a8907
    Merge pull request #371 from OptimisticDeving/fix-spidey-npe Kaboom 2025-03-08 22:13:51 +02:00
  • 479726839b
    main.yml: Bump versions Kaboom 2025-03-08 22:08:31 +02:00
  • cd1f7edb7a
    Opt out of remapping (#369) VarLong 2025-03-08 20:04:43 +00:00
  • c7b0531a69
    Don't stop iterating if we find other cobwebs in spidey iterator OptimisticDeving 2025-02-17 05:12:42 +00:00
  • 865de7f5bb
    Use isAir() on Material and improve readability OptimisticDeving 2025-02-17 05:08:49 +00:00
  • de56a773ea
    Catch exceptions in getHardware OptimisticDeving 2025-02-17 04:34:27 +00:00
  • 54faeaedd7
    Re-add CPU model detection and add GPU model detection via OSHI OptimisticDeving 2025-02-17 04:07:48 +00:00
  • b2d5b9a6cb
    Fix NPE in spidey block iterator material checking OptimisticDeving 2025-02-17 02:41:56 +00:00
  • e09a8ed99d
    Allow teleportation mirkokral 2025-02-08 17:07:31 +01:00
  • dea19b4a63
    Opt out of remapping OptimisticDeving 2025-01-29 00:49:13 +00:00
  • 531c27b11d
    Fix for execute crash (#368) VarLong 2025-01-26 15:42:37 +00:00
  • 5838c3f5bb
    Fix for execute crash OptimisticDeving 2025-01-26 15:00:58 +00:00
  • 445d230252
    feat: use maxCommandForkCount gamerule for limiting execute (#367) amy 2025-01-24 13:56:39 -03:00
  • e4000b8881
    feat: use maxCommandForkCount gamerule for limiting execute amyavi 2024-12-18 16:02:17 -03:00
  • 95794bba6e
    Update ServerCommand.java Caydenn 2024-09-28 19:53:06 -04:00
  • 39feb26c93
    Block spawnpoint in execute (#365) Harry Zhou 2024-09-23 16:51:25 -05:00
  • dd97a40a7a Block spawnpoint in execute hhhzzzsss 2024-09-23 03:52:32 -05:00
  • d36503ed3f
    CommandServerInfo.java: remove CPU info Kaboom 2024-09-11 02:32:54 +03:00
  • 60b20ab4bf
    Respect death messages gamerule (#359) OptimisticDev 2024-09-11 00:29:22 +01:00
  • 8cca595937
    Block give in execute (#363) 7cc5c4f330d47060 2024-09-10 19:23:09 -04:00
  • 23e35ebb45
    Merge branch 'master' into remove-execute-give Kaboom 2024-09-11 02:22:37 +03:00
  • d882118c96
    ServerCommand.java: Fix checkstyle violation Kaboom 2024-09-11 02:21:19 +03:00
  • 3278ddaddc
    Block the /execute ... run datapack command (#361) GEOEGII555 2024-09-11 02:19:56 +03:00
  • 7450b8bcc9
    Don't re-apply command rate-limit when command is ratelimited (#364) amy 2024-09-10 20:15:45 -03:00
  • b6ec58b2c0
    fix: lower command ratelimit event priority amyavi 2024-09-10 11:00:51 -03:00
  • 6d520da7b7
    fix: don't re-apply ratelimit when user is already ratelimited amyavi 2024-09-10 10:50:57 -03:00
  • 9cbd803690
    Block give in execute 7cc5c4f330d47060 2024-08-21 19:14:23 +00:00
  • 994b6eff6f
    Update ServerCommand.java GEOEGII555 2024-08-20 22:00:39 +04:00
  • 5974aeab02
    Update ServerCommand.java (partial revert) GEOEGII555 2024-08-20 12:48:43 +04:00
  • 88ac6b7e0e
    Merge branch 'kaboomserver:master' into respect-death-messages-gamerule OptimisticDev 2024-08-19 20:09:26 +01:00
  • 847457f329
    Merge branch 'kaboomserver:master' into cached-spec OptimisticDev 2024-08-19 20:09:16 +01:00
  • 8fe96bcc2b
    Allow players to select the vanilla chat format (#356) OptimisticDev 2024-08-19 15:35:37 +00:00
  • 7f81231c5b
    Block the /execute ... run datapack command GEOEGII555 2024-08-10 16:04:00 +04:00
  • 2e79421d49
    Fix Adventure usage for join title & subtitle (#358) OptimisticDev 2024-08-01 08:38:47 +00:00
  • e20467b7af
    Add more detailed error messages to /skin and a timeout of 15 seconds (#357) OptimisticDev 2024-08-01 08:37:13 +00:00
  • 6fc8d1117c
    Fix OOB exception in ServerCommand when the command is just a space (#355) OptimisticDev 2024-08-01 08:36:15 +00:00
  • fb209a44c3
    Fix URL replacement in vanilla format OptimisticDeving 2024-06-25 03:23:12 +00:00
  • b0339fcd29
    Don't broadcast death messages from worlds with showDeathMessages disabled OptimisticDeving 2024-06-24 21:11:04 +00:00
  • aaf135365e
    Check if the death message is null before broadcasting it OptimisticDeving 2024-06-24 20:29:27 +00:00
  • f75be147c1
    Use Bukkit.broadcast instead of looping through getOnlinePlayers OptimisticDeving 2024-06-24 20:28:11 +00:00
  • 8bd65b82b2
    Fix Adventure usage for join title & subtitle OptimisticDeving 2024-06-23 18:49:45 +00:00
  • 901b136fa8
    Add more detailed error messages to /skin and a timeout of 15 seconds OptimisticDeving 2024-06-23 15:56:41 +00:00
  • 90ef97a6c0
    Allow players to select the vanilla chat format OptimisticDeving 2024-06-23 15:40:21 +00:00
  • 42171a943f
    Fix OOB exception in ServerCommand when the command is just a space OptimisticDeving 2024-06-23 15:15:24 +00:00
  • 190a40e864
    Cache output of CPU model grabbing command OptimisticDeving 2024-06-23 14:54:36 +00:00
  • 923a64c906
    Block jfr in servercommand (#353) oi 2024-06-07 01:01:21 +03:00
  • 33db763008
    block jfr in servercommand oi 2024-06-06 12:47:42 +03:00
  • 24af535c60
    Block /tick command in /execute (#351) yfdmc 2024-01-19 09:48:53 -08:00
  • 9706109048
    Block /tick command in /execute yfdmc 2024-01-18 16:50:49 -08:00
  • 6cf872ad16
    Merge pull request #348 from LunaWasFlaggedAgain/master Kaboom 2023-08-20 11:35:58 +03:00
  • b2936da79e Re-introduce autosave enabler Luna 2023-08-17 19:07:38 -03:00
  • b5e1aa0ac0 Don't randomly cancel TNT unless limit reached Luna 2023-08-17 18:49:17 -03:00
  • db50f0b7ae
    Use more Java 17 features in classes (#349) EnZaXD 2023-08-06 16:19:43 +02:00
  • 56f36294ec Target 1.19.4 instead of 1.20.1 Luna 2023-08-05 12:57:11 -03:00
  • 3cc03ed801
    fixed long lines FlorianMichael 2023-08-05 17:54:03 +02:00
  • 5172357437
    created more new lines FlorianMichael 2023-08-05 16:56:45 +02:00
  • 87cb55740a
    Merge 8199636895 into 91371ba990 Chipmunk 2023-07-31 15:31:23 +02:00
  • c6c3d03b5b
    Use more Java 17 features in classes FlorianMichael 2023-07-31 15:18:28 +02:00
  • 91371ba990
    /rainbow command (#347) IuCC 2023-07-07 22:51:38 +02:00
  • 06d34fd345 Also limit BlockFormEvent when tps is too low Luna 2023-07-01 21:06:12 -03:00
  • 1a0a0ab0a0 Cleanup unused variables Luna 2023-07-01 20:52:17 -03:00