Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to forbid players from possessing each others soulless bodies #642

Open
Halloerik opened this issue Oct 21, 2023 · 4 comments
Open
Assignees
Labels
question Question about the mod

Comments

@Halloerik
Copy link

Hello, I am running a 1.19.2 Server and a small group of Players on the server is possessing each others bodies and runnning around as the same person. This is very annoying and I don't want any of them to possess my spare bodies.

Is there a possibility to turn this option off? If not can it be implemented in a future version, or with a data pack?

@Redfan2 Redfan2 added the question Question about the mod label Oct 21, 2023
@Redfan2
Copy link
Member

Redfan2 commented Oct 21, 2023

Thanks for the suggestion, however why are they even able to dissociate? Did they build a emancipation obelisk?

@Halloerik
Copy link
Author

They are using the emancipation soul vessels and all have like 3-5 spare bodies in their bases.

@Redfan2
Copy link
Member

Redfan2 commented Oct 22, 2023

As a hotfix I would suggest using a command block to remove every emancipation Ichor vessel from their inventory.

  1. Go to your spawn chunk and place (preferably underground or on height -64) a "Repeating" and "Always Active" command block
  2. Place the following command in the command block:
    execute as @e[nbt={SelectedItem:{id:"requiem:ichor_vessel_emancipation"}}] run item replace entity @s weapon.mainhand with air{} 1
  3. Do /gamerule commandBlockOutput false. This disables the log output for the command block above

@Pyrofab, what do you think?

@Halloerik
Copy link
Author

Sorry that is not an option as I do not want to limit my players freedoms in regards to their own stuff. I only want to forbid them from using other player's bodies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about the mod
Projects
None yet
Development

No branches or pull requests

3 participants