Giter Club home page Giter Club logo

Comments (2)

Carleslc avatar Carleslc commented on July 23, 2024

How do you load/create your config file?
And what getConfig() returns? An instance of YamlFile?
Also you do not need to load the file again after saving.
Use get("parkour.start-location") to see if the value has changed after set (or getString if location is a string).
Loading values are only needed the first time, when the plugin starts, and optionally on plugin reload.

from simple-yaml.

Carleslc avatar Carleslc commented on July 23, 2024

I'm closing this issue since there are no further details to help you and I think is not an issue with this library.

I'm guessing you have two different configuration instances and you are confused setting values on one and saving another configuration without those values set. Ensure getConfig() returns the same yamlFile instance as in your save / reload methods, and that those methods are actually executed, and getConfiguration() does not return another different configuration instance instead.

LobbyPlugin.getInstance().getConfig() == LobbyPlugin.getInstance().getConfiguration().yamlFile should return true (same instance).

Otherwise, maybe you are confusing the Bukkit's plugin configuration with the configuration instance of this library (YamlFile)? Please don't mix them, use one or another. This library is independent of Bukkit / Spigot / Velocity and can also be used in any Java program.

You can comment if you need more help.

from simple-yaml.

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.