Recent content by mrclipse

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

  1. mrclipse

    I'm looking for some Skript ideas

    I see the bumping old posts warning but this is currently only 3rd from the top post so... I was wondering if you could create a piano skript where you either look at and rightclick / leftclick or step on notes (clicking is preferred but beggars cant be choosers) I would love it and it only has...
  2. mrclipse

    Requesting Skript Ideas! | You send them. I'll make them

    I would love it if you could help me with my faction skript im making im stuck on lines 13-14 do I do like send "text" to {%arg-1%} command /fcreate <string>: description: Creates a faction executable by: players trigger: if {factions::%uuid of player%::hasfaction} is not...
  3. mrclipse

    how to run an argument

    Im making a command callled /run [<text>], and I want it to run the skript the player inputs for example the player inputs: /run message "test" I want it to return test in the chat I tried something but it doesn't work command /run [<text>]: trigger: run arg-1
  4. mrclipse

    coding or sleeping either one

    coding or sleeping either one
  5. mrclipse

    list variables

    Tysm! Is this better? command /fcreate [<text>]: description: Creates a faction executable by: players trigger: if {factions::factionlist::*} does not contain arg-1: add arg-1 to {factions::factionlist::*} if {factions::%uuid of player%::hasfaction}...
  6. mrclipse

    list variables

    I'm making a faction plugin for my anarchy server that doesn't have land claims, you can do /fcreate [<text>] to make a faction, but I want to check if that faction name has been taken already so there aren't 2 identical factions. I tried using a list variable to store all of the faction names...
  7. mrclipse

    Solved Im so confused, It was working

    I had a simple factions plugin working but I wanted to add the ability to /fconfirm delete and /fdelete but it just stopped is there anyone who can help me? Also I have no idea what "lists" are I just thought that something like {factions::%uuid of player%::factionname} would be one single...
  8. mrclipse

    No land claim faction plugin

    I'm new to Skript and thinks its cool, but I'm not good at it. I also have an anarchy server with me and my friends, but I really want a faction plugin that still allows for vanilla gameplay. So you could have someone's faction they're in (maybe rank, idk), before they're name: [TEST] mrclipse...
  9. mrclipse

    Solved greater then error

    = are spaces command /blockshop: ==trigger: ====wait 3 ticks ====open chest with 3 rows named "&a&lBlocks" to player ====format slot 0 of player with grass block named "&a&lGrass Block" with lore "&7Price: &a&l$200" to close then run [execute player command "/buy grass_block"] command /buy...
  10. mrclipse

    Solved greater then error

    it should look something like this: sorry im not that good at skript I tried to help ):
  11. mrclipse

    Solved greater then error

    I think its saying you need to indent your code command /blockshop: trigger: wait 3 ticks open chest with 3 rows named "&a&lBlocks" to player format slot 0 of player with grass block named "&a&lGrass Block" with lore "&7Price: &a&l$200" to close then run [execute player command...
  12. mrclipse

    How do I delete a thread

    I posted a request in the skript help and I would like to delete it, but all I can do is edit. Please help.