Деньги за убийство мобов через ConditionalEvents

Конфигурация плагина Деньги за убийство мобов через ConditionalEvents 2025-07-27

Создайте и подтвердите аккаунт для скачивания
Ссылка на ресурс
https://www.spigotmc.org/resources/conditionalevents-custom-actions-for-specific-events-1-8-1-21-8.82271/
Поддерживаемые версии
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
  6. 1.13
  7. 1.14
  8. 1.15
  9. 1.16
  10. 1.17
  11. 1.18
  12. 1.19
  13. 1.20
  14. 1.21
Файл необходимо закинуть в путь /plugins/ConditionalEvents/events
А также в игре перезагрузить плагин командой /ce reload

Дается деньги через команду /eco give %player_name% сумма
В конфигурации есть абсолютно все мобы и боссы

Прошу оставить отзыв если понравится
Вот код:
YAML:
Events:
  killmoballay:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ALLAY'
    actions:
      default:
      - 'console_command: eco give %player% 100 -s'
      - 'actionbar: &6+$100;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobarmadillo:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ARMADILLO'
    actions:
      default:
      - 'console_command: eco give %player% 250 -s'
      - 'actionbar: &6+$250;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobAXOLOTL:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == AXOLOTL'
    actions:
      default:
      - 'console_command: eco give %player% 900 -s'
      - 'actionbar: &6+$900;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobBAT:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == BAT'
    actions:
      default:
      - 'console_command: eco give %player% 200 -s'
      - 'actionbar: &6+$200;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobCAMEL:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == CAMEL'
    actions:
      default:
      - 'console_command: eco give %player% 400 -s'
      - 'actionbar: &6+$400;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobCAT:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == CAT'
    actions:
      default:
      - 'console_command: eco give %player% 400 -s'
      - 'actionbar: &6+$400;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobCHICKEN:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == CHICKEN'
    actions:
      default:
      - 'console_command: eco give %player% 50 -s'
      - 'actionbar: &6+$50;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobCOD:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == COD'
    actions:
      default:
      - 'console_command: eco give %player% 200 -s'
      - 'actionbar: &6+$200;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobCOW:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == COW'
    actions:
      default:
      - 'console_command: eco give %player% 500 -s'
      - 'actionbar: &6+$500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobDONKEY:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == DONKEY'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobFOX:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == FOX'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobFROG:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == FROG'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobGLOW_SQUID:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == GLOW_SQUID'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobHORSE:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == HORSE'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobMOOSHROOM:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == MOOSHROOM'
    actions:
      default:
      - 'console_command: eco give %player% 800 -s'
      - 'actionbar: &6+$800;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobMULE:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == MULE'
    actions:
      default:
      - 'console_command: eco give %player% 400 -s'
      - 'actionbar: &6+$400;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobOCELOT:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == OCELOT'
    actions:
      default:
      - 'console_command: eco give %player% 400 -s'
      - 'actionbar: &6+$400;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobPARROT:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == PARROT'
    actions:
      default:
      - 'console_command: eco give %player% 1500 -s'
      - 'actionbar: &6+$1500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobPIG:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == PIG'
    actions:
      default:
      - 'console_command: eco give %player% 250 -s'
      - 'actionbar: &6+$250;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobRABBIT:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == RABBIT'
    actions:
      default:
      - 'console_command: eco give %player% 800 -s'
      - 'actionbar: &6+$800;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobSALMON:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SALMON'
    actions:
      default:
      - 'console_command: eco give %player% 200 -s'
      - 'actionbar: &6+$200;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobSHEEP:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SHEEP'
    actions:
      default:
      - 'console_command: eco give %player% 300 -s'
      - 'actionbar: &6+$300;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobSNIFFER:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SNIFFER'
    actions:
      default:
      - 'console_command: eco give %player% 3000 -s'
      - 'actionbar: &6+$3000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobSNOW_GOLEM:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SNOW_GOLEM'
    actions:
      default:
      - 'console_command: eco give %player% 1000 -s'
      - 'actionbar: &6+$1000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobIRON_GOLEM:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == IRON_GOLEM'
    actions:
      default:
      - 'console_command: eco give %player% 4000 -s'
      - 'actionbar: &6+$4000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobSQUID:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SQUID'
    actions:
      default:
      - 'console_command: eco give %player% 340 -s'
      - 'actionbar: &6+$340;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobstrider:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == STRIDER'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobtadpole:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == TADPOLE'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobTROPICAL_FISH:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == TROPICAL_FISH'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobTURTLE:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == TURTLE'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobVILLAGER:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == VILLAGER'
    actions:
      default:
      - 'console_command: eco give %player% 300 -s'
      - 'actionbar: &6+$300;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobWANDERING_TRADER:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == WANDERING_TRADER'
    actions:
      default:
      - 'console_command: eco give %player% 3000 -s'
      - 'actionbar: &6+$3000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobbee:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == BEE'
    actions:
      default:
      - 'console_command: eco give %player% 500 -s'
      - 'actionbar: &6+$500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobCAVE_SPIDER:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == CAVE_SPIDER'
    actions:
      default:
      - 'console_command: eco give %player% 500 -s'
      - 'actionbar: &6+$500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobDOLPHIN:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == DOLPHIN'
    actions:
      default:
      - 'console_command: eco give %player% 500 -s'
      - 'actionbar: &6+$500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobDROWNED:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == DROWNED'
    actions:
      default:
      - 'console_command: eco give %player% 500 -s'
      - 'actionbar: &6+$500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobENDERMAN:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ENDERMAN'
    actions:
      default:
      - 'console_command: eco give %player% 50 -s'
      - 'actionbar: &6+$50;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobGOAT:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == GOAT'
    actions:
      default:
      - 'console_command: eco give %player% 1000 -s'
      - 'actionbar: &6+$1000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobLLAMA:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == LLAMA'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobPANDA:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == PANDA'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobPIGLIN:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == PIGLIN'
    actions:
      default:
      - 'console_command: eco give %player% 400 -s'
      - 'actionbar: &6+$400;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobPOLAR_BEAR:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == POLAR_BEAR'
    actions:
      default:
      - 'console_command: eco give %player% 1000 -s'
      - 'actionbar: &6+$1000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobSPIDER:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SPIDER'
    actions:
      default:
      - 'console_command: eco give %player% 400 -s'
      - 'actionbar: &6+$400;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobWOLF:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == WOLF'
    actions:
      default:
      - 'console_command: eco give %player% 500 -s'
      - 'actionbar: &6+$500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobZOMBIFIED_PIGLIN:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ZOMBIFIED_PIGLIN'
    actions:
      default:
      - 'console_command: eco give %player% 200 -s'
      - 'actionbar: &6+$200;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobBLAZE:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ZOMBIFIED_PIGLIN'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobBOGGED:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == BOGGED'
    actions:
      default:
      - 'console_command: eco give %player% 1000 -s'
      - 'actionbar: &6+$1000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobBREEZE:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == BREEZE'
    actions:
      default:
      - 'console_command: eco give %player% 1000 -s'
      - 'actionbar: &6+$1000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobCHICKEN_JOCKEY:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == CHICKEN_JOCKEY'
    actions:
      default:
      - 'console_command: eco give %player% 1000 -s'
      - 'actionbar: &6+$1000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobCreaking:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == CREAKING'
    actions:
      default:
      - 'console_command: eco give %player% 1000 -s'
      - 'actionbar: &6+$1000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobCreeper:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == CREEPER'
    actions:
      default:
      - 'console_command: eco give %player% 500 -s'
      - 'actionbar: &6+$500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobEvoker:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == EVOKER'
    actions:
      default:
      - 'console_command: eco give %player% 500 -s'
      - 'actionbar: &6+$500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobGHAST:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == GHAST'
    actions:
      default:
      - 'console_command: eco give %player% 900 -s'
      - 'actionbar: &6+$900;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobGUARDIAN:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == GUARDIAN'
    actions:
      default:
      - 'console_command: eco give %player% 900 -s'
      - 'actionbar: &6+$900;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobELDERGUARDIAN:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ELDERGUARDIAN'
    actions:
      default:
      - 'console_command: eco give %player% 2000 -s'
      - 'actionbar: &6+$2000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobHOGLIN:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == HOGLIN'
    actions:
      default:
      - 'console_command: eco give %player% 200 -s'
      - 'actionbar: &6+$200;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobHUSK:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == HUSK'
    actions:
      default:
      - 'console_command: eco give %player% 200 -s'
      - 'actionbar: &6+$200;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobMAGMA_CUBE:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == MAGMA_CUBE'
    actions:
      default:
      - 'console_command: eco give %player% 200 -s'
      - 'actionbar: &6+$200;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobMAGMA_PHANTOM:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == PHANTOM'
    actions:
      default:
      - 'console_command: eco give %player% 600 -s'
      - 'actionbar: &6+$600;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobpiglin_brute:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == PIGLIN_BRUTE'
    actions:
      default:
      - 'console_command: eco give %player% 900 -s'
      - 'actionbar: &6+$900;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobpillager:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == PILLAGER'
    actions:
      default:
      - 'console_command: eco give %player% 200 -s'
      - 'actionbar: &6+$200;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobrevager:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == REVAGER'
    actions:
      default:
      - 'console_command: eco give %player% 3000 -s'
      - 'actionbar: &6+$3000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobshulker:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SHULKER'
    actions:
      default:
      - 'console_command: eco give %player% 1500 -s'
      - 'actionbar: &6+$1500;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobsilverfish:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SILVERFISH'
    actions:
      default:
      - 'console_command: eco give %player% 50 -s'
      - 'actionbar: &6+$50;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobskel:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SKELETON'
    actions:
      default:
      - 'console_command: eco give %player% 300 -s'
      - 'actionbar: &6+$300;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobskelw:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == WITHER_SKELETON'
    actions:
      default:
      - 'console_command: eco give %player% 900 -s'
      - 'actionbar: &6+$900;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobslime:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == SLIME'
    actions:
      default:
      - 'console_command: eco give %player% 100 -s'
      - 'actionbar: &6+$100;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobstray:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == STRAY'
    actions:
      default:
      - 'console_command: eco give %player% 450 -s'
      - 'actionbar: &6+$450;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobWITCH:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == WITCH'
    actions:
      default:
      - 'console_command: eco give %player% 950 -s'
      - 'actionbar: &6+$950;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobWarden:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == WARDEN'
    actions:
      default:
      - 'console_command: eco give %player% 10000 -s'
      - 'actionbar: &6+$10000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobWex:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == WEX'
    actions:
      default:
      - 'console_command: eco give %player% 1000 -s'
      - 'actionbar: &6+$1000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobzombie:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ZOMBIE'
    actions:
      default:
      - 'console_command: eco give %player% 250 -s'
      - 'actionbar: &6+$250;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobzombieVillager:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ZOMBIE_VILLAGER'
    actions:
      default:
      - 'console_command: eco give %player% 3000 -s'
      - 'actionbar: &6+$3000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobzoglin:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ZOGLIN'
    actions:
      default:
      - 'console_command: eco give %player% 250 -s'
      - 'actionbar: &6+$250;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobed:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == ENDER_DRAGON'
    actions:
      default:
      - 'console_command: eco give %player% 16000 -s'
      - 'actionbar: &6+$16000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  killmobwhiter:
    enabled: true
    type: player_kill
    conditions:
    - '%victim% == WITHER'
    actions:
      default:
      - 'console_command: eco give %player% 5000 -s'
      - 'actionbar: &6+$5000;100'
      - 'playsound: UI_TOAST_OUT;10;0.1'
  • Вау! (0)
  • Facepalm (-1)
Реакции: retpadAreT и Shon
Автор
lednik
Скачивания
1
Просмотры
178
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

Другие ресурсы пользователя lednik

Поделиться ресурсом

Назад
Сверху Снизу