Hey there!
This update there are a few changes and additions.
First of all: The anti Autoclicker with the following block in the config:
# The following 4 lines are for people who want to discourage autoclicking to farm mobs/bosses.
# enable the setting a
enableAntiAFKTeleports: false # If set to true bosses will have a chance to be teleported to the attacking player. If the player is afk the boss could kill the player.
AntiAFKChance: 100 # 1 = 0.1% chance. 10 = 1% chance. after the AntiAFKHitLimit is reached this is the % chance to teleport the hit boss directly onto the player.
AntiAFKHitLimit: 15 #This is the amount of hits the player has to land on mobs until the mob can teleport to them. Boss abilities are separate from this.
AntiAFKWarningMessage: "You should move a little more while hitting monsters, shouldn't you? \n AntiAFK Grinder Warning" #\n = new line
This is disabled by default. If enabled it will check wether a player is moving while hitting entities. Following things count as movement:
- looking around(even the slightest bit)
- moving your character in the world
- being teleported
- being moved by another Entity
...
so literally anything counts as movement here. Only if the player stands completely still and isnt moving their mouse whatsoever (as it would be for someone who autoclicks to grind mobs).
If a player hits entities more than the AntiAFKHitLimit allows the hit mob is teleported to the player with a certain chance which is the AntiAFKChance. Creepers will not be teleported.
Before teleporting a mob to the player said player will receive a configurable warning message. If this message is ignored and the player continues hitting without moving the mobs will be teleported.
This message will appear when hitting a mob, maximum every 5 seconds.
Again, this is a measure against people who autoclick afk grind their mobfarms
I hope this helps to keep cheating down on your server.
I made the TNT thrown around by the creeper boss have editable spread
This can be edited in the config at the following place
CreeperBoss:
enabled: true
enableSummonCommand: true
displayName: "Bomby the Bomber"
showDisplayNameAlways: true
health: 50
spawnChance: 20
thrownTNT:
throwTNTEnable: true #creeper will throw TNT in all directions when it blows up. The creeper will not die to exploding like a normal creeper
TNTYield: 4 #recommended to keep low
TNTFuse: 4 #in seconds
TNTSpreadMultiplier: 1.0
############### Editable here! TNTDoesNoBlockDamage: true
droppedItems:
- TNT:2:4:75
- DIAMOND:0:1:25
droppedXP: 50
CommandToBeExecutedOnDeath: 0
disableVanillaDrops: false
spawnNaturally: true
worldsLocationsTimer:
enableBossBars: true
bossBarColor: blue
All Bosses now have summoning messages when summoned by command!
The Skeleton boss armor enchants are now slightly nerfed. I reduced the maximum protection on each piece of armor by 3 (from 15 down to 12)
As always, if you have any questions or problems I am happy to help via discord!
Happy slaughtering bosses!