How to replicate the effect of Curse Of Binding

Started by _Ness on

Topic category: Advanced modding

Active 2 years ago
Joined Oct 2018
Points:
769

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
How to replicate the effect of Curse Of Binding

Hi, I'm trying to make it so that my armor cannot be taken off when equipped, and I'd like not to use Curse of Binding, can somebody help, please ?

Active 3 years ago
Joined Mar 2020
Points:
1262

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
Maybe run a procedure for …
Mon, 05/18/2020 - 15:32

Maybe run a procedure for "On armor tick" that is a repeating loop with a really high number and have it constantly place the armor in the player's armor slot and remove it from the inventory at the same time so that player cant dupe the armor.

And when the player dies break out of the loop but I don't remember how to do that right now..