Commit Graph

7781 Commits

Author SHA1 Message Date
AngrySoundTech
a2f82558dd Merge pull request #97 from Protonull/remove-particleeffect
Remove ParticleEffect
2023-12-06 09:47:15 -05:00
AngrySoundTech
e1ee0a1532 Merge pull request #93 from Protonull/remove-mapcolours
Remove MapColours
2023-12-06 09:46:57 -05:00
AngrySoundTech
ed2ffc8a07 Merge pull request #94 from Protonull/remove-chunk-operations
Remove ChunkOperations
2023-12-06 09:45:48 -05:00
AngrySoundTech
29db0aee66 Merge pull request #95 from Protonull/remove-batched-nbt
Remove BatchedNbtStorage
2023-12-06 09:45:23 -05:00
AngrySoundTech
c67371f307 Merge pull request #89 from Protonull/fix-plugin-disable
Use the proper disablePlugin API
2023-12-06 09:43:33 -05:00
AngrySoundTech
f4a20e9fda Merge pull request #70 from Protonull/add-patch-feedback
Add patch-mode feedback
2023-12-06 09:34:07 -05:00
AngrySoundTech
413d38ee15 Merge pull request #69 from Protonull/disallow-hostile-anvils
Prevent usage of hostile anvils
2023-12-06 09:32:58 -05:00
AngrySoundTech
13b8b01ef3 Merge pull request #49 from MelnCat/feat/moss-spreading
Improve moss spreading check logic
2023-12-06 09:32:25 -05:00
AngrySoundTech
05a25124d4 Update to civgradle2 2023-11-29 20:31:52 -05:00
Alexander
c329c46fcd Add patch-mode feedback 2023-11-22 03:56:30 +00:00
AngrySoundTech
f32b660d69 Update to civgradle2 2023-11-19 14:15:21 -05:00
Alexander
e486ddd3b8 Remove ParticleEffect
It was added in 5c28f874a5, not sure what for. It's possible it was used for something that was removed at a later stage. But it's an unused and deprecated piece of code now.
2023-11-15 22:08:26 +00:00
Alexander
b737ecb149 Remove PlayerMoveBlockEvent
Unused and now unnecessary.
2023-11-15 21:52:06 +00:00
Alexander
1ee8b44ec4 Remove BatchedNbtStorage
Literally no one uses this.
2023-11-15 21:26:20 +00:00
Alexander
fe11a00dae Remove ChunkOperations
Literally no one uses this.
2023-11-15 21:18:29 +00:00
Alexander
853ce88eb6 Remove MapColours
It's a deobfuscation class, which is redundant now with userdev.
2023-11-15 21:13:40 +00:00
AngrySoundTech
9a8ecdec82 Configure properly 2023-11-14 09:57:52 -05:00
AngrySoundTech
1969a697a8 Update build.gradle.kts 2023-11-14 09:48:12 -05:00
AngrySoundTech
f41c0c0885 Update build.gradle.kts 2023-11-14 09:39:06 -05:00
AngrySoundTech
3a0e6d50aa Update build.yml 2023-11-14 09:06:45 -05:00
AngrySoundTech
0df5250d4e Update build.yml 2023-11-14 09:05:33 -05:00
Alexander
24727e3302 Prevent usage of hostile anvils 2023-11-13 16:29:15 +00:00
Alexander
3ebc7d35b6 Fix CivModCore and NameLayer dependencies 2023-11-13 16:19:51 +00:00
Alexander
aa91a52f6e Use the proper disablePlugin API 2023-11-12 13:48:15 +00:00
Alexander
e805aa6e97 Remove ACivMod.getInstance(Some.class)
This isn't used once by a single civ-plugin, and is just a more expensive version of JavaPlugin.getPlugin(Some.class) since it's impossible for that to fail, but for there to still be a plugin instance in some static field.
2023-11-12 13:40:02 +00:00
Brandon
5d2151f1cd Discard entities before adding NPCs 2023-11-10 22:21:58 +00:00
AngrySoundTech
3c6225b0d7 Bump version to 3.0.7 2023-10-27 12:10:13 -04:00
AngrySoundTech
eb4aecaf01 Bump version to 2.0.3 2023-10-27 11:14:45 -04:00
RedDevel2
14f1bf3d2c Update GenerateDiscordAuthCodeCommand.java
I am coder now
2023-10-26 23:15:04 +02:00
Jeremy Favro
decd37c8d4 Add restrictions to looms, smithing tables, and anvils with compacted items 2023-10-04 14:54:18 -04:00
Jeremy Favro
43b6b43ceb Fix compacting/decompacting of lored and enchanted items 2023-10-03 19:25:49 -04:00
Jeremy Favro
b0cd62388f ItemMap no longer ignores repair level 2023-10-03 17:10:40 -04:00
okx-code
c7cd3fe70f only fire event if snitch is active 2023-09-03 17:47:33 +01:00
AngrySoundTech
169745f7a5 Bump version to 3.0.4 2023-08-25 09:20:49 -04:00
AngrySoundTech
c05a42a7df Bump version to 2.1.0 2023-08-25 09:09:34 -04:00
okx-code
71fa59a11c make sure this isn't too broken 2023-07-29 01:53:59 +01:00
okx-code
4adbfabdca async randomspawn 2023-07-28 22:53:57 +01:00
Walkers
7fcdb1c588 add options to pick kill format in config menu 2023-07-23 19:06:21 +01:00
Walkers
3254f405ac fix for when globalChat group not in config 2023-07-21 12:35:07 +01:00
Walkers
0e8e0e0bb7 fix for kill msg by hand 2023-07-21 11:09:40 +01:00
Walkers
c60c2719b9 update so only wordbank names appear 2023-07-21 11:03:17 +01:00
Walkers
f2644b5081 make kill message colour consistent with item name 2023-07-20 17:30:23 +01:00
wingzero54
dd0738a59a Update version 2023-07-16 09:45:32 -05:00
wingzero54
91b5b22dcf Update version 2023-07-16 09:43:23 -05:00
wingzero54
228fb7adfc Update version 2023-07-16 09:40:23 -05:00
wingzero54
fda7cf40fb Merge pull request #41 from okx-code/fix-culling
Fix dormant snitches still being active & snitches not changing state over restarts
2023-07-16 09:40:03 -05:00
wingzero54
d4fedf64b8 Merge pull request #42 from okx-code/sql-queries
Reduce number of queries per snitch on startup by 2
2023-07-16 09:37:57 -05:00
wingzero54
623442aa6a Update version 2023-07-16 09:36:51 -05:00
wingzero54
fe344e2715 Update Version 2023-07-16 09:34:26 -05:00
okx-code
4831fae5cd update appenders directly 2023-07-07 00:55:29 +01:00