Duplicate Fishing Loot

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

Sorry for posting so soon after previous, my server is soon to release and I need to do some finishing touches.

I was wondering how I could duplicate the item caught fishing.

Here's what I have so far:

Code:
on fishing:
    if "%fishing state%" is "CAUGHT_FISH":
        chance of 25%:
            give player 1 %items within caught entity%

Thanks,

- TheCringleYT
 
Code:
fishing:
  if "%fishing state%" is "CAUGHT_FISH":
    chance of 25%:
      set {_drops::*} to drops
      give {_drops::*} to player
[doublepost=1601931981,1601931864][/doublepost]also what is the server ip? i might play in it
 
Status
Not open for further replies.