Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # - Made By RemixNsG -#
- options:
- Pre: &l[GoneFishin']
- CC: &b
- Permission: skript.op
- CU: &b/gonefishin [start/stop/help]
- PlaySound: random.break
- #Pitch
- P: 2
- command /gonefishin <text>:
- permission: {@Permission}
- trigger:
- if arg-1 is "start":
- set {gf.enabled} to true
- give 1 fishing rod of unbreaking 1000 and Luck Of The Sea 200 to all players
- give 64 anvil to all players
- set level of all players to 23000
- broadcast "{@Pre} {@CC}Gone Fishin' Enabled!"
- if arg-1 is "stop":
- {gf.enabled} is true:
- broadcast "{@Pre} {@CC}Gone Fishin' Stopped!"
- set level of all players to 0
- delete {gf.enabled}
- loop all players:
- remove all fishing rod of unbreaking 1000 and Luck of the sea 200 from loop-player
- remove all anvil from loop-player
- else:
- message "{@Pre} {@CC} Gone Fishin' Is already stopped"
- if arg-1 is "help":
- message "{@CU}" to the command sender
Advertisement
Add Comment
Please, Sign In to add comment