... | ... | @@ -6,7 +6,7 @@ These options are applicable to all items, and go under the Options field: |
|
|
| Destroy: [true/false] | If true, the item will be removed from every player. Used to remove a matching item from the server. |
|
|
|
| DestroyOnDrop: [true/false] | Destroys the item if the player drops it. |
|
|
|
| KeepOnDeath: [true/false] | Players won't drop the item on death. |
|
|
|
| PreventDropping: [number] | Prevents the item from being dropped. |
|
|
|
| PreventDropping: [true/false]| Prevents the item from being dropped. Defaults to `false` |
|
|
|
| Permission: [perm.node] | Required perm node to have this item. If the player doesn't have the permission, it will be removed from their inventory when they attempt to use it (use permission conditions in skills if you just want to prevent skill usage). |
|
|
|
| Placeable: [true/false] | Allows the item to be placed in the world |
|
|
|
| PreventAnvil: [true/false]| Prevents the item from being used in an anvil. |
|
... | ... | |