TrashCans is a configurable trash can plugin which adds physical trash cans to Minecraft.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
Creating a Trash Can:
- To create a TrashCan it is as simple as using the command /trashcans create, this will give the user a custom tool to create Trash Cans!
- Then place an Item Frame flat on the ground where you want to create a Trash Can. This will mark the bottom of the trash can.
- You can then place whatever block you would like to (this includes Player Skulls!) in the same space as the Item Frame. Alternatively, if you are using a custom resource pack you can place barrier blocks to act as a hitbox for the Trash Can and place a custom trash can model in the item frame or even on an invisible armor stand!
Images:
Permissions:
trashcans.create - Allows the user to create Trash Cans with the TrashCan Creator wand!
trashcans.reload - Allows the user to reload the TrashCans plugin config.
Config:
Code (YAML):#####################
# TrashCans #
#####################
# makeFramesInvisible: Whether or not Trash Can item frames will be visible to players.
makeFramesInvisible: false
# ignoreBarriers: Whether or not Barriers above will be detected as a Trash Can. (This automatically sets max height to 1)
ignoreBarriers: false
# maxHeight: The maximum height of a Trash Can (Set to -1 to Disable).
maxHeight: 2

TrashCans 2021-01-14
Adds Physical Configurable Trash Cans to Minecraft!