Commit Graph

  • ea9d1906e4 fixed annotations intellij missed Sxtanna 2020-07-23 22:06:39 -0400
  • 4bafe0f44f updated plugin.yml with the new permissions, (and also fixed its formatting) Sxtanna 2020-07-23 20:32:19 -0400
  • ed7f48a909 updated ecloud subcommands to have a more specific permission Sxtanna 2020-07-23 20:31:51 -0400
  • aefe2a0f52 fixed annotation ordering and added missing annotations Sxtanna 2020-07-23 19:47:06 -0400
  • fb8478b5a6 updated to use new method from cloud manager Sxtanna 2020-07-23 18:50:42 -0400
  • 0111a171a2 finished new command system Sxtanna 2020-07-23 18:50:26 -0400
  • 24c300ff69 deleted old commands system Sxtanna 2020-07-23 18:49:03 -0400
  • d032117092 updated to use the config instead of a null check Sxtanna 2020-07-23 18:48:41 -0400
  • bb828ec34a updated downloading to use completablefuture, updated all methods to use streams exclusively Sxtanna 2020-07-23 18:48:10 -0400
  • b3062c37e0 updated commands to use helper functions for suggesting Sxtanna 2020-07-23 16:37:54 -0400
  • adcccc19cf deleted unused commands Sxtanna 2020-07-23 13:48:08 -0400
  • 1815150ced replace ecloud enable and disable commands with single toggle command evaluator Sxtanna 2020-07-23 13:44:19 -0400
  • d607fcb2d6 added start of ecloud commands Sxtanna 2020-07-23 13:25:05 -0400
  • 0338c372bf updated imports, updated tab completion to use helper functions Sxtanna 2020-07-23 12:58:15 -0400
  • 8f0056454f added helper functions for filtering and suggesting Sxtanna 2020-07-23 12:57:40 -0400
  • 05f64fe5cb moved new commands into local package Sxtanna 2020-07-23 12:56:41 -0400
  • ed306884fa Merge branch 'master' into commands_rewrite Sxtanna 2020-07-23 12:02:51 -0400
  • 21ca434e72 added unit test for hex code escaping Sxtanna 2020-07-23 12:02:04 -0400
  • 0d38618e89 added command dispatching parsing Sxtanna 2020-07-23 00:12:44 -0400
  • 1da4166a69 Merge branch 'master' into commands_rewrite Sxtanna 2020-07-23 00:02:47 -0400
  • d63d7dc5f8 updated char replacer to support hex colors, and escaping &x Sxtanna 2020-07-22 23:59:39 -0400
  • 61ef2fd9df updated parse command to send message to players as components Sxtanna 2020-07-22 23:24:27 -0400
  • 6b01d37b53 updated router to allow entering labels in any case Sxtanna 2020-07-22 23:23:53 -0400
  • 163b40db71 updated register completions to suggest file names Sxtanna 2020-07-22 21:05:28 -0400
  • 08e203a72c updated switch to break on parse match Sxtanna 2020-07-22 21:05:07 -0400
  • 0f9a1483d6 updated plugin class to use new command router Sxtanna 2020-07-22 20:51:04 -0400
  • 9bd29ed948 Merge remote-tracking branch 'origin/commands_rewrite' into commands_rewrite Sxtanna 2020-07-22 20:48:20 -0400
  • 696ce8d7b2 updated router to build an immutable map of the commands Sxtanna 2020-07-22 18:12:48 -0400
  • 1e2202cee1 updated params param with unmodifiable annotation Sxtanna 2020-07-22 18:12:10 -0400
  • d0fba00fe1 updated alias method to return an immutable view Sxtanna 2020-07-22 18:11:10 -0400
  • db1096bf7e added labels helper to command Sxtanna 2020-07-22 18:10:27 -0400
  • 8e2484bd4b fixed annotation order Sxtanna 2020-07-22 17:59:21 -0400
  • a1600e89e4 deleted unused commands Sxtanna 2020-07-22 17:57:20 -0400
  • 87202cc1ca added new expansion register and unregister commands Sxtanna 2020-07-22 17:56:31 -0400
  • 0db75554c0 removed parserel Sxtanna 2020-07-22 17:27:21 -0400
  • 687c3f5eff deleted old unused commands Sxtanna 2020-07-22 17:12:43 -0400
  • 22a6bf88d3 added new commands to command router Sxtanna 2020-07-22 17:12:25 -0400
  • 2e9231a94f updated new parse command to support all three parsing types Sxtanna 2020-07-22 17:10:47 -0400
  • 9c81951c56 added new reload command Sxtanna 2020-07-22 17:10:02 -0400
  • e8689f5595 added new info command Sxtanna 2020-07-22 17:09:52 -0400
  • 4b3c83ad20 updated formatting Sxtanna 2020-07-21 11:47:37 -0400
  • cefe67c3ef began rewriting command system Sxtanna 2020-07-21 01:51:10 -0400
  • f47eef7442 updated plugin class to be less painful to look at, Sxtanna 2020-07-22 20:42:53 -0400
  • 9631b087b3 updated server load listener to be final, and to automatically unregister itself when done Sxtanna 2020-07-22 20:41:27 -0400
  • d7b947ddad finalized config, added nullability annotations Sxtanna 2020-07-22 20:40:47 -0400
  • 656f9ad03c updated expansion manager to actually... manage expansions Sxtanna 2020-07-22 20:40:15 -0400
  • e753c8f1bf updated router to build an immutable map of the commands Sxtanna 2020-07-22 18:12:48 -0400
  • 4959fd1596 updated params param with unmodifiable annotation Sxtanna 2020-07-22 18:12:10 -0400
  • 6e7ee344b7 updated alias method to return an immutable view Sxtanna 2020-07-22 18:11:10 -0400
  • e63f7f0a5b added labels helper to command Sxtanna 2020-07-22 18:10:27 -0400
  • 33ffeb3d79 fixed annotation order Sxtanna 2020-07-22 17:59:21 -0400
  • e8868818fe deleted unused commands Sxtanna 2020-07-22 17:57:20 -0400
  • 21fb652f46 added new expansion register and unregister commands Sxtanna 2020-07-22 17:56:31 -0400
  • fc37d9584d removed parserel Sxtanna 2020-07-22 17:27:21 -0400
  • 1575ab04c4 Merge remote-tracking branch 'origin/commands_rewrite' into commands_rewrite Sxtanna 2020-07-22 17:13:52 -0400
  • 03b6b997ed deleted old unused commands Sxtanna 2020-07-22 17:12:43 -0400
  • 86a0624538 added new commands to command router Sxtanna 2020-07-22 17:12:25 -0400
  • 71211eb026 updated new parse command to support all three parsing types Sxtanna 2020-07-22 17:10:47 -0400
  • acf62e02c6 added new reload command Sxtanna 2020-07-22 17:10:02 -0400
  • c621405f1c added new info command Sxtanna 2020-07-22 17:09:52 -0400
  • 56a0b4ac0a updated formatting Sxtanna 2020-07-21 11:47:37 -0400
  • 795b655766 began rewriting command system Sxtanna 2020-07-21 01:51:10 -0400
  • 0a4150d63e updated fileutil to ignore NCDFEs, and to print exceptions Sxtanna 2020-07-21 16:04:24 -0400
  • 377d091ae2 added back deprecated online player method Sxtanna 2020-07-21 12:25:38 -0400
  • bdf8a1bcc1 reformatted event classes, added nullability annotations, made classes final. Sxtanna 2020-07-21 11:56:57 -0400
  • fefa8d4e1a began rewriting command system Sxtanna 2020-07-21 01:51:10 -0400
  • ee78fc1775 updated char replacer to better handle malformed input Sxtanna 2020-07-21 01:48:59 -0400
  • 9ddb21220f updated shadow, added test dependencies for jmh and junit Sxtanna 2020-07-20 20:13:32 -0400
  • 47e336c1fe Merge branch 'master' into gradle Sxtanna 2020-07-20 20:07:38 -0400
  • a2a736d909 undeprecated bracket placeholder methods, Sxtanna 2020-07-20 19:50:36 -0400
  • 9217147827
    Merge pull request #355 from Andre601/patch-3 Sxtanna 2020-07-20 19:26:56 -0400
  • 53736888a5
    grammar Andre_601 2020-07-21 01:26:21 +0200
  • 75004f08d0 Add deprecation notice to all methods Was it so hard to do a Ctrl+C, Ctrl+V? Andre601 2020-07-21 01:20:26 +0200
  • 51f61f61af
    Add missing deprecation notices. Andre_601 2020-07-21 01:06:37 +0200
  • e7ce84e7fc cleaned up fileutil and expansion manager Sxtanna 2020-07-20 18:55:37 -0400
  • 42992de312 updated with null contracts, immutability, and early returns. Sxtanna 2020-07-20 18:22:08 -0400
  • 45b3ebfbc2 updated to use new char replacer, deprecated all older functions, defined null contracts, and immutability. Sxtanna 2020-07-20 18:16:46 -0400
  • 3b3892e7d6 updated placeholder hook to define immutability and null contracts, deprecated online player function Sxtanna 2020-07-20 18:14:13 -0400
  • 9060ea6bd3 updated to use new closure Sxtanna 2020-07-20 17:38:18 -0400
  • 49012dc6b2 here extendedclip 2020-07-20 17:23:27 -0400
  • 9d73893cc8
    replacer api, unit tests, and benchmarks (#354) Sxtanna 2020-07-20 16:59:25 -0400
  • 4ce0b03852 Revert "Performance Improvements (#340)" extendedclip 2020-07-20 16:57:16 -0400
  • 8ca8ee3da6 updated jmh to 1.23, updated junit to 5.6.2 Sxtanna 2020-07-20 14:14:20 -0400
  • f3d62fbf42 updated replacers to accept specific closure types, added test to verify malformed placeholder handling Sxtanna 2020-07-20 14:10:27 -0400
  • b951e622f2 added unit tests and benchmarks for the replacer implementations Sxtanna 2020-07-20 13:23:27 -0400
  • b1f31e863b added test dependencies for jmh and junit Sxtanna 2020-07-20 13:22:50 -0400
  • 35b7c6810e added abstracted replacer api, and both char and regex based implementations Sxtanna 2020-07-20 13:22:22 -0400
  • 8972f7cff4
    Merge pull request #352 from Sxtanna/master Glare 2020-07-19 15:22:24 -0500
  • d2223f83b8 removed server dependency, added provided dependency for log4j-core Sxtanna 2020-07-19 09:16:09 -0400
  • b4d6b047af moved compiler source and target to properties Sxtanna 2020-07-19 09:12:58 -0400
  • 646ec370d6 Add cmdparse command stonar96 2020-07-16 19:42:24 +0200
  • 0effe4d9fe Fix bcparse and parserel commands stonar96 2020-07-16 19:32:30 +0200
  • 54d5757d0a
    Performance Improvements (#340) Crypto Morin 2020-07-16 09:32:22 -0700
  • 4bee3f75f1 Almost a recode I guess Crypto Morin 2020-07-16 15:23:05 +0000
  • 129d0b2321 Merge remote-tracking branch 'upstream/master' into Performance-Improvements Crypto Morin 2020-07-16 15:22:11 +0000
  • ca8fb3117f fixed resource processing variables PiggyPiglet 2020-07-15 01:00:01 +0800
  • bc0535e2f4 Converted to gradle PiggyPiglet 2020-07-15 00:56:49 +0800
  • f9f59f1f96 Merge the multiple static blocks extendedclip 2020-07-14 10:24:01 -0400
  • f205146c75 Rename ecloud commands to be prefixed with Ecloud to avoid confusion extendedclip 2020-07-14 10:21:29 -0400
  • 0634a9cd9b
    Switch back to the official JSONMessages darbyjack 2020-07-14 08:18:06 -0500