Commit Graph

7807 Commits

Author SHA1 Message Date
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
okx-code
66f891b6b0 fix bad plugin name 2024-02-22 00:49:41 +00:00
RedDevel2
954d9cde94 Merge pull request #256 from Tuomasz/fix-show-previous-page
Fix show previous page
2024-02-22 01:03:18 +01:00
RedDevel2
1bf808987f Merge pull request #255 from Tuomasz/fix-show-next-page
Fix show next page
2024-02-22 01:03:09 +01:00
RedDevel2
8105c96a31 Merge pull request #241 from Protonull/fix-missing-snitch-events
Fixup LoggableBlockAction (fixes #213)
2024-02-22 00:58:39 +01:00
RedDevel2
58142de9fa Merge pull request #236 from MrJeremyFisher/nicer-ja-renames
Make `/janame` feedback a bit nicer
2024-02-22 00:58:24 +01:00
okx-code
3622363f3e You're lucky I'm in a good mood ori 2024-02-21 22:29:33 +00:00
okx-code
452a2313c9 Optimise snitch GUI
- Only render the snitches for the current page
- Also fix the plugin name (previously it was jukealert-paper, now it correctly shows as JukeAlert)
2024-02-21 22:22:57 +00:00
okx-code
e1cdd6129b Add BetterRails, FasterHorses, CopperRail, and miscellaneous things
- BetterRails lets you change rail speed based on the block below and exposure to the sky
- FasterHorses increases the maximum speed of horses
- CopperRail lets you deoxidise a block below a rail by right-clicking on the rail, and oxidises copper when a minecart goes over it
- Fixes StriderBreeding randomness calculations
- HorseStats now uses real units
- Orders /sah list alphabetically
- Actually disables hacks that should be disabled
2024-02-21 20:45:47 +00:00
Cola
be151bb586 Fix primary owner transfer not being set to OWNER role 2024-02-21 17:36:45 +11:00
AngrySoundTech
af4e036c36 Relocate ItemExchange 2024-02-20 20:16:48 -05:00
AngrySoundTech
4f5e819044 Merge remote-tracking branch 'ie/master' 2024-02-20 20:10:31 -05:00
RedDevel2
15c758c87f Merge pull request #239 from MrJeremyFisher/piglin-door-fix
Fix "Smart" Mobs Being Able To Open Reinforced  Doors
2024-02-20 21:13:29 +01:00
RedDevel2
fe12387feb Merge pull request #238 from MrJeremyFisher/flower-pot-interaction-fix
Prevent Innapropriate Flower Pot Modification
2024-02-20 21:13:10 +01:00
Tuomasz
ac63fa9eea Update MainGroupGUI.java 2024-02-20 18:25:43 +01:00
Tuomasz
483b076c9d Update MainGroupGUI.java 2024-02-20 18:08:33 +01:00
MrJeremyFisher
d7e4422eb8 Fix imports 2024-02-20 09:18:09 -05:00
RedDevel2
05bf68052a Merge branch '1.26.0' into welcome-book-command 2024-02-20 15:15:08 +01:00
Alexander
6fb610fa1c Fixup LoggableBlockAction
Was only intending to update getGUIRepresentation() and then got a bit carried away.

- Renamed the internal fields and parameters to be more accurate.

- Updated any usage of internals to their getters instead.

- getGUIRepresentation() now has an extensive switch to convert block-only materials to their item variant. Was conflicted on whether to put this in CivModCore instead, but this is more or less only for JukeAlert's GUI, not for loot-tables or similar feature. This will also print a warning if any block->item matches are missing (good for future proofing).

- getGUIRepresentation() will also show the block's material in every GUI log, instead of just the logs that failed to display (which I don't think ever happened?).
2024-02-20 07:50:07 +00:00
MrJeremyFisher
565ea2dcc6 Add map copy protection 2024-02-19 19:04:01 -05:00
MrJeremyFisher
9a57d57f69 Prevent flower pot modification if not on group 2024-02-19 17:32:36 -05:00
RedDevel2
f8e8abf1ff Update version 2024-02-19 23:21:15 +01:00
RedDevel2
fad07645c7 Update build.gradle.kts 2024-02-19 23:17:02 +01:00
RedDevel2
c8efa9fbef Update version 2024-02-19 23:11:05 +01:00
RedDevel2
b668509e10 Update version 2024-02-19 23:07:56 +01:00
MrJeremyFisher
7a25639773 Fix "smart" mobs being able to open doors 2024-02-19 17:03:29 -05:00
RedDevel2
aa6d926569 Update version 2024-02-19 22:59:23 +01:00
RedDevel2
61d1157528 Update version 2024-02-19 22:35:13 +01:00
RedDevel2
2186597f84 Merge pull request #4 from Protonull/remove-astranslatable
Remove asTranslatable
2024-02-19 21:58:09 +01:00
RedDevel2
7feceb2fe2 Merge pull request #5 from Protonull/fix-commands
Fix and optimise ACF extensions
2024-02-19 21:57:55 +01:00
RedDevel2
85cbf11edc Merge pull request #7 from Protonull/remove-old-skincache
Remove unused SkinCache
2024-02-19 21:56:31 +01:00