You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chorus-fruit:
# This makes the chorus fruit behaviour configurableenabled: true# The maximum distance the fruit can teleport the player. This a PER AXIS value, so this outlines a cube with# 2 * max-teleportation-distance as the side length# Vanilla default is 8.# Setting this to 0 disables chorus fruit teleport.# Setting this to a value greater than 8 MIGHT CAUSE CONFLICTS with bukkit's internal anti cheat# and *potentially* any other anti-cheat you use. Please make sure this is not an issue before increasing# this value.max-teleportation-distance: 5# Whether to prevent eating the fruit completely. This also prevents the teleportation.prevent-eating: false# The saturation value of the chorus fruit.# Vanilla default is 2.4saturation-value: 2.4# The hunger value of the chorus fruit.# Vanilla default is 4 (2 bars)hunger-value: 4
Problem Description
The chorus fruits, when the module is enabled, don't work properly at all and tp inside blocks.
To Reproduce
Steps to reproduce the behavior:
Enable the chorus fruits module
Change the teleportation distance value to anything other than the default (8)
Eat chorus fruits
Expected Behaviour
You would be tped randomly above blocks in places where you can stand, in the radius
Actual Behaviour
You are tped anywhere, inside full blocks.
The text was updated successfully, but these errors were encountered:
Maybe some of the teleportation logic from NMS needs to be ported over. Can I ask what you use this module for? From the stats it seems most OCM servers have it disabled, and it would be helpful to figure out the best approach for this.
I have a kitpvp server, and one of the kit (enderman) has chorus fruit as their main food source. I use the module to reduce the radius of possible teleportation, to make the chorus fruits less annoying for the user and less op to flee.
Information
Server Log
nothing interesting
config.yml
Problem Description
The chorus fruits, when the module is enabled, don't work properly at all and tp inside blocks.
To Reproduce
Steps to reproduce the behavior:
Expected Behaviour
You would be tped randomly above blocks in places where you can stand, in the radius
Actual Behaviour
You are tped anywhere, inside full blocks.
The text was updated successfully, but these errors were encountered: