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

all permissions are correctly set. also, there are some kits listed by /kit that do not appear in the CommandBook kits.txt file.

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...