Remove Item From Player does not work on certain servers.

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

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

Dannydino

Member
Mar 11, 2019
1
0
1
23
When using remove item from player it works on one server, but when the same code is brought to another it wont remove the items. Im on skript version 2.4.1
Code:
format gui slot 11 of player with diamond sword of sharpness 4 named "&3Zombie Boss Sword" with lore "&3100 &7Zombie Boss Shards" to run:
            if player has 100 rotten flesh:
                remove 100 rotten flesh from player
                give player diamond sword of sharpness 4 named "&3Zombie Boss Sword"
            else:
                send "&cYou dont have enough shards to craft"
 
Status
Not open for further replies.