• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Book for displaying all custom items

Is there a way to make a book that displays all the custom items, also is there a way to make permissions for items because I don't want fire benders flying or if they have the glider will they not be able to use it anyway?

Anyway this post is mostly about a book to display the items
 

Simplicitee

Staff member
Plugin Developer
Well the book at the moment you need to write yourself.

The custom permissions can be accomplished with the item config, with the items you put something in it to make the item need that perm. It's in the latest update.

/Bi items shows the items in an inventory grid
 

Coolade

Staff member
Plugin Developer
At the moment there is no book command that will create a book with all of the items in it.
There is a way to restrict an item to be based on permissions and elements, http://projectkorra.wikia.com/wiki/ProjectKorra_(Items)_Misc_Stats Scroll down to where it says Item Restriction.
  • RequirePermission: (true/false) the item will only work if the player has one of these required permissions
    • Example: "RequirePermission: bending.admin.*, essentials.command.give"
 
At the moment there is no book command that will create a book with all of the items in it.
There is a way to restrict an item to be based on permissions and elements, http://projectkorra.wikia.com/wiki/ProjectKorra_(Items)_Misc_Stats Scroll down to where it says Item Restriction.
  • RequirePermission: (true/false) the item will only work if the player has one of these required permissions
    • Example: "RequirePermission: bending.admin.*, essentials.command.give"
Ok thanks!
 
Top