Jump to content

Can't find the kits file


xilef

Recommended Posts

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

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

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