▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/PickMeUp
PickMeUp

PickMeUp

Pick Up Entities and carry them somewhere

1.6K
15

PickMeUp

Carry your Entities around gently or throw them away

How to use

Sneak and click with empty hand on entity you want to pick

Example

Example 2

Exmple 3

Config

# This is the debug level of the plugin. Dont change this unless requested.

mobSettings:
  ==: pickMeUpMobSettings
  # List of allowed mobs (default: PIG, CHICKEN, RABBIT, WOLF, BOAT, SHEEP, PARROT)
  # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
  allowedMobs:
  - PIG
  - PARROT
  - FOX
  
  # List of blacklisted mobs that cannot be picked up
  blackListedMobs:
  - ENDER_DRAGON
  - WITHER

  
  # Allow picking up all hostile mobs (overrides allowedMobs)
  allowAllHostileMobs: false
  
  # Allow picking up players
  allowPlayers: true

    # Allow picking up all peaceful mobs (overrides allowedMobs)
  allowAllPeacefulMobs: true
  
  # Require permission to pickup mobs
  requirePermission: true
  


carrySettings:
  ==: pickMeUpCarrySettings
  # The force with which a entity will be thrown when the bar is full
  throwForce: 2.0
  # Allow to pickup entites which have also a entity as passenger
  allowStacking: false


 debug: INFO

Permissions (when mobSettings.requirePermission is true)

  • pickmeup.reload => Allows to reload the plugin
  • pickmeup.pickup.<entity_type> => Allows to pickup a specific entity
  • pickmeup.bypass.nostack => Allows to pickup an entity with a passenger even if the config does not allow it.

Integrations

The plugin supports protection with plugins via hooks or native.

  • WorldGuard (User requires interact permissions in region)
  • BentoBox (Only team members can pick up)
  • GriefPrevention
  • PlotSquared
  • RedProtect
  • Towny

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:10 месяцев назад
Обновлён:10 месяцев назад
Главная