Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.02 KB

File metadata and controls

17 lines (13 loc) · 1.02 KB

NucleusKit

Properties

Name Type Description Notes
commands list[str] The commands that are executed when this kit is purchased/acquired by a player
cooldown int The cooldown (in seconds) this kit is on after buying it (per player)
cost float The cost to buy this kit
first_join_kit bool True if this kit is awarded for joining the server the first time, false otherwise
link str The API link that can be used to obtain more information about this object
name str The unique name of this kit
one_time bool True if this kit can only be purchased/acquired once, false otherwise
stacks list[ItemStack] The ItemStacks that are awarded to the player who buys/acquires this kit

[Back to Model list] [Back to API list] [Back to README]