AngrySoundTech
06c57ab846
Use all new workfows
2023-12-16 11:39:05 -05:00
AngrySoundTech
ffdeed7e53
Add branch version, oops
2023-12-16 11:25:12 -05:00
AngrySoundTech
514fe496ad
Use reusable build completed workflow
2023-12-16 11:23:29 -05:00
AngrySoundTech
c1cab89da1
Update comment-on-pr.yaml
2023-12-10 16:53:02 -05:00
AngrySoundTech
c765d3c60b
Update comment-on-pr.yaml
2023-12-10 16:46:03 -05:00
AngrySoundTech
71bd519cc2
Update comment-on-pr.yaml
2023-12-10 16:38:03 -05:00
AngrySoundTech
6b21af49d6
Merge pull request #91 from CivMC/feature/reusable-workflows
...
Use reusable workflows
2023-12-10 16:34:22 -05:00
AngrySoundTech
36149025ed
Update civgradle 3.0.1
2023-12-10 16:32:23 -05:00
AngrySoundTech
0843e8a070
Update inputs
2023-12-10 15:29:42 -05:00
AngrySoundTech
c04afb2226
Use local workfows
2023-12-10 15:27:44 -05:00
AngrySoundTech
7843d12775
Update gradle.properties
...
Bump version to 3.0.0
2023-12-10 14:57:47 -05:00
AngrySoundTech
c5ff06de55
Merge pull request #87 from MrJeremyFisher/master
...
ItemMap no longer ignores repair level
2023-12-06 09:53:31 -05:00
AngrySoundTech
dacf9c53de
Merge branch 'master' into remove-get-instance
2023-12-06 09:51:49 -05:00
AngrySoundTech
7d928f34b2
Merge pull request #96 from Protonull/remove-custom-move-event
...
Remove PlayerMoveBlockEvent
2023-12-06 09:48:33 -05:00
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
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
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
Jeremy Favro
b0cd62388f
ItemMap no longer ignores repair level
2023-10-03 17:10:40 -04:00
Dan Quist
05a8783044
Add secondary plugin constructors to suppoort MockBukkit testing
2023-03-23 10:20:44 -05:00
wingzero54
5ce082d898
version
2022-08-17 10:35:19 -05:00
Diet Cola
745416e7b1
Lowest priority when setting scoreboard
2022-08-11 18:25:26 +01:00
AngrySoundTech
a2bcab2974
Bump version to 2.3.4
2022-08-05 10:38:07 -04:00
Aleksey Terzi
5818052417
A little bit of refactoring
2022-08-04 18:55:20 -06:00
Aleksey Terzi
1b6f872199
Prevent long lock on unloadingQueue and increase interval for unload task to 1 minute instead of 1 sec
2022-08-03 21:43:15 -06:00
AngrySoundTech
9434a34b9e
Bump version to 2.3.3
2022-08-02 21:00:56 -04:00
Aleksey Terzi
b8e4bb6363
Synchronize access to metas and make synchronized blocks fast
2022-08-01 19:37:50 -06:00
wingzero54
3f1c3f2ce1
Increment plugin version
2022-07-13 21:26:11 -05:00
Aleksey Terzi
7a0def31c6
Make /cmc stat accessible from the game and snitch culling fix
2022-07-01 18:08:08 -06:00
wingzero54
5a09cb7df1
Merge pull request #73 from Aleksey-Terzi/stats
...
Changes from psygate, statistic for ChunkCoord.loadAll() and additional threads for the chunk loading
2022-07-01 12:57:15 -05:00
AngrySoundTech
e1b9850bb9
Bump version to 2.3.1
2022-06-28 12:53:19 -04:00
wingzero54
dc7836b8ee
Merge pull request #74 from psygate/allplayers
...
Alternative to okx-code changes to preserve completion behaviour
2022-06-27 21:55:41 -05:00
Aleksey Terzi
db46f03fe6
Small tweak
2022-06-21 20:16:28 -06:00
psygate
5b1d520f51
Updated editorconfig to better reflect civmc style guides.
2022-06-20 18:32:06 +02:00
psygate
402894de1c
Reformatted
2022-06-20 18:31:51 +02:00
Aleksey Terzi
61cdbbc25d
Small tweaks and fixes
2022-06-19 17:10:43 -06:00
Aleksey Terzi
d2fd3b855d
Default config is updated
2022-06-19 11:17:43 -06:00