RedDevel2
c534cace70
Merge pull request #334 from MrJeremyFisher/fix-horse-reroll
...
Fix horse stats being re-rolled on login
2024-03-05 19:13:10 +01:00
RedDevel2
71f4f01133
Merge pull request #345 from CivMC/anti-derailment
...
A partial fix for minecart derailment
2024-03-05 19:10:43 +01:00
okx-code
79e94bcd50
Add config option
2024-03-02 01:17:20 +00:00
okx-code
bb53447ebe
check if in map
2024-02-29 04:01:42 +00:00
okx-code
b6adf3200c
A partial fix for minecart derailment
...
If a minecart is going to derail because it is going to fast, this fix will backtrack its movement and move it as if it was going 8m/s. This will slow down the minecart slightly but prevent derailment.
This does not fix fast minecarts being unable going up hills or minecarts jumping across tracks.
2024-02-28 18:08:37 +00:00
RedDevel2
4926db388b
Update version tag
2024-02-28 01:58:18 +01:00
okx-code
f8f13b4411
fix null player name
2024-02-28 00:51:50 +00:00
Jeremy Favro
9ba8f5ee10
Remove unnecessary PDC check
2024-02-27 14:09:07 -05:00
MrJeremyFisher
d56338ab5e
Remove debug print & change to cmc PDC boolean
2024-02-27 13:11:21 -05:00
MrJeremyFisher
b537c14934
Fix horse stats being rerolled on login
2024-02-26 22:06:57 -05:00
RedDevel2
e7bf2ba5fc
Update plugin name
2024-02-25 18:46:10 +01:00
RedDevel2
b33fe53bae
Forgo
2024-02-24 18:26:18 +01:00
RedDevel2
916735d7fc
Update version tags
2024-02-24 18:22:24 +01:00
okx-code
ccf5cf5854
fix banned pearl toggle again
2024-02-24 06:03:52 +00:00
okx-code
3e0666526f
fix banned pearl toggle
2024-02-24 05:56:04 +00:00
RedDevel2
0e83fabb50
Merge pull request #263 from Protonull/remove-ie-lombok
...
Remove Lombok :(
2024-02-24 02:16:25 +01:00
okx-code
fafd54ff1f
Merge pull request #319 from walkersgaming/main
...
Add a toggle to enable/disable banned pearls in ep showall
2024-02-23 23:43:44 +00:00
okx-code
2f017517a5
Use HashSet
2024-02-23 23:42:50 +00:00
okx-code
5c2cae1435
Merge pull request #323 from CivMC/rbfix
...
Fix RealisticBiomes plugin name
2024-02-23 23:37:42 +00:00
okx-code
7ae8259e4b
Merge pull request #322 from CivMC/transport
...
Make skyBase not additive
2024-02-23 23:37:34 +00:00
Alexander
d9d3812df9
Remove Lombok :(
2024-02-23 23:20:10 +00:00
okx-code
71b8fc6c99
fix config
2024-02-23 22:35:56 +00:00
okx-code
69f36dab60
Merge branch 'main' into hiddenore
2024-02-23 22:31:11 +00:00
okx-code
674136bc30
Merge branch 'main' into railswitch
2024-02-23 22:30:47 +00:00
okx-code
9abf13c55e
Merge branch 'main' into civduties
2024-02-23 22:30:25 +00:00
okx-code
2f4ca074ba
Merge branch 'main' into essenceglue
2024-02-23 22:30:07 +00:00
okx-code
e6181df091
Merge branch 'main' into namecolors
2024-02-23 22:29:46 +00:00
okx-code
3eca6c0228
Fix RealisticBiomes plugin name
2024-02-23 22:28:43 +00:00
okx-code
b3cd41fe3a
Make skyBase not additive
2024-02-23 22:28:21 +00:00
okx-code
eccdd0f7d3
move repo
2024-02-23 22:26:53 +00:00
okx-code
68dcf17f63
fix indentation
2024-02-23 22:26:13 +00:00
okx-code
87da4b501a
fix indentation
2024-02-23 22:25:32 +00:00
AngrySoundTech
2dfe9c9b5c
Merge pull request #318 from CivMC/kirabukkitgateway
...
Add KiraBukkitGateway
2024-02-23 17:17:48 -05:00
okx-code
6f7817d968
fix name
2024-02-23 21:58:50 +00:00
Alexander
109294b299
Replace MoreClassUtils.castOrNull() with instanceof pattern matching
2024-02-23 21:53:22 +00:00
Walkers
fae6628e42
change where toggle status is saved to be player specific
2024-02-23 16:22:01 +00:00
Walkers
2455dbd31c
add cooldown to toggle button
2024-02-23 10:57:29 +00:00
Walkers
3866486261
add toggle option for banned players in showall
2024-02-23 10:39:29 +00:00
okx-code
eb3d4939c2
Add KiraBukkitGateway
2024-02-22 23:32:33 +00:00
okx-code
ffd0abbaaf
Add NameColors
2024-02-22 22:30:54 +00:00
okx-code
8f7bd389b7
Add EsssenceGlue
2024-02-22 22:21:05 +00:00
okx-code
b980ad8917
Add CivDuties
2024-02-22 22:08:55 +00:00
okx-code
6a915e86b7
Add RailSwitch
2024-02-22 21:37:06 +00:00
okx-code
2173e8541e
Add HiddenOre
2024-02-22 21:31:00 +00:00
Alexander
c19b8fceb6
Improve time formatting in snitch logs
...
This switches the how timestamps are rendered in snitch logs from "2011-12-03T10:15:30" to "Tue, 3 Jun 2008 11:05:30 GMT". It retains the old format for chat outputs for compaction and mod-parsing reasons.
2024-02-22 16:03:54 +00:00
RedDevel2
f929bcce63
Merge pull request #273 from CivMC/transport
...
Add BetterRails, FasterHorses, CopperRail, and miscellaneous things
2024-02-22 15:12:04 +01:00
RedDevel2
0eceee6ab3
Merge pull request #275 from CivMC/jalist-lore-lag
...
Optimise snitch GUI
2024-02-22 13:35:41 +01:00
AngrySoundTech
bb6c37647e
Merge branch 'main' into finale
2024-02-21 21:57:08 -05:00
okx-code
21a6a66229
Add Finale
2024-02-22 02:35:06 +00:00
okx-code
7c909b6945
Add FactoryMod
2024-02-22 02:29:14 +00:00