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

ImMohamed_

New Member
Mar 8, 2019
5
0
0
20
I want Skript When I stand above a Block is mean Pvp Kits
When I stand up the specific Blocks gives me Kits Like
Lapis : member Kit
Iron : YOutuber
Gold : Gold Kit
Diamond : Diamond Kit
Emerald : Emerald kit

But if it was better i want to Chose it i mean to Chose the block and type it will be better and sorry for bad english :emoji_slight_smile:

  • THX :emoji_slight_smile:
 
Skript:
Code:
On walk on lapis block:
    if player has permission "member.use":
        give 1 wooden_sword named "name" to player
On walk on iron block:
    if player has permission "iron.use":
        give 1 wooden_sword named "name" to player
On walk on diamond block:
    if player has permission "diamond.use":
        give 1 wooden_sword named "name" to player
On walk on emerald block:
    if player has permission "emerald.use":
        give 1 wooden_sword named "name" to player