[Bug|Crash]: server crash when adding skill to player via command block & datapack
Lexagonn opened this issue ยท 3 comments
Please check if a similar issue has already been reported.
- I checked this type of issue has never been reported.
Please check you're using proper versions.
- I checked all of them in the right version.
Please check if this issue's from out of our area
- I understood the problem.
The name of the mod
No response
After all of these, please check if you're just pressing the ok buttons to skip this process.
- I read the checklist and I promise I'll provide all the information that is needed to fix the issue
Minecraft Version
1.20.1
The Issue
Server crash when adding skills to player via command block & Datapack
[Works when doing it manually with a command, but not with commands!]
Client Forge version: 1.20.1-forge-47.3.0
Server Forge version: 1.20.1-forge-47.3.0
Crash logs:
When adding skill with Datapack function:
crash-2024-10-08_00.22.25-server.txt
When adding skill with com
crash-2024-10-08_00.20.11-server.txt
mand block:
Tested with only Epic Fight installed, no other mods:
crash-2024-10-08_00.25.59-server.txt
Steps to Reproduce
The simplest way to reproduce this error would be to try giving yourself a skill with a command block, example: /epicfight skill add @p passive1 epicfight:berserker
And the other way would be to make a datapack with a function which gives the player a skill when executed.
Same type of crash to #1815