Compatible With:
- Oxide
- Carbon
Features :
Commands :
Language :
- Items placed in the box will be deleted from the server on timed intervals.
- Player and admin commands.
- Permission system.
- Datafile for persistancy.
- garbagebox.use - To be able to give yourself a Gabage Box
- garbagebox.admin - To be able to use admin commands.
Commands :
- /getgarbage - Give yourself a Garbage Box if having the permission (garbagebox.use) .
- /setgarbage - While looking at the Garbage box adds this box to the datafile incase the placement wasn't succesfull , while having the (garbagebox.admin) permission.
- /emptygarbage - Will do a manuall cleanup if having the (garbagebox.admin) permission.
JSON:
{
"Prefix": "[GarbageBox] ",
"Box Settings": {
"Name": "Garbage Bin",
"SkinID": 2824426446,
"Shortname": "box.wooden.large"
},
"Clean Interval (Seconds)": 300.0,
"Blacklisted Items (Shortnames)": [
"lmg.m249",
"gunpowder",
"sulfur",
"sulfur.ore"
]
}
Language :
JSON:
{
"NoPermission": "You do not have permission to use this command.",
"PlacedBox": "You placed a <color=#ce422b>{0}</color>.",
"ReceivedBox": "You received a {0}.",
"CleanedLog": "Automatically emptied {0} bins.",
"Registered": "<color=#55ff55>Registered:</color> Your {0} is now active and saved.",
"Received": "You received a {0}.",
"SuccessSet": "<color=#55ff55>Success!</color> This box is now a Garbage Bin and saved.",
"ErrorLook": "<color=#ff5555>Error:</color> You must be looking at a storage box.",
"ManualClean": "Manual cleanup complete. <color=#55ff55>{0}</color> items were removed from <color=#55ff55>{1}</color> bins."
}