Recent content by Meggy_Mode

  • 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. M

    I need help with a progression prevention plugin

    I think this will work
  2. M

    I need help with a progression prevention plugin

    I’ll make a basic script that you can modify to work for your server
  3. M

    Script AI Chat

    no no no no no, chat gpt is already gone too far. we dont need it in minecraft
  4. M

    Solved Item attributes

    here are the attributes https://skripthub.net/docs/?id=4280
  5. M

    Solved Item attributes

    use this to apply the attribute to the item apply [transient] attribute modifier to %itemtypes/livingentities%: attribute: # Required value slot: # Optional value id: # Required value amount: # Required value operation: # Required value and use this one to remove the...
  6. M

    Anvils

    So i have this older skript and its not working anymore and i did read the docs but i cant get it to work, can some one help? command /stareforge: trigger: open virtual anvil inventory named "&6Star Forge" to player on anvil prepare: if name of event-inventory is "&6Star...
  7. M

    Solved Item attributes

    I usually use skbee's attribute methods, so you can save the players current held item to a variable and modify the variable in the method
  8. M

    Solved Furnace Recipe Stuff

    i figured it out, if the smelting item is loop-item: set {_item} to the block's ore slot clear the block's ore slot drop {_item} at event-block
  9. M

    Solved Furnace Recipe Stuff

    So i'm working on a multi block script and i cant seem to figure out how to make it so only the multi block will take the item and no other furnace, any tips?
  10. M

    Sorting in skript

    oh, its because you're not changing the value of the list variable, it's staying the same. maybe try: set {_list1::*} to {_list1::*} in descending order based on {_list2::%input%}
  11. M

    Sorting in skript

    try sorting in descending order
  12. M

    Need help with sidebar skript!

    chief your code would be helpfull, but what is happening is that you're making an array and adding a value to said array which is displaying as multiple values. or something along the lines of that
  13. M

    SkEditor

    I tried it out finally! It looks great, keep up the good work. also, I can't wait until auto fill is released ;)
  14. M

    parser stuff

    Nice, how far have you gotten Rita?