Commit Graph

  • 368e665ac3 [ci skip] Update README William278 2023-01-27 11:46:31 +0000
  • 922eb2f19a Merge remote-tracking branch 'origin/master' William278 2023-01-27 11:45:50 +0000
  • 23e0123004 Update README and banner William278 2023-01-27 11:45:04 +0000
  • e98bac844a Hotfix bump to 2.2.2 - fix unchecked cast on trident lock check 2.2.2 William 2023-01-10 14:42:54 +0000
  • d6d9a55f72 Fix unchecked cast on trident launch locking, fix #79 William 2023-01-10 14:42:28 +0000
  • e3070a65ab Ensure player isn't locked before force-dropping items 2.2.1 William 2023-01-07 22:17:42 +0000
  • a8b4696604 Minor style tweaks William 2023-01-07 22:14:06 +0000
  • 7f5ca6206b
    Merge pull request #76 from ItsWagPvP/patch-1 William 2023-01-07 22:11:18 +0000
  • ad885a9a15 Bump library versions, fix test dependencies William 2023-01-07 22:11:05 +0000
  • fe89e7b770 Fix tests William 2023-01-07 21:31:14 +0000
  • 17ea62ed0b
    Merge pull request #78 from emmanuelvlad/master William 2023-01-07 21:11:01 +0000
  • 94717637ba fix dupe with trident when player is locked evlad 2023-01-07 22:06:47 +0100
  • f6663f0c09 Refactor; consolidate Logger and ResourceReader, simplify certain method arguments William 2023-01-05 19:06:04 +0000
  • 33588c2345 Bump to v2.2.1 William 2023-01-05 18:35:34 +0000
  • c2c5a424fb Add checks against the user being an NPC William 2023-01-05 18:35:10 +0000
  • ce41053e87
    Fixed issue #74 Gabriele Cabrini 2023-01-03 21:06:26 +0100
  • 5817de83e5 Fix locked map data not being applied in some cases 2.2 William 2023-01-03 12:38:17 +0000
  • 30dd48ce88 Add additional checks and error handling when setting health William 2023-01-03 12:14:18 +0000
  • cf7912a89e Bump to 2.2 William 2023-01-03 11:58:06 +0000
  • 9900b44858 Disable locked map syncing by default William 2023-01-03 11:56:47 +0000
  • 9019181208 Merge remote-tracking branch 'origin/master' William 2023-01-03 11:51:29 +0000
  • 99483387f1 Add additional error handling for player health and statistic updating William 2023-01-03 11:51:25 +0000
  • 42177f2582
    Merge pull request #75 from emmanuelvlad/expose-locked-players William 2023-01-01 16:19:52 +0000
  • e4e0743205
    [ci skip] Update license year (2023) William 2023-01-01 16:18:58 +0000
  • 105927a57f added dummy method evlad 2022-12-31 04:41:20 +0300
  • 71706bf9ae expose locked players + add a method on OnlineUser evlad 2022-12-31 04:30:45 +0300
  • 101e0c11d7 Fix unsynced players having data saved on world save / death William 2022-12-27 19:31:14 +0000
  • 70323fb2e2 Merge remote-tracking branch 'origin/master' William 2022-12-26 16:42:48 +0000
  • 9dc5577175 Clear the player's cursor when setting inventory contents William 2022-12-26 16:06:22 +0000
  • 117d5edea2
    [ci skip] Update badge William 2022-12-19 16:04:35 +0000
  • 3f0f518037
    [ci-skip] Clarify minimum Java version in README William 2022-11-20 18:43:04 +0000
  • 2017ecc20f Minor refactoring / code improvements William 2022-11-18 14:40:15 +0000
  • ded89ad343 ACTION_BAR as default notification slot William 2022-11-18 11:25:00 +0000
  • c4b194f8d6 Fix unlocked maps getting wrongly locked William 2022-11-17 02:46:40 +0000
  • d682e6e6c6 Fix notifications through Toast AndJam library William 2022-11-17 02:34:52 +0000
  • 6fef9c4eae Remove map itemstack debug logging mess William 2022-11-16 22:40:23 +0000
  • 16eee05065 Add notification slot configuration, support for toasts William278 2022-11-16 22:31:57 +0000
  • b664e2586d Bump gson to 2.10 William278 2022-11-16 22:06:26 +0000
  • d594c9c257 Truncate long data save cause names, close #60 William278 2022-11-16 14:44:32 +0000
  • 532a65eca8 Ensure players remain locked on disconnect and shutdown, close #67 William278 2022-11-16 12:06:01 +0000
  • 5af8ae0da5 Use canvas rendering approach, finish locked map synchronisation William 2022-11-15 23:37:41 +0000
  • c0709f82bd Add the ability to synchronise/persist locked maps cross-server, close #14 William278 2022-11-15 18:29:37 +0000
  • 945b65e1bc Minor performance improvement to event cancelling, add checks against inventory clicks William278 2022-11-15 17:46:55 +0000
  • efcb36d345 Fix database username at wrong config path William278 2022-11-15 11:37:15 +0000
  • 30cd89c578 Remove unnecessary debug William 2022-11-15 00:43:52 +0000
  • bb3753b8e4 Fix typo William 2022-11-15 00:42:34 +0000
  • d5569ad3ed Fix event priorities in config, bump to 2.1.3 William 2022-11-15 00:36:45 +0000
  • d8386fd2a2 Fix edit nodes not being respected William 2022-11-14 18:25:44 +0000
  • 3bfea58f35 Make event priority configurable for three key events William 2022-11-14 11:47:33 +0000
  • 51cf7beeb8 Remove redundant compiler warning suppressors William 2022-11-14 11:04:41 +0000
  • df247b41f4 Bump to v2.1.2 2.1.2 William 2022-11-06 22:32:46 +0000
  • bac760165e Tweak logic for determining if a player is dead, fix issues with <1HP players being detected dead William 2022-11-06 22:31:33 +0000
  • dd39482ed1 Tweaked bukkit implementation of #isDead detection William 2022-10-28 13:00:08 +0100
  • c05f165278 Bump to v2.1.1 2.1.1 William 2022-10-26 15:21:06 +0100
  • c888759d33 Merge remote-tracking branch 'origin/master' William 2022-10-26 15:20:21 +0100
  • 089ea5b63a Fix unsafe joins on inventory and ender chest commands, better exception catching, Close #58 William 2022-10-26 15:20:08 +0100
  • 9020e9d906
    Merge pull request #57 from iVillager/patch-1 William 2022-10-19 19:41:27 +0100
  • 7584ea0070
    Update it-it.yml Villag3r_ 2022-10-19 19:46:25 +0200
  • 9c243c2893
    Merge pull request #56 from Ceddix/master William 2022-10-19 15:27:08 +0100
  • 8ba90fadc4
    Updated german locales Ceddix 2022-10-19 15:39:09 +0200
  • 480796fbee Remove config.yml 2.1 William 2022-10-13 20:30:19 +0100
  • 9b186ec97a [ci skip] Add data-dumping.png William 2022-10-12 21:47:55 +0100
  • d828631dea Merge branch 'master' into triumph-gui William 2022-10-12 21:34:15 +0100
  • 5b8de7967b Fix it not being possible to creative-middle-click-clone item stacks from un-editable inventory snapshot views, close #44 William 2022-10-12 21:34:09 +0100
  • 4fddbc2b32 Automatically expand menus to accommodate custom inventory/echest sizes, close #45 William 2022-10-12 21:16:11 +0100
  • 43cd367ca3 TriumphGUI for menus, fix missing inv/echest view message, fix data saving despite no updates, close #42 William 2022-10-12 21:02:57 +0100
  • 19ca504bab Suggest delete and restore commands rather than run them William 2022-10-12 16:37:56 +0100
  • 394b8ff1d1 Disable dump commands for operators by default William 2022-10-12 15:43:39 +0100
  • 4577da3336 Restore users with at least one health point William 2022-10-12 15:37:26 +0100
  • c3b339b3dd Minor cleanup, tweak listener method names William 2022-10-12 15:13:19 +0100
  • 2b91154ca2 Ensure players have their inventory contents saved on death William 2022-10-12 01:45:46 +0100
  • 2351be31e3 Merge branch 'annotaml-config' into save-on-death William 2022-10-11 21:15:50 +0100
  • 624543b93d More test fixes William 2022-10-11 21:15:43 +0100
  • c13f4b2a05 Merge branch 'annotaml-config' into save-on-death William 2022-10-11 21:01:02 +0100
  • 00b8d335d8 Fix tests William 2022-10-11 21:00:54 +0100
  • 89d8b79ae3 Add ability to save user data on player death William 2022-10-11 20:58:19 +0100
  • acd97a1cb0 Migrate config to Annotaml William 2022-10-11 20:42:15 +0100
  • 8c0f7a295f [ci skip] tweak comment William 2022-10-11 19:05:57 +0100
  • 7536bfaaf5 Add `/userdata dump` command, for file/web dumping of user data json William 2022-10-07 22:52:58 +0100
  • cbf5d9c24e Implement variable-sized user data; only save needed data William 2022-10-07 17:02:26 +0100
  • b9e474d946 Variable-size data format support: Deprecate `getXData()` methods in `UserData` in favour of optional returns William 2022-10-07 16:04:56 +0100
  • 3d232f97fb Shade adventure instead of bundling at runtime William 2022-10-07 14:31:08 +0100
  • 6d649d0889 Extra logging for DataSerialization exceptions William 2022-10-07 14:20:48 +0100
  • 0754837820 Start work on data list pagination via PagineDown, update locales William 2022-09-22 23:00:24 +0100
  • 8f44dbb296 Import cleanup William 2022-09-22 15:00:38 +0100
  • 049cd8ecca Migrate plugin to MineDown/Kyori-adventure William 2022-09-22 15:00:22 +0100
  • 2ed7705903 Merge remote-tracking branch 'origin/master' William 2022-09-22 14:49:45 +0100
  • 6bc6749e38 Merge API module into bukkit for simplicity William 2022-09-22 14:48:36 +0100
  • 97a02b7a05 [ci skip] Tweak docs URL William278 2022-09-10 20:01:41 +0300
  • abc41a0aca [ci skip] Add screenshot to README William278 2022-09-10 20:01:00 +0300
  • 31a14b2de7 [ci skip] Update README with new badges William278 2022-09-10 19:58:53 +0300
  • 59a0002c16 Migrate to DesertWell for about menu, version checking William278 2022-09-10 19:52:34 +0300
  • 61020e04d9 Fix typo in default command description William278 2022-09-10 19:40:53 +0300
  • ff1ace8342 Update version format William278 2022-09-10 19:27:26 +0300
  • 847790c514 Remove `api` module, include it in with the `bukkit` module for simplicity William278 2022-09-10 19:25:07 +0300
  • 390a77b407 Update README.md (remove mariadb comment) 2.0.2 William 2022-08-21 13:30:37 +0100
  • 04ab9d14f8 Update rich-syntax-highlighting.png William 2022-08-21 13:22:23 +0100
  • 3a32d481c4 Add rich-syntax-highlighting.png William 2022-08-21 13:20:04 +0100
  • 8edbc029f8 Remove test commodore completions William 2022-08-21 13:15:48 +0100
  • 258356e45d Bundle boosted-yaml, adjust shading and build scripts William 2022-08-21 13:09:30 +0100