Jump to content

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted

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).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...