your current location:首页 > news>[WDIS] Who did I shot (WDID I shoot) Minecraft

[WDIS] Who did I shot (WDID I shoot) Minecraft

2024-12-15 02:37:35|Myriagame |source:minecraft skins

Brief introduction

This data packet can be used to determine the entity hit by the arrow shot by the player with a bow or crossbow.

Effect

Minecraft images

Gives the entity of the entity shot by the arrow shot by the player's bow or crossbow for 1 second;

The results are displayed in the chat bar with the format of in the

Move the mouse pointer to or , and you can also view their UUID.

Can be modified in the function WDIS: Find_Target to achieve other effects.

Among them, @S refers to players, @e [tag = wdis-seld] refers to the entity hit by the arrow shot by the player with a bow or crossbow.

principle

Allocate a UID (scoring score) for each player;

Detect the player's use of bow or crossbow;

Matching UUID to determine the arrow shot by the player;

Give an arrow with a potion effect (AMPLIFIER) as the same as the player's UID;

Determine the attacker based on the mildew -mortal potion effect.

In order to add a moldy potion effect, the shooting of the Spectral Arrow was modified into an arrow with a light -emitting effect, and it was not modified to return to the Lingling Arrow until it landed.

defect

The effect of occupying the original mildew;

Unable to detect the entity killed by the player;

It is impossible to detect an entity that is immune to the effect of potion.

uninstall

Use the command/function WDIS: Remove to remove the scoring board and command storage added by this data package.

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.