log break

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

loadka95

Active Member
Feb 24, 2017
78
6
8
its only works with acacia wood and dark oak wood, but idk why, no error message!


code_language.skript:
on break of any log:
    add 2 to the player's balance

Skript version: newest (dev25 by Bensku)
 
its only works with acacia wood and dark oak wood, but idk why, no error message!


code_language.skript:
on break of any log:
    add 2 to the player's balance

Skript version: newest (dev25 by Bensku)

I just tested this and it works with only Oak, Spruce and Jungle, for the Dark Oak and Acacia you will need to add them id's in separate.

This code should work:

code_language.skript:
on break of any log, acacia log or dark oak log:
    send "Hey"
 
I dont think the dark oak and acacia are recognized as "log" as there different base id's.
You can put multiple ids and have only one alias for it, such as:
code_language.skript:
gold(_| )armo[U]r¦s= 314, 315, 316, 317
 
Status
Not open for further replies.