mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-01 00:10:40 +01:00
Edited English and adjusted power of fling
This commit is contained in:
parent
255bd9abaa
commit
e83a9fbbdd
@ -149,10 +149,11 @@ public class Settings implements ConfigObject {
|
||||
private Set<String> fakePlayers = new HashSet<>();
|
||||
|
||||
@ConfigComment("Flingback power. How far hostile mobs will be flung back when a player teleports into them.")
|
||||
@ConfigComment("2.5 will push back a number of blocks, 5 will throw them far, 1 will not do much.")
|
||||
@ConfigEntry(path = "general.flingback")
|
||||
private double flingback = 5D;
|
||||
private double flingback = 2.5D;
|
||||
|
||||
@ConfigComment("Kill mobs on teleport. If thw world flag is set, then they will be killed/removed instead of flung.")
|
||||
@ConfigComment("Kill mobs on teleport. If the world flag in Admin Settings is set, then they will be killed/removed instead of flung.")
|
||||
@ConfigEntry(path = "general.teleport-remove-mobs")
|
||||
private boolean teleportRemoveMobs = false;
|
||||
|
||||
|
@ -1292,9 +1292,9 @@ protection:
|
||||
name: "Remove end exit island"
|
||||
REMOVE_MOBS:
|
||||
description: |-
|
||||
&a Remove monsters when
|
||||
&a Push monsters away when
|
||||
&a teleporting to island
|
||||
name: "Remove monsters"
|
||||
name: "Fling back monsters"
|
||||
RIDING:
|
||||
description: "Toggle riding"
|
||||
name: "Animal riding"
|
||||
|
Loading…
Reference in New Issue
Block a user