Page MenuHomeDevCentral

Add quality of life Suhayl plugin
ClosedPublic

Authored by dereckson on Aug 23 2025, 15:12.
Tags
None
Referenced Files
F25006068: D3646.id9427.diff
Tue, Mar 24, 20:02
Unknown Object (File)
Fri, Mar 20, 13:36
Unknown Object (File)
Thu, Mar 19, 15:30
Unknown Object (File)
Wed, Mar 18, 15:25
Unknown Object (File)
Wed, Mar 18, 10:13
Unknown Object (File)
Tue, Mar 17, 10:28
Unknown Object (File)
Tue, Mar 17, 01:22
Unknown Object (File)
Tue, Mar 17, 00:56
Subscribers
None
Tokens
"Y So Serious" token, awarded by dereckson.

Details

Summary

Allow to reduce rain rate.

Speed up happy ghasts.

Test Plan

Tested on server:

  • no rain during quick test periods
  • happy ghasts are fast
  • adult happy ghasts not harmed anymore by snowballs

Diff Detail

Repository
rQVR Quilvaryn
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 5823
Build 6105: arc lint + arc unit

Event Timeline

dereckson created this revision.

EOL at EOF

plugins/suhayl/src/main/java/org/eu/loupsgris/quilvaryn/listeners/RainReducer.java
22 ↗(On Diff #9425)

https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/weather/WeatherChangeEvent.html#toWeatherState()

public boolean toWeatherState()
Gets the state of weather that the world is being set to

Returns:
true if the weather is being set to raining, false otherwise

  • address spacing issues (EOL at EOF, class spacing)
  • heal on snowball hit
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Aug 24 2025, 16:15
This revision was automatically updated to reflect the committed changes.