5502 Commits

Author SHA1 Message Date
UnknownShadow200
4265060f25 Save all physics checks to level file, not just those with non-zero args values 2023-02-07 22:42:06 +11:00
UnknownShadow200
72e1fc186b LS: Work on burning all blocks with a delay, depending on flood mode 2023-02-05 13:17:18 +11:00
UnknownShadow200
0e3cc6d3a5 Always show client name in 'player X connected' message, even for clients that aren't CPE
e.g. classic mode shows a client name of 'Classic 0.28-0.30'
2023-02-03 22:15:02 +11:00
UnknownShadow200
781f463f25 Allow custom TopStats to override name formatting 2023-02-03 19:40:45 +11:00
UnknownShadow200
1d82be4654 Fix can't connect to on Windows 98 2023-02-01 22:02:09 +11:00
UnknownShadow200
9650b5bf2a LS: Limit number of water blocks that can be placed 2023-01-31 21:58:19 +11:00
UnknownShadow200
264e96848e Change /top to not require TopStats to come from a database column 2023-01-30 19:59:46 +11:00
UnknownShadow200
be9b827c2d LS: Prevent placing blocks next to lava spawn by default 2023-01-29 22:49:47 +11:00
UnknownShadow200
9a4240377b LS: Fix layer flooding not working properly after first round, and not showing a message in-game when flooding starts
Also in GUI, don't save round/flood time if it's the same as LS defaults
2023-01-29 21:47:52 +11:00
UnknownShadow200
3a0f40702d ZS: Fix rare issue where when players joined server at very end of round countdown, they were added to alive/human list, but would then subsequently get auto infected after the main level had finished being sent to them (Thanks D_Flat) 2023-01-28 14:19:17 +11:00
UnknownShadow200
0b3cc18245 Log warning when a command/plugin dll fails to find a DLL it depends on 2023-01-25 22:41:45 +11:00
UnknownShadow200
28dede6f18 Relay bots are now completely responsible for converting messages to be suitable to send to an external communication service 2023-01-24 23:34:41 +11:00
UnknownShadow200
e05f035671 Discord: Strip ** from messages so that cross-server discord relay chat looks nicer
Otherwise all messages appear as: (Discord) BotName: **user**: Message
2023-01-23 23:34:08 +11:00
UnknownShadow200
155a9756f2 LS: Add support for default round/flood times 2023-01-23 22:58:29 +11:00
UnknownShadow200
ca89fe201b Discord: Show running games in .who (Thanks SB)
Also improve discordbot.properties by grouping and reordering config fields
2023-01-22 17:53:11 +11:00
UnknownShadow200
987085bf7c Last economy transaction descriptions now use new chat token, instead of hardcoding currency name at type of transaction (thanks Panda) 2023-01-20 22:55:05 +11:00
UnknownShadow200
4cd7f55210 ZS: Allow configuring reward money 2023-01-19 22:58:40 +11:00
UnknownShadow200
1bf8213dd3 LS: Add /lives command 2023-01-17 22:35:24 +11:00
UnknownShadow200
be80b9c0b5 LS/CD: Allow configuring reward money for winning 2023-01-16 22:40:34 +11:00
UnknownShadow200
a8b28c2432 Add ModActionCmd.TryExpandReason that expands rule numbers without messaging the player 2023-01-16 07:33:10 +11:00
UnknownShadow200
0c53f8ebc5 Add sandy biome, desert biome no longer has water 2023-01-16 07:16:52 +11:00
UnknownShadow200
c839f35425 Make 3d noise map gen themes use biomes too
Also log less messages when generating a realistic themed map
2023-01-15 23:49:55 +11:00
UnknownShadow200
2ee4c4d133 Minorly optimise and unify adv noise map generation 2023-01-15 12:56:51 +11:00
UnknownShadow200
0b040a7550 Remove checkerboard map gen theme
It wasn't all that great a generator anyways, plus on the X = 0 and Z = 0 lines it showed the wrong pattern due to not flooring input correctly
2023-01-15 08:52:01 +11:00
UnknownShadow200
9cbfd87311 Fix that after a realistic map gen theme was used with a custom biome, that custom biome replaced the theme's default biome
e.g. if did '/gen map1 200 200 200 hell forest', subsequent '/gen map1 200 200 200 hell' would generate using forest biome instead of hell biome
2023-01-14 21:49:16 +11:00
UnknownShadow200
0f09e3e002 Make hell theme borders use biome too 2023-01-14 21:21:58 +11:00
UnknownShadow200
abc62a93f9 Add biomes to classic generator 2023-01-13 21:35:46 +11:00
UnknownShadow200
c35702d399 Make code style more consistent 2023-01-12 23:33:30 +11:00
UnknownShadow200
6d4993d9c7 Allocate less memory sending chat 2023-01-11 23:06:25 +11:00
UnknownShadow200
24f389bad0 Realistic map gen now avoids hardcoded blocks for beaches 2023-01-10 17:25:55 +11:00
UnknownShadow200
2cc23ccb6a Fix hell theme sometimes having gaps between levels of lava for underwater columns
Note that since liquid level is always 5 for this theme, you only tended to see this issue when generating levels that were <= blocks tall
2023-01-09 22:13:05 +11:00
UnknownShadow200
e588924180 WIP on making realistic map gen use biome 2023-01-09 21:35:56 +11:00
UnknownShadow200
6e0088d1f2 Realistic map gen now uses biome to determine tree type 2023-01-08 13:58:20 +11:00
UnknownShadow200
b03aa30d72 Make map gen more consistent in theme vs biome, and make filenames a bit more consistent too 2023-01-08 13:33:17 +11:00
UnknownShadow200
9ac2f2666b Log how long garbage collection takes (Thanks 123DMWM) 2023-01-08 11:38:13 +11:00
UnknownShadow200
423edf0301 Countdown: Allow specifying default game speed, also fix welcome message showing wrong command 2023-01-07 23:06:16 +11:00
UnknownShadow200
981aa0c800 Reward money for winning in countdown or surviving in lava survival 2023-01-07 20:40:56 +11:00
UnknownShadow200
e7cabfe4ee Release 1.9.4.6 1.9.4.6 2023-01-06 21:48:08 +11:00
UnknownShadow200
f05a6f617e Add /copyslot random to allow randomly selecting between used slots (Thanks saiko) 2023-01-05 22:59:32 +11:00
UnknownShadow200
681899edc6 All games now show an informational message to players upon joining server (unless the game sets main level) 2023-01-03 22:15:49 +11:00
UnknownShadow200
89d9b7e3cc LS: Remove special hardcoded behaviour for preventing blockchanges while dead 2023-01-03 08:18:46 +11:00
UnknownShadow200
7e15d7df75 ZS: Remove hardcoding in /mi to show ZS specific info 2023-01-03 08:07:32 +11:00
UnknownShadow200
214d5a1e4b TNT wars: Don't hardcode game check into TNTPhysics anymore 2023-01-02 17:58:30 +11:00
UnknownShadow200
77bc469b85 Allow disabling built-in modules 2023-01-02 10:46:13 +11:00
UnknownShadow200
eea094f6d7 Don't show 'Plugin X was unloaded' at server shutdown, and don't show built-in modules in /plugins anymore 2023-01-02 10:11:43 +11:00
UnknownShadow200
415771d031
Merge pull request #739 from UnknownShadow200/EcoItemRewrite
Economy items rewrite
2023-01-01 22:42:38 +11:00
UnknownShadow200
56045bbef0 LS/ZS items are now enabled by default 2023-01-01 22:27:02 +11:00
UnknownShadow200
adfce5bb5b LS: Add WIP Life store item 2023-01-01 21:49:39 +11:00
UnknownShadow200
de2fdb4c5c ZS: Move items to be only be in active list when ZS is running 2023-01-01 20:23:16 +11:00
UnknownShadow200
e3b35a8ae0 WIP on making item config still persist in economy.properties for items that are not in the active list 2022-12-31 21:41:40 +11:00