Search results

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

  1. Mattllama987

    Solved Vixio total members channel

    Ok, im starting to get somewhere now. But when i reload my skript, it gives the "There is no player in a periodic event" Im not sure how to fix that with vixio? every 1 seconds: Set the discord name of voice Channel with id "685162861525364547" in guild with id "6729213975647557" to "%size...
  2. Mattllama987

    Solved Vixio total members channel

    Ok, that seems to work. But I’m not sure how I can get all the members in the discord? I tried like “%all members in guild%” and many other things. I was able to do something that shows the names of all the members, but I want to see the number of members and not the names
  3. Mattllama987

    Solved Vixio total members channel

    Not the names. Just the amount of all members in the discord.
  4. Mattllama987

    Solved Vixio total members channel

    Hello, im in a few discord that show the amount of members, and bots in their server. Does anyone know how to show all members in the name of a voice channel? Ill post a example on what i mean: https://gyazo.com/e27a317d9d90fc14192b9edc066fa74f Thanks! ~Matt
  5. Mattllama987

    Wont read name

    I think it will have to have the lore set to work? But if i have the lore, or not have the lore, its not going to work. xD bump Ok, i made tons of new changes and im finally getting somewhere now. The only problem im having is, when i place a named fish with a lore, it works and sells the fish...
  6. Mattllama987

    Wont read name

    Ok, i did what you said, and its still not working. Ill post a pic of what the name and lore look like on the fish, and ill post the new code i have. Fish name: https://gyazo.com/0ea23ff642141bb3bebc8d3f7a1eea16 Code: function fisherman(P: player): open chest with 4 rows named "&bMr...
  7. Mattllama987

    Wont read name

    Hi, thank you for responding to me! But I’m currently at my great grandmas house to help watch her. I can test it out later today, and see if it works. But I’ve tried named colored “&7Common Herring” before, and the same thing has happened. But I dug a little deeper into this last night, and I...
  8. Mattllama987

    Wont read name

    Hello, im working on a fishing skript, and seem to be running into a very small issue. Im making a gui i place the fish in, and it will detect the fish that i added in and will add the correct amount of money. But i want the gui to pickup on the custom fish and not a normal fish you get by...
  9. Mattllama987

    vixio help

    I know nothing about their documentary. But what exactly is discordjs?
  10. Mattllama987

    vixio help

    Exactly. It’s working fine, but the photos are the only thing that won’t send into the separate channel
  11. Mattllama987

    vixio help

    Thank you for responding to me! But I don’t want to send messages in minecraft at all. I’m making my discord Bot copy the message a member sends in discord, and copies it into another channel in discord. It send all the links, messages and other stuff. It’s just not sending photos into the...
  12. Mattllama987

    vixio help

    Hello, im making a discord bot that moderates all channels. Im making my bot duplicate a message a members sends into a staff member channel. The bot will send link, messages and other stuff. The only thing it wont send, are photos. When a player send a photo, it send a blank message that shows...
  13. Mattllama987

    Update GUI slot

    That sure did it! Thank you, and have a fantastic day! :emoji_slight_smile: Okay, but now it shows the slot in every GUI i open. Ive tried a few ways to not let that happen. But every menu i open, slot 13 will be the players head. Here is what i have now: command /menu: trigger: if...
  14. Mattllama987

    Update GUI slot

    Ill post the full thing. But the part at the bottom is what im stuck on. The While part. command /menu: trigger: if player has permission "admin.menu": open chest with 6 rows named "&c&lAdmin Menu" to player format gui slot 17, 18, 26, 27, 35, 36, 44, 45...
  15. Mattllama987

    Update GUI slot

    Hello, i need help with a little something. Ive never really understood how to make a GUI auto update a slot. Im working on a Admin Menu, and want to check a few things that would need to be updated in a slot in the gui. What i have now gives no errors, but wont format the slot. It just stays...
  16. Mattllama987

    mining 3x3, 3x4 and 3x5

    Sorry i haven't replied sooner. But ive tried a few different things, and its just not working how it should. Could you show me a example on how you would do it so i can get it to work? :) Bump Bump
  17. Mattllama987

    mining 3x3, 3x4 and 3x5

    I will fix the loop in line 3 that you said. But i messed around with a few numbers to get it right yeah. But i cant seem to get it just right lol.
  18. Mattllama987

    mining 3x3, 3x4 and 3x5

    Hello, im making a custom enchantment that will mine a 3x3, 3x4 and 3x5 area. The 3x3 works fine, but the 3x4 is acting a little goofy. When i mine, it will break the block below the event-block, but it wont mine the top blocks next to the event block. Ill post a gif on what it does. GIF...
  19. Mattllama987

    Solved Lore of player's held item

    Nope, that didnt work. Im not sure if its because of the other lores i have? Those are the enchants on the tool i have now I have solved this issue. FIX: on mine: set {_lore::*} to lore of player's tool loop {_lore::*}: if "%loop-value%" contains "&cExplosive":
  20. Mattllama987

    Solved Lore of player's held item

    Nope, still does nothing at all...