◆ 1.19.3 Support
────────────
The plugin now supports 1.19.3
◆ Cobweb Interactivity Types
────────────────────
[ Requested by
illudota ]
Cobweb interactivity types is a new feature that allows you to change how thrown creeper eggs interact with cobwebs.
There are four types of interactivity types:
The
VANILLA type does not change how thrown creeper eggs interact with cobwebs.
| This is the default type
The
BOUNCE type will make it so that thrown creeper eggs bounce off of cobwebs when touched from the side or the bottom.
The
DESTROY type will make it so that the thrown creeper egg is destroyed upon touching a cobweb.
The
EXCLUDE type will make it so that the thrown creeper egg explosion does not destroy any cobwebs.
One completely new
configuration line is added to the
config:
| cobweb-interaction-type
◆ Changed the log-format default value
───────────────────────────
The
log-format line under the
CoreProtect compatibility section has a
new default value, because before there were spaces in the format so that rollback wouldn't work because the "user" parameter doesn't take kindly to spaces. The new default format:
log-format: "#thrown_creeper_egg_by_</player>" It is recommended that you change the format to have no spaces.
● In accordance to the
new feature - if you already had a
config file generated before this update and you would like to
configure the new feature, then please regenerate your
config file or add the following default lines on the
very bottom of your
config file:
Code (YAML):
# There are four types of cobweb interactions: VANILLA, BOUNCE, DESTROY, EXCLUDE
# The "VANILLA" type will not change the behaviour of thrown eggs touching cobwebs.
# The "BOUNCE" type will make it so that thrown eggs bounce off of cobwebs when touched from the side or the bottom.
# The "DESTROY" type will make it so that thrown eggs are destroyed upon touching a cobweb.
# The "EXCLUDE" type will make it so that the thrown egg explosion does not destroy any cobwebs.
cobweb-interaction-type
: VANILLA
If you find any bugs in this update - please enter the discussion and post some information about it - thanks!
I will try to fix any reported bug(s) as soon as possible.