Cola
c2df9853a1
Make sapling hack better
2024-03-15 18:14:59 +11:00
okx-code
82c68aae52
Merge pull request #370 from CivMC/anti-derailment
...
Remove redundant code
2024-03-12 15:35:23 +00:00
okx-code
762ae8e98e
Remove redundant code
2024-03-12 15:34:56 +00:00
RedDevel2
96a82585fb
Update version tag
2024-03-05 19:17:08 +01:00
RedDevel2
7d69779be9
Merge pull request #338 from xFier/multi-block-copper-rail-deoxidise
...
Deoxidise as many blocks as the tool in-hand can
2024-03-05 19:14:52 +01:00
RedDevel2
773273383c
Merge pull request #335 from MrJeremyFisher/horsestats-double-sending
...
Fix horse stats message double sending
2024-03-05 19:13:21 +01:00
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
xFier
939e60a5cc
Check if the material is air
2024-03-03 17:20:07 +00:00
xFier
de5c074613
Damage the tool during the loop rather than the end
2024-03-03 17:01:08 +00: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
xFier
7f5d95138f
Deoxidise as many blocks as the tool in-hand can
2024-02-28 15:05:01 +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
bfb5f6d140
Remove debug print
2024-02-26 22:22:33 -05:00
MrJeremyFisher
cc02cf4da4
Fix horse stats message double sending
2024-02-26 22:20:29 -05:00
MrJeremyFisher
b537c14934
Fix horse stats being rerolled on login
2024-02-26 22:06:57 -05: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
71b8fc6c99
fix config
2024-02-23 22:35:56 +00:00
okx-code
b3cd41fe3a
Make skyBase not additive
2024-02-23 22:28:21 +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
RedDevel2
05bf68052a
Merge branch '1.26.0' into welcome-book-command
2024-02-20 15:15:08 +01:00
MrJeremyFisher
565ea2dcc6
Add map copy protection
2024-02-19 19:04:01 -05: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
MrJeremyFisher
34b4c2af1e
Add a command to view the intro book
2024-02-18 20:41:54 -05:00
okx-code
ceabf06797
fix typo
2024-02-17 21:03:56 +00:00
okx-code
8367446f15
Add a fix for high despawn ranges
...
At high despawn ranges, mobs might not have the chance to despawn before they are unloaded. This fix forcibly despawns the mob when it is unloaded.
2024-02-17 21:02:02 +00:00
AngrySoundTech
9385a243b1
Update plugin names
2024-02-16 15:01:09 -05:00
AngrySoundTech
b140bae01c
Relocate simpleadminhacks
2024-02-16 14:50:11 -05:00
wingzero54
91b5b22dcf
Update version
2023-07-16 09:43:23 -05:00
Alexander
a1e9b55c60
Make suggested changes
2023-06-16 00:27:35 +01:00
Alexander
11b61a3a05
Inline OTT's isRestrictedDestination method
...
Then more specific responses can be sent.
2023-06-15 19:40:36 +01:00
Alexander
c9e9521971
Minor OTT fixup
...
The OTT request message now suggests the accept command rather than sending it, just in case this can be abused.
The blacklisted and unsafe materials are already immutable, so there's no point in wrapping them.
Renamed isSafeLocation to isRestrictedDestination for clarity and flipped the logic.
Sends a reject message to the rejector.
Logs to the console when an OTT is granted.
Limit OTT commands to other players.
2023-06-15 19:11:09 +01:00
Alexander
49ca423ed1
Initialise commands before hacks
...
Also separates enabling hacks out of loadAllHacks, since loading != enabling.
2023-06-15 19:10:28 +01:00
Alexander
882d7d2801
Remove old OTT command from plugin.yml
2023-06-15 15:56:05 +01:00
Alexander
80851ed28f
Add OTT grant command, add syntaxes, and print teleports to console
2023-06-15 02:34:59 +01:00
Alexander
a58c1c24e3
Reduce duplicate code in OTT
...
Defers the shared OTT permissibility checks to a method and the returned enum is checked against to give the appropriate response messages.
2023-06-15 01:32:08 +01:00
Alexander
1b4bc81f29
Add ExilePearl as a dependency
2023-06-15 01:02:17 +01:00
Alexander
61cafcd80c
Improve OTT commands
2023-06-14 02:17:54 +01:00
Alexander
0ee9c3bbfe
Add config option to OTT to limit to same world
2023-06-14 02:06:50 +01:00
Alexander
0206c69c75
Check pearled status in OTT
2023-06-14 02:01:45 +01:00
Alexander
2741aa3ae8
Initial fix
2023-06-14 01:32:30 +01:00
wingzero54
8e492468cc
Bump to 2.2.2
2023-05-31 09:15:55 -05:00
wingzero54
f9898c45a1
Merge pull request #65 from CivMC/OTT
...
Add OTT hack to SAH
2023-05-31 09:14:28 -05:00
RedDevel2
295a0d0678
Turn safeorebreak off by default.
...
Set default state for SafeOreBreak ores to disabled.
2023-05-29 22:12:07 +02:00
RedDevel2
eb02d72ae7
Add bastion dependancy
...
For OTT
2023-05-16 17:54:41 +02:00
RedDevel2
6bc1bce072
Create OneTimeTeleportConfig.java
2023-05-11 22:06:03 +02:00