No description
Find a file
Minecon724 b2a474b011
work
sorry I'm really tired because of school
you see it's almost the year's end so there's nothing left to do
so we just sit in class doing nothing, what a waste of time
2024-06-05 19:08:58 +02:00
src/main work 2024-06-05 19:08:58 +02:00
.classpath thunder & partially weather 2024-06-02 19:00:22 +02:00
.gitignore commit today's work 2024-06-01 19:35:15 +02:00
.project setup 2024-06-01 13:25:04 +02:00
dependency-reduced-pom.xml work 2024-06-03 16:33:06 +02:00
DOMAINS.md thunder & partially weather 2024-06-02 19:00:22 +02:00
LICENSE Initial commit 2024-05-27 15:54:42 +02:00
pom.xml work 2024-06-03 16:33:06 +02:00
README.md commit today's work 2024-06-01 19:35:15 +02:00

realweather

differences compared to v0:

  • no geoip mode, I think it doesn't fit as it's only cosmetical
  • as such, renamed modes:
    • point -> static
    • globe -> dynamic
  • I wanted to do this even before this plugin:
    lightning in real time
    • if static, only time synced, random position
      probably within some radius from the static point
    • if dynamic, position is also synced
    • explosive?
  • weather levels
    it's not like there's strong rain or there's no rain
    I'm not sure how yet
  • sunrise sunset
  • snow
  • more api providers, multiple api keys
  • extensible: api
  • commands, finally!
  • far future: airplanes
  • IMPORTANT DO NOT FORGET: allow checking whereami

TODO