Recent content by Cerquaas

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

    Can't enchant item being crafted

    Script Version: 2.6.1 Script Author: Me Minecraft Version: 1.18.1 Full Code: on craft: if item is a sword: enchant item with unbreaking 3 Errors on Reload: event-item stack cannot be changed, thus it cannot be (dis)enchanted Line: enchant item with unbreaking 3 Addons using...
  2. C

    Simple Admin Toggle

    Easily toggle actions players can preform on your server. Main Command - /admin Usage: /admin <action> <allow/deny> Permission: admin.admin Bypass Permission: admin.bypass Actions: Chat PvP Build Movement
  3. C

    Script Simple Admin Toggle 1.1

    Easily toggle actions players can preform on your server. Main Command - /admin Usage: /admin <action> <allow/deny> Permission: admin.admin Bypass Permission: admin.bypass Actions: Chat PvP Build Movement
  4. C

    Skript that changes outcome of a command everyday

    Try this. I have not had time to verify. The "wait 15 seconds" is useless. You also can't register a command twice. command /shoptest: trigger: {shoptest::%player%} is true: make player execute command "testshop2" else: set {shoptest::%player%} to...
  5. C

    Solved I need a /warn skript

    When you get to 5 warns, would it clear or would it be continuous like 5, 10, 15, 20, 25, 30, etc