xilef Posted February 20, 2012 Share 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. Link to comment Share on other sites More sharing options...
kawaiiwolf Posted February 20, 2012 Share 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. Link to comment Share on other sites More sharing options...
xilef Posted February 20, 2012 Author Share 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. Link to comment Share on other sites More sharing options...
kawaiiwolf Posted February 20, 2012 Share 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. Link to comment Share on other sites More sharing options...
xilef Posted February 20, 2012 Author Share Posted February 20, 2012 Thanks for the tip. how do you configure kits in Essentials? Link to comment Share on other sites More sharing options...
kawaiiwolf Posted February 21, 2012 Share 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). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now