Fawesk

Addon Fawesk 1.0.1

  • 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 comminuty!

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

LimeGlass

VIP
Supporter ++
Regular Diner
Addon Developer
Jan 24, 2017
633
442
73
25
location of "LimeGlass" parsed as player
Hey Lime.... I feel like this has probably been said 1,000,000 times, but incase it hasn't, could you possibly add support for schematics? (Copying/Pasting/etc) I have people often ask me about this, and it seems like theres no proper support in any addon for it.

Thanks for reading!
 
How do you change chunk biome instead of using cuboid region selections to change biome.
 
Does not work on 1.13.2?
At least it does nothing (no console errors, but also no changes) when I set blocks like this:

Code:
command /fips [<text>]:
    trigger:
        if arg-1 is "set1":
            set {testloc1} to player's location
            message "set1"
        if arg-1 is "set2":
            set {testloc2} to player's location
            message "set2"
        if arg-1 is "go":
            #set all the blocks from {testloc1} to {testloc2} to stone
            set all of the fawesk blocks within {testloc1} and {testloc2} to OBSIDIAN