1

Attribute Modifiers Bug!

ZachDevv 6/27/15 11:28 pm
395
7/6/2015 4:19 pm
So we have a plugin that creates a virtual storage for my server; and I made a "Frozen Bow" that gave the holder speed. Without logging out of the virtual storage system it kept the frozen bow in hand (which then got deleted) but kept the attribute modifier on the player. Any idea on how to fix? (Spigot 1.8.3)
Code:
/give {player} minecraft:bow 1 0 {AttributeModifiers:[{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:1,Operation:0,UUIDMost:86027,UUIDLeast:173195}],display:{Name:"Frozen Bow"},ench:[{id:48,lvl:4},{id:49,lvl:4}]}
Posted by
ZachDevv
Level 19 : Journeyman Mage
83

  Have something to say?

JoinSign in

1

Argagaes
07/06/2015 4:19 pm
Level 17 : Journeyman System
get nbt editor program and fix the player data manually from the world save. OR you could possibly make a new item thats speed bonus is 0? idk.
1

Welcome