#Hiding item data

1 messages · Page 1 of 1 (latest)

old eagle
#

Nah

#

Plugins make my server lag

#

or idk

#

just saying stuff

floral hearth
#

with nbt from "{HideFlags:127}"
should do it, requires skbee though

#

its not really useful to just suggest to use plugins in a skript support channel to things that can easily be done with skript.

old eagle
floral hearth
#

give player 1 of stone with nbt from "{HideFlags:127}"

old eagle
devout rivet
#

check the docs for hide flags...

floral hearth
devout rivet
old eagle
#

Error: {HideFlags:127} is not a nbt compound

floral hearth
#

that would be because you didin't write what I sent

old eagle
#

O lol

old eagle
floral hearth
#

just make the attribute include the offhand

old eagle
#

idk how 😅 kinda new to skript

floral hearth
#
command /test:
  trigger:
    give player stick with nbt from "{Attributes:[{Name:""generic.follow_range"", Base:100.0}]}"```
#

change the attribute to what you want

old eagle
#

how do I increase attack damage when in offhand, what I have now is add nbt from "{Attributes:[{Name:""generic.Attack_damage"", Base:100.0}]}" to {talisman::1} but ofcourse doesnt work

devout rivet
#

"doesnt work"

#

as in?

#

do you have errors? what happes that shouldnt? what doesnt happen that should?

old eagle
devout rivet
#

and are you sure that's the correct name?

old eagle
#

I actually dont know lol

floral hearth
#

it changed since I made that example

#
give player iron chestplate with nbt from "{AttributeModifiers:[{AttributeName:""generic.max_health"",Amount:10,Name:""generic.max_health"",UUID:[I;-124412,17743,13539,-35486]}]}"```
old eagle
#

can you maybe make something with damage?

floral hearth
#

use generic.attack_damage

old eagle
#

and do I have to change anything aboutthe uuid?

floral hearth
#

it should be random but probably not

#

if you have multiple items with same UUID it may break

old eagle
#

add nbt from "{AttributeModifiers:[{AttributeName:""generic.attack_damage"",Amount:100,Name:""generic.attack_damage"",UUID:[I;-124412,17743,13539,-35488]}]}" to {talisman::1}

floral hearth
#
!give player iron chestplate with nbt from "{AttributeModifiers:[{AttributeName:""generic.attack_damage"",Amount:10,Name:""generic.attack_damage"",UUID:[I;-124412,17743,13539,-35486]}]}"```
#

works for me

old eagle
floral hearth
#

try giving it different UUIDs maybe

old eagle
#

I did

analog reef
#

(you can)

#

everything itemedit does is doable in vanilla