BentoBoxWorld / Limits

Limits blocks and entities on islands - for BentoBox
Eclipse Public License 2.0
8 stars 17 forks source link

Unable to limit Item Frames, Paintings, and Armor Stands #24

Closed Deathinflames closed 5 years ago

Deathinflames commented 5 years ago

Description I can't seem to limit Item Frames, Paintings, and Armor Stands with the BentoBox Limits addon.

Steps to reproduce the behavior:

  1. Stop server

  2. Open your /plugins/BentoBox/addons/Limits/config.yml

  3. Add the following to config.yml under "blocklimits:"

    ITEM_FRAME: 100
    PAINTING: 100
    ARMOR_STAND: 100
  4. Start server and notice in console

    [BentoBox] [Limits] Material ITEM_FRAME is not a valid block. Skipping... [BentoBox] [Limits] Material PAINTING is not a valid block. Skipping... [BentoBox] [Limits] Material ARMOR_STAND is not a valid block. Skipping...

Server Information:

[Please complete the following information:]

Running PAPER 1.13.2.

Loaded Addons: Biomes 1.5.0.0 (ENABLED) BSkyBlock 1.5.0 (ENABLED) Challenges 0.7.5 (ENABLED) Level 1.5.0 (ENABLED) Limits 0.2.1-SNAPSHOT (ENABLED) WelcomeWarps 1.5.0 (ENABLED)

tastybento commented 5 years ago

Try putting these in the Entity Limits instead. I know that these can be classed as entities and not blocks. However, I think these are "weird" because of this hybrid nature. They may need special handling.

Deathinflames commented 5 years ago

Well, the good news is adding armor stands to entitylimits allowed that to start being limited. The bad news is paintings and item frames are still showing as not supported.

[BentoBox] [Limits] Entity type: ITEM_FRAME is not supported - skipping... [BentoBox] [Limits] Entity type: ITEM_FRAME is not supported - skipping...

tastybento commented 5 years ago

This should work: https://github.com/BentoBoxWorld/Limits/releases/tag/0.2.3-rc

myavuzokumus commented 4 years ago

ITEM_FRAME problem contiunes... [20:11:56] [Server thread/ERROR]: [BentoBox] [Limits] Entity type: ITEM_FRAME is not supported - skipping... image