xilef Posted February 20, 2012 Posted February 20, 2012 Hi, I have trouble adding kits for the /kit command. where does it take them? i thought it was in plugins/CommandBook/kits.txt but the command doesn't show the kits that are added there. please help. Quote
kawaiiwolf Posted February 20, 2012 Posted February 20, 2012 Did you give permission to specific/all kits? I don't know how the default permission's work, but Essentials kit's use essentials.kit.<kit_name> or essentials.kit.* for all of the kits. Quote
xilef Posted February 20, 2012 Author Posted February 20, 2012 all permissions are correctly set. also, there are some kits listed by /kit that do not appear in the CommandBook kits.txt file. Quote
kawaiiwolf Posted February 20, 2012 Posted February 20, 2012 Honestly, I'd do away entirely with CommandBook and toss in Essentials. They overlap eachother for the most part but essentials is quite a bit more robust and fine grained in terms of permission sets. I honestly threw away commandbook in the first place due to difficulty in setting up permissions, especially as it regarded the /help and /kit features. The Server Permission setup page http://forums.technicpack.net/index.php/topic,83.0.html has some sample schemes. Quote
xilef Posted February 20, 2012 Author Posted February 20, 2012 Thanks for the tip. how do you configure kits in Essentials? Quote
kawaiiwolf Posted February 21, 2012 Posted February 21, 2012 In the plugins/Essentials/config.yml file I included the following lines: kits: Tools: delay: 180 items: - 269 1 - 270 1 - 271 1 - 5 32 EmergencySnacks: delay: 900 items: - 357 3 DailyDiamond: delay: 86400 items: - 264 1 The first one gives some tools and wood, second some cookies and the last is just a nice gift to my players with a 24 hour cooldown. The permissions for these were enabled in my plugins/PermissionsBukkit/config.yml with: essentials.kit: true essentials.kit.*: true First enables use of the /kit command, and the second gives players access to all the available kits (easier than me typing out all three, especially if I want to add more later on). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.