Giter Site home page Giter Site logo

Comments (4)

Peter200lx avatar Peter200lx commented on August 16, 2024

Will research into what is available from the bukkit API. This is lower on my priority list, but will be investigated thoroughly.

from toolbelt.

Peter200lx avatar Peter200lx commented on August 16, 2024

Ok, initial research done, this is not possible with just bukkit.

I can build a (probably admin only) tool that can change the weather for the entire server, please let me know if you really wish for a global version of this tool.

However, I have found that this might be possible by directly manipulating minecraft packets.
http://mcp.ocean-labs.de/files/jd124/client/net/minecraft/src/Packet70Bed.html
Oddly this packet seems to be the only one referencing changing the weather. Sending a player one of these packets with bedState = 1 would tell the client to start raining, and bedState = 2 would stop the rain.
The problem is that this would require importing more then just bukkit, which I am not comfortable doing. Feel free to fork the project and build the tool with the additional import(s).

If you find a way to modify the clients weather using pure bukkit interfaces, or if you do want a global weather changing tool, please feel free to re-open this bug with how/why.

from toolbelt.

Peter200lx avatar Peter200lx commented on August 16, 2024

This might now be possible as this capability has been added to Bukkit.

https://bukkit.atlassian.net/browse/BUKKIT-812
Bukkit/Bukkit#728
Bukkit/CraftBukkit#947

from toolbelt.

Peter200lx avatar Peter200lx commented on August 16, 2024

Initial investigation not great. It appears that there is no difference for a player between WeatherType.CLEAR and WeatherType.DOWNFALL. Both of them start it raining for the player even when the server is clear. Running resetPlayerWeather() re-syncs the player with the server, but this is not the personal user weather I was hoping to see. Don't have time to investigate further today, will come back to later.

from toolbelt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.