Skip to content

Commit b80ff5f

Browse files
update readme
1 parent f29840f commit b80ff5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
## BlacklistedItems
1+
# BlacklistedItems
22
Blacklist the items from being crafted, spawned or picked up by players.
33

4-
### Features
4+
## Features
55
- **CanSpawn** - Disable item from spawning or being dropped to the ground
66
- **CanCraft** - Disable item from being crafted
77
- **CanTake** - Disable item from being able to be picked up
88
- **CanStore** - Disable item from being able to be stored in storage like locker
99
- Optional blacklist bypass permission
1010

11-
### Configuration
11+
## Configuration
1212
```xml
1313
<?xml version="1.0" encoding="utf-8"?>
1414
<BlacklistedItemsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -25,7 +25,7 @@ Blacklist the items from being crafted, spawned or picked up by players.
2525
</BlacklistedItemsConfiguration>
2626
```
2727

28-
### Translations
28+
## Translations
2929
```xml
3030
<?xml version="1.0" encoding="utf-8"?>
3131
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

0 commit comments

Comments
 (0)