Example plugin.yml

Discussion in 'Plugin Development' started by black_ixx, Jan 20, 2012.

Thread Status:
Not open for further replies.
  1. You should REALLY go learn basic Java before attempting to do any more plugins.
     
  2. Ok other question: How can I create a variable of this string in the config, which is created :
    Code:
    final FileConfiguration config = this.getConfig();
            config.options().header("This sets the Message if a player has no permissions");
            config.addDefault("NoPermissions.String", "Your are not authorized!");
            config.options().copyDefaults(true);
            saveConfig();

    I want to use this strings at messages to a player, if ................
     
  3. Offline

    ArcheCane

    Is that really needed? I see no point in being able to configure a denying permission message. Just check if they don't have the permisison and send a message.
     
  4. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Why are you criticizing someone for wanting to customize an error message?
     
  5. Offline

    ArcheCane

    It's just advice, theres really no point for it.
     
  6. I dont want to make this, that the plugin is better or something like that...
    Its only to learn how to make things like configs
     
  7. Offline

    the_merciless

    1 year later and i would say he has done pretty well. Time flies when your coding :)
     
    black_ixx likes this.
  8. Yep :D Now my whole servers plugins are 90% selfmade and the server only needs 1/4 of the old amount of memory.

    I've learned a lot with the help of the friendly Bukkit community.
     
  9. Offline

    the_merciless

    Nice work, i was the same 9 months ago, i have made a load of private plugins since then, just added my 1st public plugin to bukkit dev. Hoping to add a few more over the next few weeks.
     
  10. Offline

    ItsHarry

    Why would you revive a 1 year old thread..
     
  11. Offline

    the_merciless

    There's a lot of kids on here that don't know how to code. Some people think they don't belong here and give them grief. I think this guys progress over the last year is proof that they needn't be like that. We should all be a little more helpful toward new coders, good things will come from it. So in answer to your question, I revived it just to make a point towards those people. Also this is a community, we should be nice to each other. Not question why I'm saying well done to someone.
     
    Marium0505 and Evilshallwin like this.
  12. Offline

    Marium0505

    I agree with you.

    I just started to develope bukkit plugins. :)
     
Thread Status:
Not open for further replies.

Share This Page