-
Notifications
You must be signed in to change notification settings - Fork 0
Home
RedstoneWizard08 edited this page Aug 26, 2024
·
1 revision
Welcome to the Permitted wiki!
/permit add [item]
- Add an item to a permit's list of sellable items
/permit remove [item]
- Remove an item from a permit's list of sellable items
/permit remove all
- Remove all items from a permit's list of sellable items
/permit rarity [rarity]
- Set the rarity/tier of a permit
/permit name [name...]
- Set the permit's custom name
This is the nbt format:
{ # Item root tag
permit: {
items: [] # A list of sellable item IDs (based on ItemStack#CODEC)
rarity: "DIAMOND" # See the PermitData.Rarity class for possible values
name: "" # The permit's name
owner: null # Optional. The owner's UUID.
ownerName: null # Optional. The owner's name.
}
}