TmTrash  [1.21.4 - 1.21.5] icon

TmTrash [1.21.4 - 1.21.5] 1.1.0

Your portable trash bin

TmTrash%20-%20Title.png
The TmTrash  is a portable trash bin for players to clean our inventory trash.​
You can use sign or commands.
 
TmTrash%20-%20Commands.png
  • /trash - Open menu to clean inventory
  • /trash reload - Reload the plugin
  • /trash support - Support informations
 
TmTrash%20-%20Permissions.png
  • tmtrash.admin - Resource for admins
 
upload_2025-4-24_16-49-44.png
  • Write " [Trash] " on a sign for you to create the Trash.
upload_2025-4-24_16-50-43.png
 
config.yml
####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |             _________  __________  _________  _______  _______  _______  __   __             | #
# |            |___  ___| |  _   _  | |___  ___| |  __  | |  ___ | |  ____| | |  | |             | #
# |               | |     | | | | | |    | |     | |__|_| | |__| | | |____  | |__| |             | #
# |               | |     | | | | | |    | |     | |\ \   |  __  | |_____ | |  ___ |             | #
# |               | |     | | | | | |    | |     | | \ \  | |  | |  ____| | | |  | |             | #
# |               |_|     |_| |_| |_|    |_|     |_|  \_\ |_|  |_| |______| |_|  |_|             | #
# |                                                                                              | #
# |                               © 2025 - Powered by tmplugins.pt                               | #
# |                                                                                              | #
# |                                                                                              | #
# |  For support of this plugin join our discord:                                                | #
# |   ==> https://discord.gg/RtUndYxYZ6                                                          | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
# |  Authors: Titozinho                                                                          | #
# |  Website: https://tmplugins.pt                                                               | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

# Define the prefix.
prefix: '&7[&#cc0000TmTrash&7] '

# Aliases only come into effect after restarting the server.
aliases:
  - garbage
  - trash

# Define the Language.
#   The language change only takes effect after restarting the server.
#   default: en.yml
Language-File: 'en.yml'

# Receive notifications of new plugin versions.
plugin-update: true

# Settings of signs.
Sign:
  tag: '[Trash]'
  line1: 'Click to open' # Optional
  line2: '' # Optional
  line3: '' # Optional

# Settings of GUI.
GUI:
  # Define the title.
  title: '&#cc0000&lTrash'

  # Define the GUI size.
  #   - 1 line  => 9
  #   - 2 lines => 18
  #   - 3 lines => 27
  #   - 4 lines => 36
  #   - 5 lines => 45
  #   - 6 lines => 54
  size: 36
 
messages/en.yml
sign-removed: '&a%sign% sign has been removed'
no-permission: '&cYou don´t have permission for this.'
reload-successfully: '&aPlugin successfully reloaded!'
update-available: "%prefix%&7There is a new update available"
update-available-version: "&r(current: &c&l%current_version%&r | latest: &2&l%last_version%&r)"
no-updates-available: '&aThere are no new updates available.'
messages/pt.yml
sign-removed: '&aUma placa %sign% foi removida'
no-permission: '&cNão tens permissão para isso.'
reload-successfully: '&aPlugin recarregado com sucesso!'
update-available: "%prefix%&aHá uma nova atualização disponível"
update-available-version: "&r(atual: &c&l%current_version%&r | mais recente: &2&l%last_version%&r)"
no-updates-available: '&aNão há novas atualizações disponíveis.'