Garbage Box

Garbage Box 1.0.1

No permission to download
Compatible With:
  1. Oxide
  2. Carbon
Features :

  • Items placed in the box will be deleted from the server on timed intervals.
  • Player and admin commands.
  • Permission system.
  • Datafile for persistancy.
Permissions :

  • 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.
Configuration :

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."
}
  • Like
Reactions: ZEODE
Author
KrunghCrow
Downloads
1
Views
125
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from KrunghCrow

Latest updates

  1. Updated to version v1.0.1

    Started using a coroutine Optimised cleanups Additional null checking Adressed Hook missfires...
Back
Top