SMPtweaks-1.0.17-beta.jar

Details

  • Filename
    SMPtweaks-1.0.17-beta.jar
  • Uploaded by
  • Uploaded
    Nov 10, 2021
  • Size
    334.67 KB
  • Downloads
    38
  • MD5
    056c6ea41d8ef878479b34484a5d28b2

Supported Bukkit Versions

  • 1.17

Changelog

  • Fixed NullPointerException while disabling SMPtweaks when server_levels were not enabled
  • Fixed a bug that caused rewards to not work properly when server_levels were not enabled
  • It is now possible to specify commands that are executed when a certain custom drop is dropped (suggested by Xiaoguard). Please note that @p simply gets replaced with the killers' name. It is not an actual target selector variable.
custom_drops:
  enabled: false
  mobs:
    - type: ENDER_DRAGON
      xp: 800
      commands: # Commands that are executed whenever an entity of this type dies
      drops:
        - material: DRAGON_EGG
          amount: 1
          chance: 1.0
          commands: # <--- this is new; Commands that are executed when this drop is dropped
            - 'minecraft:msg @p The Ender Dragon has dropped its egg!'