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
Describe the bug
I'm using the Give command to give some items during first join. Using this command:
"/give ${player} minecraft:golden_hoe 1"
Expected result would be that the player receives 1 Golden hoe. Actual result is that the player receives 2 Golden hoes.
"first_join": {
"actions": [
"§8§l[§c§li§8§l] §eVítej na serveru §f${player}",
"§8■ §7Nezapomínejte na naše pravidla:",
"§e 1) §7Buďte uctiví",
"§e 2) §7Chovejte se eticky",
"§e 3) §7Používejte zdravý rozum",
"§8Tímto připomínáme všem hráčům, že se jedná o privátní snapshot server. Na tomto serveru neudělujeme varování ani dočasné tresty, pokud nám způsobíte problémy (jakýmkoli způsobem), budete ze serveru trvale vykázáni!",
I haven't looked into it yet, and I won't be able to for a few more days. Without looking at your full config, I'm guessing you have the give command in the actions for the first_join and join events, which IIRC are fired at the same time when joining for the first time. This is obviously not ideal, so I'd still have to change that
Describe the bug
I'm using the Give command to give some items during first join. Using this command:
"/give ${player} minecraft:golden_hoe 1"
Expected result would be that the player receives 1 Golden hoe. Actual result is that the player receives 2 Golden hoes.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
First time the player joins, exactly one Golden hoe should be given tot the player.
Versions:
Player Events 2.2.2
Minecraft 1.18.1
The text was updated successfully, but these errors were encountered: