Aller au contenu
FriendZone

[Recherche] Supprimer un enchantement

Messages recommandés

Bonjour !

 

J'ai un serveur minecraft PvP/Faction et je souhaite supprimer l'enchantement protection 4 & 3. Mais malheureusement je ne trouve aucun plugin / Skript !

 

Esce qu'il en existe un ? Si oui le quelle ?

 

Merci d'avance !

 

Cordialement

 

zeflo99 - @FactionRun

Partager ce message


Lien à poster
Partager sur d’autres sites

[spoiler=Le skript]

on click:

if tool of the player is enchanted with protection 4:

disenchant the player's tool

enchant the player's tool with protection 2

 

 

 

on enchant:

set {_item} to event-item

wait 1 ticks

if event-item is enchanted with protection 4:

enchant {_item} with protection 2

 

on enchant:

set {_item} to event-item

wait 1 ticks

if event-item is enchanted with protection 3:

enchant {_item} with protection 2

 

 

Partager ce message


Lien à poster
Partager sur d’autres sites
Invité

on click:
if tool of the player is enchanted with protection 4:
disenchant the player's tool
enchant the player's tool with protection 2



on enchant:
set {_item} to event-item
wait 1 ticks
if event-item is enchanted with protection 4:
enchant {_item} with protection 2

on enchant:
set {_item} to event-item
wait 1 ticks
if event-item is enchanted with protection 3:
enchant {_item} with protection 2

 

 

C'est mieux en code :)

Partager ce message


Lien à poster
Partager sur d’autres sites

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.