5690 Commits

Author SHA1 Message Date
UnknownShadow200
37f1ba6515
Merge pull request #809 from ddinan/master
Add CinematicGui support
2024-08-24 11:51:21 +10:00
Derek
bb16b45fee Add CinematicGui support 2024-08-24 10:56:57 +10:00
UnknownShadow200
9527d52f5e Separate visible selections from zones 2024-08-22 07:30:16 +10:00
Goodlyay
518a5c240c Allow custom help behavior in SubCommand 2024-08-18 16:03:10 -07:00
UnknownShadow200
f18add8d28
Merge pull request #808 from RandomStrangers/master
Update README.md
2024-08-14 08:50:14 +10:00
RandomStrangers
7d4d8685a0 Merge branch 'master' of https://github.com/RandomStrangers/MCGalaxy 2024-08-13 18:40:59 -04:00
RandomStrangers
cc7ec41431 2024-08-13 18:39:30 -04:00
Random Strangers
08488f1fda
Update README.md 2024-08-13 18:38:36 -04:00
Random Strangers
83c172812e
Update README.md 2024-08-13 18:37:03 -04:00
UnknownShadow200
40f8c83b2a Create game config files if they don't exist, move config updating more into games themselves 2024-08-14 08:29:03 +10:00
Random Strangers
23dbfa2cad
Update README.md 2024-08-13 18:22:56 -04:00
Random Strangers
04f31444b7
Update README.md
Updated screenshots of ClassiCube and MCGalaxy.
2024-08-13 18:06:29 -04:00
RandomStrangers
855d7640a5 Fix game properties not being generated on startup. 2024-08-13 17:36:15 -04:00
UnknownShadow200
f059c0c603 Move markdown conversion methods to Utils class 2024-08-11 11:31:21 +10:00
UnknownShadow200
73f73de241 Discord: Make more functionality accessible to derived classes 2024-08-11 09:24:49 +10:00
Goodlyay
1ba7e39d3c Actually don't display unique clients count in /pclients 2024-08-07 19:36:08 -07:00
Goodlyay
7f01f7ff0f Make /clients use MessageLines and display num unique clients connected 2024-08-07 15:18:33 -07:00
Goodlyay
9046849a17 Change MessageLines to be non-interruptable by other messages 2024-08-07 14:54:18 -07:00
UnknownShadow200
0bb1e53315 Unseal Discord/IRC bot classes 2024-07-25 19:59:58 +10:00
Goodlyay
9dec181e73 Display your current out/in message in /help log[out/in]message 2024-07-23 17:11:16 -07:00
Goodlyay
a509d65270 Document /ignore list and give feedback if ignoring nothing 2024-07-23 16:38:34 -07:00
Goodlyay
b0d1565219 Remove "map" from /help os add (thanks donlon) 2024-07-22 18:20:55 -07:00
UnknownShadow200
19305448b2
Merge pull request #803 from ClassiCube/dependabot/nuget/MCGalaxy/SixLabors.ImageSharp-2.1.9
Bump SixLabors.ImageSharp from 2.1.8 to 2.1.9 in /MCGalaxy
2024-07-23 08:00:52 +10:00
dependabot[bot]
08bf858a8d
Bump SixLabors.ImageSharp from 2.1.8 to 2.1.9 in /MCGalaxy
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v2.1.8...v2.1.9)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:46:11 +00:00
Goodlyay
7417acad4c Add creation date timestamp to bots 2024-07-13 01:43:30 -07:00
UnknownShadow200
c76f2f49f7
Merge pull request #802 from Rainb0wSkeppy/patch-1
fix Vec3F32 * operator being broken
2024-07-08 06:55:00 +10:00
Rainb0wSkeppy
d0f9c4279b
fix Vec3F32 * operator being broken 2024-07-07 20:46:17 +00:00
Goodlyay
0689e6fd9b Make /replaceall use held block if no replace block provided 2024-07-07 01:05:26 -07:00
UnknownShadow200
effa0c2e85 dotnet: Make compiled commands/plugins backwards compatible 2024-07-05 22:00:38 +10:00
UnknownShadow200
dd8ff425df Don't hardcode CLI path when updating dotnet build 2024-07-05 20:55:05 +10:00
UnknownShadow200
dee6bee1f3 dotnet: Avoid need for compiler env variable, try to avoid need for dotnet path env variable too 2024-07-04 20:28:47 +10:00
UnknownShadow200
60df0ea0ae WIP on dotnet update support 2024-07-04 18:07:49 +10:00
UnknownShadow200
3c2d98c5a3 Make it so you don't need to copy libsqlite3 on Linux anymore 2024-07-04 07:56:25 +10:00
UnknownShadow200
f427e1db09 Move net platform specific functionality to dedicated class 2024-07-03 22:36:15 +10:00
UnknownShadow200
9c0d858434 Make name verify disabled warning louder in CLI mode 2024-07-03 19:00:41 +10:00
UnknownShadow200
965780bd9e dotnet: Add auto references for common DLLs 2024-07-01 22:58:17 +10:00
UnknownShadow200
a818e54b85 Tidy up assembly referencing 2024-07-01 22:41:43 +10:00
Goodlyay
96ebcf29bb Remove /rq as an alias for /ragequit
As this shortcut doesn't describe the command and is commonly used to troll new players. Server owners can add an alias for the command if they still wish to allow /rq
2024-06-27 15:04:19 -07:00
Goodlyay
d9eafea141 Provide feedback when trying to use old /os zones
Also remove deprecated os subcommands from appearing in the help list to avoid confusing with unnecessary info
2024-06-17 10:54:17 -07:00
UnknownShadow200
01fb28e998 Heartbeat should link to AuthService directly instead of having a copy of the salt 2024-06-09 09:54:04 +10:00
UnknownShadow200
012fa57346 Allow dynamically adding map gen biomes 2024-06-08 07:52:40 +10:00
UnknownShadow200
cfbf37c812 Change /brush and /transform to support partial name matching 2024-06-08 07:30:45 +10:00
Goodlyay
0872171cbb Allow EnvPreset to be useable by plugins + minor code cleanup 2024-06-07 10:27:07 -07:00
UnknownShadow200
80884967e2 Non-public mod action logs should still be relayed to non-public channels on external relays 2024-06-03 20:09:16 +10:00
UnknownShadow200
a3dd5b5166 Attempt to catch UnauthorizedAccessException when reading from stdin to avoid constant error log spam when stdin is unreadable
This can happen e.g. if being run in nohup mode
2024-05-31 09:43:41 +10:00
Goodlyay
5e89553ad4 Display all of your currently selected pronouns in /help pronouns 2024-05-20 02:38:21 -07:00
Goodlyay
a970a7f007 Add env "lightingmode" config 2024-05-18 21:45:37 -07:00
Goodlyay
2f8aa7cd30 Rename LB lavabrightness and lampbrightness to lavalight and lamplight
Also display lavalight and lamplight colors in /mi env if set
2024-05-17 21:19:03 -07:00
UnknownShadow200
c6d0e03d81 Add /update latest to allow updating to latest commit 2024-05-18 10:42:28 +10:00
UnknownShadow200
151b75a351 Allow disabling auto name verification for LAN IPs 2024-05-18 10:34:04 +10:00