Stránka 1 z 1

Enchant effect ?!?!

Napsal: 04 úno 2016, 17:37
od Tomas123456
82.208.17.10:27185

Dobrý den , potrebujem poradit ohladom pluginu essentials teda aspon myslím že sa jedna o plugin essentials.. potreboval by som enchantovať glowstone dust ... vlastne stačí ked na nom bude len ten efekt enchantovania .. viete ako nato?

Re: Enchant effect ?!?!

Napsal: 04 úno 2016, 17:52
od Smexhy
Drž ho v ruke a napíš /enchant sharpness napríklad

Re: Enchant effect ?!?!

Napsal: 04 úno 2016, 20:16
od Tomas123456
/enchant nefunguje na itemy ktore sa daju stackovať ako napr glowstone_dust alebo dirt

Re: Enchant effect ?!?!

Napsal: 04 úno 2016, 20:35
od Smexhy
Obrázek
Mne to cez ten essentials command funguje perfektne :)

Obrázek

Re: Enchant effect ?!?!

Napsal: 04 úno 2016, 20:38
od Tomas123456
čo všetko máš z essentials? ja mam na serveri len essentials a essentialsspawn

Re: Enchant effect ?!?!

Napsal: 04 úno 2016, 20:39
od Smexhy
Taktiež, ale myslím že musíš povoliť v ess configu niečo ako: unsafe-enchants

Re: Enchant effect ?!?!

Napsal: 04 úno 2016, 21:00
od Hanakocz
Nepotřebuješ žádný plugin a rozhodně ne Essentials. Essentials jsou zlo a pokud se na nich staneš závislý (bez nich ani ránu), tka se nikdy nebudeš schopen přiblížit stavu, kdy umíš v MC cokoliv. Jsou absolutně omezené. Stejně, jako většina jejich userů a propagátorů (sorry)

Enchant můžeš dát na jakoukoliv věc úpravou NBT tagů , nebo vytvořením takové věci s takovými tagy.
Takže ti stačí jednoduchý command, stačí ho dát do commandblocku:

Kód: Vybrat vše

/give @p minecraft:glowstone_dust 1 0 {display:{Name:"Kouzelny Prasek",Lore:["Just....magic"]},ench:[{id:17,lvl:2}]}

Případně bez Lore a názvu, ten je krátký a dá se užít rovnou v chatu:

Kód: Vybrat vše

/give @p minecraft:glowstone_dust 1 0 {ench:[{id:17,lvl:2}]}


Pro změnu enchantu:

Kód: Vybrat vše

ench:[{id:17,lvl:2}]

ID odpovídá idčku enchantu, viz MC wiki, lvl je úroveň enchantu. A ANO, lze tam dát i vyšší levely, než 5. Ale nad 10 to nezobrazuje římský hezký číslice.

Testováno: čistá vanilla na singlu.
Pokud jsi s commandy neznalý, nauč se je! Nebo použij generator: https://ezekielelin.com/give/


PS: Pokud ti na serveru nefunguje správně command /give, tak buď odinstaluj pluginy, které jej zcela od věci přepisují (tedy Essentials!) nebo tu je řešení, jak v commandbloku bude mít vždy přednost mnohem dokonalejší vanilla MC příkaz:
If anyone else needs help with this, the solution was to go into my servers' "commands.yml" file and under "command block overrides" type - "*" . that makes the internal engine of the game look no further than vanilla hardcoded commands when running script from command blocks. This overrode the /clear command and theoretically any other command that has a plugin conflict or dependancy.

http://gaming.stackexchange.com/questio ... h-nbt-tags

Re: Enchant effect ?!?!

Napsal: 04 úno 2016, 21:35
od Smexhy
Hanako to síce áno, ale on napísal ohľadom essentials, tak som sa vyjadril k tomu :)
..ale inak máš pravdu no