Commit Graph

194 Commits

Author SHA1 Message Date
552ef608d9 Break off update plugins code into separate object. 2021-12-23 07:17:48 +00:00
46ba0a4a44 Opt-into ExperimentalSerializationApi. 2021-12-23 07:02:31 +00:00
e3402505fd DevServer: Parse pipeline payload for filtering. 2021-12-23 01:51:27 -05:00
f7e19b1509 Add /setspawn and /spawn. 2021-12-23 06:32:12 +00:00
7a30d066ac If token is empty (the default now), Bifrost won't do anything.
- Fixes #6.
2021-12-23 06:31:46 +00:00
139ce551dc DevUpdate Server for Test Server Updates 2021-12-22 23:45:41 -05:00
795e99ad4f Add toggles for chat bridge. 2021-12-23 04:10:40 +00:00
b8c8097f58 Add toggles for start, shutdown, player join and quit events. 2021-12-23 03:44:16 +00:00
4439fe74a6 Delete println that I stupidly left in tab completion for persistent store.
I' a println debugger and I'm PROUD https://youtu.be/-N0yXGVWS1Y
2021-12-22 22:22:02 -05:00
ecdb6a2898 Persistent Store Command Tweaks
- delete-all-entities command.
- Basic tab completion.
2021-12-22 22:06:34 -05:00
b91602d719 Add installation instructions to README. 2021-12-23 03:02:40 +00:00
b32b8efc84 Persistent store fixes and /pstore command
- Fixes find() and getAll() to run in a transaction.
- Add /pstore command which has debug utilities.
2021-12-22 21:37:01 -05:00
fb1fd1a6e5 Forgot to add mkdir after reworking logic. 2021-12-23 02:25:06 +00:00
6b4bd2a987 Bump version to v0.2. 2021-12-23 02:23:26 +00:00
32ed137591 Move bifrost.yaml to foundation-bifrost. v0.1 2021-12-23 02:19:47 +00:00
dfbba05403 Update command now updates the plugins. 2021-12-23 02:19:46 +00:00
9533dd5e4f Persistent Store Improvements
- Fix bug where find() would return Unit while still performing the operational.
- Add a getAll() function for fetching all entities of a specific type.
- Close persistent stores on plugin disable.
2021-12-22 21:11:16 -05:00
5f6a663cb3 Add start-up and shutdown messages to Bifrost. 2021-12-23 01:31:15 +00:00
1791a4ccd4 Merge branch 'store' into 'main'
Basic Persistent Store using Xodus

See merge request lgorence/foundation!2
2021-12-23 01:08:37 +00:00
e2e7cc4840 Basic Persistent Store using Xodus 2021-12-22 19:53:27 -05:00
583ffc17d7 Only forward Discord messages from configured channel. 2021-12-23 00:42:00 +00:00
e45f46dc71 Add join/quit messages to Bifrost. 2021-12-23 00:39:36 +00:00
7b9b7b9b3b Add check for curl and jq. 2021-12-22 23:58:59 +00:00
3b36456a5d Add install script. 2021-12-22 23:53:06 +00:00
3591906076 Add README.md and LICENSE, fixes #5. 2021-12-22 23:12:28 +00:00
5ad75a2580 Add basic update checking. 2021-12-22 08:11:22 +00:00
cadfcf2cda Merge branch 'leaderboard' into 'main'
Leaderboard Command

See merge request lgorence/foundation!1
2021-12-22 08:00:56 +00:00
0159675567 Leaderboard Command 2021-12-22 02:58:54 -05:00
3b47ec75bb Initial update manifest generation. 2021-12-22 06:55:47 +00:00
b410fdf9e0 Try a build version-based version scheme. 2021-12-22 05:52:10 +00:00
728904fa23 Add short gamemode commands. 2021-12-22 04:49:36 +00:00
69380906e6 Add basic channel and chat bridge. 2021-12-22 01:38:22 +00:00
be7df6dcc6 Adjust plugin JAR name. 2021-12-21 21:32:34 +00:00
3377060736 Fix build by moving jar task disable to correct place. 2021-12-21 17:22:32 +00:00
f941dc9206 Bump the GitLab CI Java version to 17. 2021-12-21 09:23:29 +00:00
2e0ebb0501 Quote invalid YAML syntax to make string. 2021-12-21 09:20:16 +00:00
b3f2c9270b Possible working CI. 2021-12-21 09:19:28 +00:00
e303f6f937 Test plugin dependencies and casting the existing instance. 2021-12-21 09:07:10 +00:00
aed37ae013 Gradle................. 2021-12-21 08:58:44 +00:00
7259de6c17 Convert to Kotlin. 2021-12-21 00:58:22 +00:00
9413211a82 Refactor backup command. 2021-12-20 23:28:00 +00:00
10f6bf98dd Rework command output. 2021-12-20 18:51:35 +00:00
42f5f33149 Basic world backup command. 2021-12-20 18:01:54 +00:00
f36f996315 Initial commit. 2021-12-19 02:05:59 +00:00