Commit Graph

  • d435e11951
    Update PaperMC endpoints BlockyTheDev 2022-06-08 00:40:31 +0200
  • a368509520
    Use Forge default resolver when result is undefined (#3390) IzzelAliz 2022-06-07 01:39:13 +0800
  • 7086711cc7
    Use forge default resolver when result is undefined IzzelAliz 2022-06-06 14:20:36 +0800
  • 6870c6c487
    Merge pull request #6 from HSGamer/master Tristan 2022-05-30 18:51:00 -0400
  • 6c99fbd60f fix tab complete weird behavior HSGamer 2022-05-30 00:07:15 +0700
  • c66fc2c9ab
    Merge pull request #5 from HSGamer/master Tristan 2022-05-29 09:32:41 -0400
  • 3ebca1c15c fix null in tab-complete suggestion HSGamer 2022-05-29 12:19:40 +0700
  • 9f0d2e1193 move to loader-based HSGamer 2022-05-29 12:15:39 +0700
  • 87c74bdaae just use java scheduler HSGamer 2022-05-29 11:27:50 +0700
  • 55bc0e90bc include guava because minestom doesn't have it HSGamer 2022-05-27 10:34:40 +0700
  • 0c7f71f565 more deprecated & fix old api HSGamer 2022-05-27 10:11:44 +0700
  • c89a15c593 no apply HSGamer 2022-05-26 12:24:23 +0700
  • 70fc730de8 update minestom & some tweaks HSGamer 2022-05-26 12:13:42 +0700
  • 3a456c0fe3 Merge remote-tracking branch 'upstream/master' HSGamer 2022-05-26 11:38:26 +0700
  • 62a8891b48
    Fix buildscript Luck 2022-05-20 20:12:56 +0100
  • 6421525f3a
    LuckPerms for Forge (#3262) Alex Thomson 2022-05-21 07:09:04 +1200
  • 26db5dfb2b
    Various changes Luck 2022-05-20 20:06:38 +0100
  • f33ae97a68
    Various changes Luck 2022-05-19 22:19:53 +0100
  • 65a4c67745
    Fix bug in Sponge PermissionServiceProxy Luck 2022-05-19 18:12:42 +0100
  • a0b9df80bc Document EventBusUtil Alex Thomson 2022-05-17 14:33:01 +1200
  • fed94e36fd Add IPermissionHandler context support Alex Thomson 2022-05-17 13:44:02 +1200
  • d7d83f60d9 Update mods.toml Alex Thomson 2022-05-17 13:02:14 +1200
  • 2791df97d5 Add IPermissionHandler offline permission support Alex Thomson 2022-05-17 12:34:08 +1200
  • 0fc0fb2157 Fix StringIndexOutOfBoundsException Alex Thomson 2022-05-17 11:38:12 +1200
  • ada7b61277 Fix client side shutdown Alex Thomson 2022-05-17 07:59:15 +1200
  • 752a227005 Fix shutdown being too early Alex Thomson 2022-05-17 07:08:32 +1200
  • 1b2a5d898b Invalidate old cache on player death Alex Thomson 2022-05-17 00:05:43 +1200
  • 9e0bea7464 Don't dispatch context updates inside LazyOptional Alex Thomson 2022-05-17 00:03:57 +1200
  • b6b536ea16 Fix plugin message string encoding inconsistency (#3364) Alex Thomson 2022-05-16 23:22:37 +1200
  • 21f3805cf3 Use Forge capabilities for caching user data Alex Thomson 2022-05-16 23:08:36 +1200
  • 48ffde7675 Support GenericEvent and IModBusEvent events Alex Thomson 2022-05-16 23:08:30 +1200
  • c992f7c8f0 Revert scheduler changes Alex Thomson 2022-05-16 23:08:15 +1200
  • c6fe99e99f Move duplicate brigadier logic to common Alex Thomson 2022-05-15 23:24:47 +1200
  • c83d0c4fd4 Remove Thread.setContextClassLoader call Alex Thomson 2022-05-15 21:39:32 +1200
  • e694ec1578 Implement custom event registration Alex Thomson 2022-05-15 18:30:56 +1200
  • fda7aaf115 Implement jar-in-jar loader system Alex Thomson 2022-05-15 12:33:43 +1200
  • fa154d1003 Switch to PlayerNegotiationEvent Alex Thomson 2022-05-15 10:49:17 +1200
  • f928a6969a Inline and suppress unchecked Alex Thomson 2022-05-09 13:28:18 +1200
  • 8895a5228e Wrap CommandNodes instead of using Mixins Alex Thomson 2022-05-04 15:57:47 +1200
  • 3a86bbecb7 Remove onThrowIfUnchecked Mixin Alex Thomson 2022-05-03 23:24:09 +1200
  • 7fc344a5fb Add comments to Mixins Alex Thomson 2022-04-30 00:37:19 +1200
  • ed81d77710 Fix login disconnection Alex Thomson 2022-04-30 00:02:19 +1200
  • 17f01677f5 Avoid blocking the server thread Alex Thomson 2022-04-29 20:18:43 +1200
  • e869c34ee6 Separate ClassLoader and ClassPathAppender Alex Thomson 2022-04-29 16:37:38 +1200
  • af230f0a15 Add comment regarding GameProfile creation Alex Thomson 2022-04-28 18:48:24 +1200
  • 65b750ad3e Workaround Forge Alex Thomson 2022-04-28 03:06:49 +1200
  • d20de27793 Update to 1.18.2 Alex Thomson 2022-04-28 00:59:32 +1200
  • 87893f729c Use default parallelism value Alex Thomson 2022-04-28 00:51:46 +1200
  • 7df0aa2ab1 Fix ForgeSchedulerAdapter super constructor Alex Thomson 2022-04-28 00:51:41 +1200
  • f956a39e6a Fix Classloading issues with Caffeine Alex Thomson 2022-01-21 19:01:32 +1300
  • f29ac80861 Add meta support Alex Thomson 2022-01-06 16:23:06 +1300
  • 70a3c3e8f0 Reduce Mixins Alex Thomson 2022-01-06 16:22:39 +1300
  • 58e56ed078 Add comments Alex Thomson 2022-01-03 21:22:19 +1300
  • 882d0d62b6 Remove unnecessary code Alex Thomson 2022-01-03 21:21:57 +1300
  • 8dae1bb7ae Fix Console checks in ForgeSenderFactory Alex Thomson 2022-01-03 21:21:03 +1300
  • c9bd87e98f Move server mixins to common Alex Thomson 2022-01-03 01:33:55 +1300
  • 1eff250cf3 Downgrade compatibilityLevel Alex Thomson 2022-01-03 01:32:04 +1300
  • f2ab8153a3 Implement Forge 1.18.1 Platform Alex Thomson 2022-01-02 23:10:35 +1300
  • 1c0f0302c7 Support custom ForkJoinPool Thread Factories Alex Thomson 2021-12-24 02:15:23 +1300
  • 3c10204a28 Changes in preparation for forge Alex Thomson 2021-12-24 02:06:53 +1300
  • e6cc817436
    Update nexus mirror url Luck 2022-05-15 18:22:21 +0100
  • c35958b88e
    Fix plugin message string encoding inconsistency (#3364) Luck 2022-04-24 11:40:52 +0100
  • e0ee2c3b5f
    Resolve command entity selectors on Fabric (#3363) Emily 2022-04-24 05:44:24 -0300
  • b3cdf67c4f
    Add error logging for failed plugin message parse (#3364) Luck 2022-04-24 09:33:33 +0100
  • 21cc2a2867
    Create command source w/ l2 perm once and if needed emilyy-dev 2022-04-21 00:36:38 -0300
  • 813ccbfa9d
    Resolve command entity selectors on Fabric emilyy-dev 2022-04-21 00:26:45 -0300
  • 207e4aa9f8
    Show table prefix in a different colour Luck 2022-04-08 21:02:31 +0100
  • 34873914bd
    Show sql table prefix if set in '/lp info' (#3360) Zeromaniac 2022-04-08 21:35:40 +0200
  • 8e9228b75f
    whitespace Luck 2022-04-08 20:34:46 +0100
  • fdcca06a8e
    fix Luck 2022-04-08 20:33:51 +0100
  • c6f285d5e9
    refactor Luck 2022-04-08 20:32:10 +0100
  • db3717de39 Changed default Table Prefix String to Uppercase Zero 2022-04-08 21:13:02 +0200
  • 9608cc95b9 - Add default value for sql table prefix - Add check if we are using default table prefix - Add check if we are using default collection prefix Zero 2022-04-08 18:48:52 +0200
  • 2ed4160050 - Add translations Zero 2022-04-08 18:02:13 +0200
  • 125ec8809f - Add display table prefix to info command Zero 2022-04-08 18:00:40 +0200
  • 126631fce8
    Load configuration from env or system props (#3294) Luck 2022-04-03 15:21:18 +0100
  • 2e0a4d71a5
    Fix redis close (#3353) Luck 2022-03-27 16:50:31 +0100
  • 5647b2e5c6
    Shutdown okhttp on plugin disable (#3347) Luck 2022-03-23 20:15:03 +0000
  • eece15d415
    Close web editor sockets on plugin disable (#3326) Luck 2022-03-20 10:45:59 +0000
  • fb56189f0a
    Improve AbstractJavaScheduler (#3326) Luck 2022-03-19 23:30:31 +0000
  • 405c5c3cf9
    Fix typo with env var reading (#3345) Marton Schneider 2022-03-18 22:01:01 +0100
  • 040a6a9dbc fix missing variable assignment Marton Schneider 2022-03-18 19:50:47 +0100
  • e2afe2d357
    Merge branch 'LuckPerms:master' into master Marton Schneider 2022-03-18 19:48:55 +0100
  • eeec818286
    Allow server name to be specified with an env var (#3341) Marton Schneider 2022-03-16 22:01:21 +0100
  • 6125116a04 change server name from env var => add to a separate option for this Marton Schneider 2022-03-16 21:56:22 +0100
  • c92d7a8d5b resolves LuckPerms/LuckPerms#3339 Marton Schneider 2022-03-16 20:44:52 +0100
  • c71aa19cae
    Fix Travertine download link Tadhg Boyle 2022-03-01 19:45:01 -0800
  • 138f2c1b3e
    Provide snakeyaml for Fabric (#3325) Luck 2022-02-28 20:45:15 +0000
  • f840c76e44
    Don't pretty-print exporter json (#3329) Luck 2022-02-28 20:33:00 +0000
  • 775f1adf36
    Support for command completions on Bukkit 1.18.2 Luck 2022-02-28 20:20:30 +0000
  • 8ed63159ce
    Set mongodb uuid representation (#3324) Luck 2022-02-27 13:17:12 +0000
  • 4bdcca6566
    Update mongodb driver Luck 2022-02-20 22:41:58 +0000
  • 3881f271ef Update gradle-wrapper.jar 7.2 -> 7.4 vie10 2022-02-19 20:52:39 +0200
  • c2522b05fc Upgrade gradle 7.2 -> 7.4 vie10 2022-02-19 19:29:00 +0200
  • 9d01d8d2fb Use AdventureCompat Tristan 2022-02-18 16:29:08 -0500
  • ed3645de07 Merge remote-tracking branch 'upstream/master' Tristan 2022-02-18 15:57:04 -0500
  • b235234633
    Sponge use jar-in-jar loader lucko 2022-02-17 00:22:46 +0000
  • b497f7982c
    Sponge jar-in-jar loader Luck 2022-02-16 23:17:19 +0000
  • 5c8b0a604e
    Maintain order in editor users/groups collection Luck 2022-02-16 19:53:33 +0000
  • 86d2523d33
    Fix SpongePlayerCalculator errors Luck 2022-02-11 23:25:31 +0000