Goodlyay
|
37f28d7f5a
|
Log which level a player is kicked from for blockspam in IRC/console, too
(thanks 5parkSprained89)
|
2025-05-30 18:58:37 -07:00 |
|
UnknownShadow200
|
4e698d93d6
|
Add VS2019 professional too
|
2025-05-17 09:44:25 +10:00 |
|
UnknownShadow200
|
e6df0cccc4
|
Make it possible to compile commands/plugins with more modern C# features in some cases on Windows
Does require Visual Studio to be installed
|
2025-05-17 07:57:12 +10:00 |
|
Goodlyay
|
177120afd5
|
Make it a little more clear who can see perbuild/pervisit messages
|
2025-05-15 04:23:31 -07:00 |
|
D
|
75f72f7132
|
Merge pull request #829 from ddinan/toggle-block-list
Add ToggleBlockList CPE
|
2025-05-11 16:51:26 +10:00 |
|
Derek
|
a62118f9da
|
Add ToggleBlockList CPE
|
2025-05-11 13:11:40 +10:00 |
|
UnknownShadow200
|
834adbaf2d
|
Discord: Don't set JSON content type when json data is null
|
2025-04-28 21:58:45 +10:00 |
|
UnknownShadow200
|
2c46cd7b0e
|
Fix errors from mcs being swallowed
|
2025-04-11 22:55:13 +10:00 |
|
UnknownShadow200
|
b3bbf32ded
|
Make Tablist.Update public
|
2025-04-08 05:56:04 +10:00 |
|
Goodlyay
|
ab7355547b
|
Release 1.9.5.3
1.9.5.3
|
2025-03-18 16:41:36 -07:00 |
|
Goodlyay
|
c5ba878e08
|
Fix permissions for a few commands
|
2025-03-18 16:25:34 -07:00 |
|
Goodlyay
|
206c193da3
|
Release 1.9.5.2
1.9.5.2
|
2025-03-10 21:54:12 -07:00 |
|
UnknownShadow200
|
1e4f389eed
|
Don't forget server.properties
|
2025-03-07 21:46:25 +11:00 |
|
UnknownShadow200
|
ec10970dbd
|
Ensure more files are written in a safer way to reduce chance of data corruption in case of disk full
|
2025-03-07 21:42:11 +11:00 |
|
UnknownShadow200
|
0adf900232
|
Use custom StreamWriter to simplify process of more safely writing files to minimise risk of potential data loss
|
2025-03-07 21:34:47 +11:00 |
|
UnknownShadow200
|
b6cc486990
|
Rename AtomicIO to a FileIO
|
2025-03-07 21:19:31 +11:00 |
|
dependabot[bot]
|
a889b3e85d
|
Bump SixLabors.ImageSharp from 2.1.9 to 2.1.10 in /MCGalaxy (#821)
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.9 to 2.1.10.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v2.1.9...v2.1.10)
---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-06 16:44:11 -08:00 |
|
Goodlyay
|
b426211863
|
Add "them/him/her" pronouns field (ThirdPersonObjectiveSingular)
|
2025-03-04 16:08:12 -08:00 |
|
Goodlyay
|
f677e6c5c7
|
Fix attempting to delete a backup from a museum breaking in os
|
2025-02-28 21:42:15 -08:00 |
|
Goodlyay
|
f04de5c092
|
Fix not always removing players from deleted backup museums
|
2025-02-27 14:33:59 -08:00 |
|
Goodlyay
|
614ee7d34e
|
Fix outdated info in documentation
|
2025-02-27 02:13:04 -08:00 |
|
Goodlyay
|
3682ba5ee5
|
Add /deletelvl *backup and /os delete *backup
Allows backups to be deleted from in-game.
|
2025-02-27 02:06:06 -08:00 |
|
Goodlyay
|
0eba96d656
|
Suc***b to peer pressure and avoid goto in ProfanityFilter
|
2025-02-10 17:21:51 -08:00 |
|
Goodlyay
|
0dfe66cd15
|
Fix bad words exceptions not updating when modified and saved from GUI
Who else found out this feature exists from this commit?
|
2025-02-10 05:06:17 -08:00 |
|
Goodlyay
|
04d100393c
|
Add ability to configure profanity filter exceptions
Fix minor bug where color codes counted for censored word length
|
2025-02-10 05:01:25 -08:00 |
|
Goodlyay
|
ba80413526
|
Remove NotifyPositionAction CPE extension
Since "NotifyAction" and "NotifyPositionAction" are sister packets, they only need to be handled under one CPE extension
|
2025-01-20 15:51:05 -08:00 |
|
D
|
aca152774a
|
Fix build-mono2/4 errors
|
2025-01-21 06:16:06 +10:00 |
|
D
|
f0290e8b2c
|
Merge pull request #818 from ddinan/notify-action
Add support for NotifyAction CPE
|
2025-01-21 05:29:40 +10:00 |
|
Derek
|
c834a1a8a4
|
Add ThirdPersonChanged NotifyActionType
|
2025-01-03 18:35:04 +10:00 |
|
Derek
|
6de8f95b74
|
Use NotifyPositionAction for respawn/setspawn
|
2025-01-03 18:22:42 +10:00 |
|
Derek
|
478c09205e
|
Use int for NotifyAction value
Also rename action types for better cohesion and consistency.
|
2024-12-31 08:09:28 +10:00 |
|
UnknownShadow200
|
dcde2ccfb7
|
When saving bots, write to temp file first instead of writing directly to real file
|
2024-11-09 16:26:45 +11:00 |
|
UnknownShadow200
|
fb46d6a0ce
|
Also alias most old /os zone commands
|
2024-11-02 07:38:39 +11:00 |
|
UnknownShadow200
|
0d6c241ee7
|
OS: Change most deprecated commands so that they simply say that they have been replaced, and then automatically execute the new command
|
2024-11-01 18:53:49 +11:00 |
|
UnknownShadow200
|
9cb2cf1637
|
Fix rarely throwing error due to trying to set IsBackground on a dead thread
|
2024-10-10 17:37:09 +11:00 |
|
UnknownShadow200
|
3401665c67
|
Really fix old mono compilers
|
2024-10-09 21:19:05 +11:00 |
|
UnknownShadow200
|
29e205e26f
|
Fix for old mono versions
|
2024-10-09 20:58:51 +11:00 |
|
UnknownShadow200
|
0dc86b3809
|
Support mono too, drop old CodeDom based compiler
|
2024-10-09 20:43:01 +11:00 |
|
UnknownShadow200
|
1ed174d417
|
WIP on invoking csc directly for compiling C# code
|
2024-10-09 19:35:35 +11:00 |
|
Derek
|
c481d005ab
|
Add support for NotifyAction
|
2024-10-05 18:56:27 +10:00 |
|
123DontMessWitMe
|
112c589088
|
Improve MB/Portal Show for deleted blocks
Displays MBs and Portals as black wool if they have been deleted
|
2024-10-03 15:14:36 -04:00 |
|
123DontMessWitMe
|
b23decdcac
|
Fix unfollowing a player not respawning their entity.
Set the player following string after the entity gets spawned to prevent it trying to find an empty string as a player name.
|
2024-10-03 14:01:06 -04:00 |
|
UnknownShadow200
|
acd4979d68
|
Release 1.9.5.1
1.9.5.1
|
2024-09-21 14:29:30 +10:00 |
|
UnknownShadow200
|
4e8c87e570
|
Update download link
|
2024-09-19 19:55:20 +10:00 |
|
UnknownShadow200
|
c0cf4c6bb3
|
Discord: Allow messages to adjust http web request state, e.g. for setting custom headers
|
2024-09-19 19:36:11 +10:00 |
|
UnknownShadow200
|
b16544a3ed
|
Fix main server threads being background threads, addresses #813
|
2024-09-14 06:32:23 +10:00 |
|
UnknownShadow200
|
883493861b
|
Release 1.9.5.0
1.9.5.0
|
2024-09-05 07:57:17 +10:00 |
|
UnknownShadow200
|
241e51d077
|
Update copyright year
|
2024-09-04 23:19:39 +10:00 |
|
Goodlyay
|
05e195616e
|
Move CountryUtils to utils folder, MCGalaxy.Util namespace (thanks Unk)
|
2024-09-02 18:27:15 -07:00 |
|
Goodlyay
|
af72d744cc
|
Fix typo
|
2024-09-01 03:23:59 -07:00 |
|