How to make KITPVP plugin for custom kits.

Discussion in 'Plugin Development' started by AdityaTD, May 19, 2015.

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

    AdityaTD

    How can I make a kitpvp plugin so people can make kits in config. Like unlimited kits and make it accessible with a command.
     
  2. Offline

    mine-care

    @AdityaTD thats a general question that has a really long answer, first start by learning java, then bukkit, then practice, then learn about configuration api, and kaboom xD
    Anyway, the way to customise kits from config is by using configuration sections :- ) load by a custom loop through those and have a custom object holding all info.
     
  3. Offline

    Reynergodoy

    hmm... i think you're allowed to just "look at the code" of survival games lib, they have this system, just looking their code will give you a light to open your path to the heavens!
     
  4. Offline

    seanliam2000

    There is a really good tutorial from a guy named razorblur(Search him on youtube) he is German though so you won't really be able to understand what he is explaining so it would be good to know a bit of bukkit and java :3
     
  5. Offline

    AdityaTD

    Oh man then I got to limit the kits to 9 Kits max.
     
  6. Offline

    seanliam2000

    Couldn't you just increase the size of the inventory to like 27?
     
  7. Offline

    AdityaTD

    Yes I can but y u asked?
     
  8. Offline

    seanliam2000

    Because you said oh man I can only use 9 kits? xD I get confused easily sorry
     
  9. Offline

    AdityaTD

Thread Status:
Not open for further replies.

Share This Page