Get keys to string

Discussion in 'Plugin Development' started by xelatercero, Nov 4, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    xelatercero

    How i can get keys to string of a sectio in config file, i mean if i have a section called "Users.locations" i want to get all the keys in that section to send a message to the player with tat keys
     
  2. Offline

    Lolmewn

    What have you tried?
     
  3. Offline

    Zombie_Striker

    @xelatercero
    ConfigurationSection#getKeys(false);

    Where "ConfigurationSection" is the path that leads upto the keys.
     
Thread Status:
Not open for further replies.

Share This Page