_Hippie Posté(e) le 22 juin 2015 Posté(e) le 22 juin 2015 Bonjour/Bonsoir, Je suis tout nouveau sur le forum :), et je le trouve bien sympa (découvert grâce à mineplugin). Donc je suis à la recherche d'une personne pouvant me créer un Skript permettant d'avoir : • Une pioche qui mine les spawners • Que la pioche ai une utilisation • Qu'elle soit renommé "pioche à spawner" • Qu'elle soit obtenable uniquement par la commande /kagepioche Merci d'avoir lu ma requête, cubiquement _Hippie
Taeron Posté(e) le 23 juin 2015 Posté(e) le 23 juin 2015 Bonjour, un skript de ce style a déjà été fait par GeekWithAChick: http://dev.bukkit.org/bukkit-plugins/skript/forum/scripts/60652-silk-touch-spawners-1-0-skript-2-0-2-mech/ Après pour la pioche je pense que tu peux te débrouiller =)
SkyZik Posté(e) le 23 juin 2015 Posté(e) le 23 juin 2015 Salut , J'ai crée ton skript , tu peux le récupérer ici : http://skript-mc.fr/forum/index.php?threads/silk-spawner.144/ Amicalement, Le SkyZik.
_Hippie Posté(e) le 24 juin 2015 Auteur Posté(e) le 24 juin 2015 Merci beaucoup , je vais le tester tout de suite !
iSushi Posté(e) le 4 juillet 2015 Posté(e) le 4 juillet 2015 command /board: trigger: if{board} is true: display board named "&6UHC" to player make score "&6Timer: &c%{time.m}%:%{time.s}%"in board of player to 1 move display of player to sidebar if{board} is false: display board named "&6UHC" to player make score "&6Timer: &c%{time.m}%/%{time.s}%"in board of player to 1 every 1 second: make all players execute command "/board" add 1 to {time.s} if{time.s} is 60: set{time.s} to 0 add 1 to {time.m} command /b <text>: trigger: if arg 1 is "on": set{board} to true if arg 1 is "off": set{board} to false
SkyZik Posté(e) le 4 juillet 2015 Posté(e) le 4 juillet 2015 command /board: trigger: if{board} is true: display board named "&6UHC" to player make score "&6Timer: &c%{time.m}%:%{time.s}%"in board of player to 1 move display of player to sidebar if{board} is false: display board named "&6UHC" to player make score "&6Timer: &c%{time.m}%/%{time.s}%"in board of player to 1 every 1 second: make all players execute command "/board" add 1 to {time.s} if{time.s} is 60: set{time.s} to 0 add 1 to {time.m} command /b <text>: trigger: if arg 1 is "on": set{board} to true if arg 1 is "off": set{board} to false Whut ????
Messages recommandés