Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Skript made by Fleft. Edit to your liking
- # Please note: change "*****NAME OF SPAWN WORLD*****" to the name of your spawn world!
- # I am not responsible for games going wrong because you do not know how to use it. You must disable it during games by using /arena off.
- # Set 10 warps in the PVP Arena named pvp(#1-10)
- #
- #
- # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
- # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
- # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
- # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
- # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
- # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
- # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
- #####command /pvparena:
- trigger:
- {PVPArena} is true:
- player is in world "*****NAME OF SPAWN WORLD*******":
- execute console command "/ci %player%"
- execute console command "/gms %player%"
- equip player with iron helmet of unbreaking x
- equip player with iron chestplate of unbreaking x
- equip player with iron leggings of unbreaking x
- equip player with iron boots of unbreaking x
- give player iron sword of unbreaking x
- give player bow of infinity 1 and unbreaking x
- give player 1 322
- give player 1 arrow
- set {PvPwarp.%player%} to a random integer between 1 and 10
- execute console command "/warp %player% pvp%{PvPwarp.%player%}
- #####command /autopvp:
- trigger:
- set {autoPVP.%player%} to true
- message "&a&lAutoPVP enabled" to the command sender
- #####on respawn:
- {PVPArena} is true:
- {autoPVP.%player%} is true:
- make player execute command "/pvparena"
- #####command /arena <text>:
- permission: skript.pvparena
- trigger:
- if arg is "on" or "true" or "enable":
- set {PVPArena} to true
- broadcast "&a&lPVP Arena enabled by &b&l%player%!"
- if arg is "off" or "false" or "disable":
- set {PVPArena} to false
- broadcast "&c&lPVP Arena disabled by&e&l%player%!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement