Skip to content

Commit 27e5e12

Browse files
authored
Made recycle command configurable
1 parent 8d3326d commit 27e5e12

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
## Permissions
66

7-
* `recycle.use` -- Allows players to use `/recycle` chat command and `recycle` console command
7+
* `recycle.use` -- Allows players to use the recycler
88
* `recycle.admin` -- Allows players to destroy all recyclers or dropped bags currently created by **Recycle**
99
* `recycle.bypass` -- Allows players to bypass the cooldown of recycling
1010

1111
## Commands
1212

13-
* `/recycle` and `recycle` -- Opens a recycler
13+
* `/recycle` and `recycle` -- Opens a recycler, can be configured
1414
* `/purgerecyclers` -- Destroys all recyclers and drops their contents to a locked bag at the owner's position
1515
* `/purgebags` -- Destroys all bags created by **Recycle**
1616

@@ -25,6 +25,7 @@
2525
"NPCs Only": false,
2626
"Allowed In Safe Zones": true,
2727
"Instant Recycling": false,
28+
"Command To Open Recycler": "recycle",
2829
"NPC Ids": [],
2930
"Recyclable Types": [
3031
"Ammunition",
@@ -43,7 +44,7 @@
4344
],
4445
"Blacklisted Items": []
4546
},
46-
"VERSION": "3.0.0"
47+
"VERSION": "3.0.1"
4748
}
4849
```
4950

0 commit comments

Comments
 (0)