YML Configs

Discussion in 'Plugin Development' started by Jack Price-Burns, Aug 22, 2014.

Thread Status:
Not open for further replies.
  1. Hello,

    I am making a magic plugin and I would like to store everybody who ever joined the server in a yml file so plugins/magicplugin/players/player.yml
    Now bukkit has a cool api for yml file would I be able to use bukkits api for this and how, examples will be very helpful :D
     
  2. Offline

    fireblast709

  3. fireblast709 So I use this to load the player then I can use bukkits api but how do I make a new file named each player and apply to them a default config, also should I use uuid's and name each yml by the users uuid then store there name inside the yml file
     
  4. Offline

    MCMatters

    no
     
  5. MCMatters Could you explain your "no" a bit more please.
     
  6. Offline

    MCMatters

    wiki.bukkit.org/Configuration_API_Refrence
     
  7. Last edited by a moderator: Jun 9, 2016
  8. Offline

    fireblast709

    Most of this is simply Java. Check out the documentation for java.io.File ;3
     
Thread Status:
Not open for further replies.

Share This Page