nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
EnderChestLimiter

EnderChestLimiter

Plugin

Limit items that player can put in his enderchest (You can also create groups)

Server Game MechanicsManagementStorageUtility

18 downloads
0 followers

Features

  • Create group, then write there ids from items and set max limit - and ready!
  • Castomize sound if denied
  • Castomize messages if denied
  • Create as many groups as you need, and write there as meny ids as you need!

All features can be set individual for each group!

Config
# The command to reload: /eclimiter
# Permissions:
# enderchestlimiter.reload - Allows to reload the plugin
# enderchestlimiter.bypass.all - Gives bypass for any limits
# enderchestlimiter.bypass.<group name> - Bypasses the limit of the selected group
#
# Placeholders inside the plugin:
# %max% - Outputs the limit on the item
#
# Items (Leave groups: empty to disable)
groups:
  # Group name (Can be anything, but it will be required for permishen on bypass)
  shulker_boxes: # enderchestlimiter.bypass.shulker_boxes - to bypass this limit
    # Maximum number of items from the list that the player can put into the ender chest.
    limit: 3
    # Message to be sent if limit: 1, 21, 31, 41, 51, etc.
    deny-message-1: '&cSorry, but you can't put more than %max% shalker in your ender chest'.
    # Message to be sent if limit: 2, 3, 22, 23, 32, etc.
    deny-message-2: '&cSorry, but you can't put more than %max% shalker in your ender chest'.
    # Message to be sent if limit: 4, 5, 11, 16, 26, etc.
    deny-message-3: '&cSorry, but you can't put more than %max% shalker in your ender chest'.
    # Sound that will be played on limit reach (Remove to disable)
    # Specify: Sound;Volume;Pitch (volume and pitch optional)
    deny-sound: ITEM_SHIELD_BREAK;0.8;1
    # Items from this limit
    included-items:
      - BLACK_SHULKER_BOX
      - BLUE_SHULKER_BOX
      - BROWN_SHULKER_BOX
      - CYAN_SHULKER_BOX
      - GRAY_SHULKER_BOX
      - GREEN_SHULKER_BOX
      - LIGHT_BLUE_SHULKER_BOX
      - LIGHT_GRAY_SHULKER_BOX
      - LIME_SHULKER_BOX
      - MAGENTA_SHULKER_BOX
      - ORANGE_SHULKER_BOX
      - PINK_SHULKER_BOX
      - PURPLE_SHULKER_BOX
      - RED_SHULKER_BOX
      - WHITE_SHULKER_BOX
      - YELLOW_SHULKER_BOX
      
  # Example
  tnt:
    limit: 64 # 1 stack
    deny-message-1: '&sorry, you can't put more than %max% tnt in your ender chest'
    deny-message-2: '&sorry, but you can't put more than %max% tnt in your ender chest'.
    deny-message-3: '&sorry, but you can't put more than %max% tnt in your ender chest'
    included-items:
      - TNT

# Messages
messages:
  # Message when reloading the plugin
  reload-message: '&aPlugin EnderChestLimiter successfully reloaded.'
  # Messages if there are not enough permissions to use the command
  no-permission: '&cSorry, you do not have enough permissions to use this command.'

External resources


Project members

noslowdwn

Member


Technical information

License
MIT
Project ID