pvp

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

The_watcher1

Member
Jun 26, 2021
1
0
1
i want a skript to disable pvp in one world but not other because i have a hub and it would do me so much good to get rid of world edit and gaurd so i have more plugin spots thx!
 
1. There are many many scripts like these, 2. Wrong topic -> Skript Help is for people who need help with existing code
3. your code:
Code:
on damage of player:
    if victim is in world "lobby":
        if attacker is a player:
            cancel event
 
Status
Not open for further replies.