Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Skript made by Maximus
- # Idea by MeowNawn
- options:
- P: &7[&aCluttered Inventory&7]
- command /clutteredinv <text>:
- permission: skript.op
- trigger:
- if arg-1 is "enable" or "on":
- set {clutteredinv} to true
- broadcast "{@P} &2has been enabled!"
- if arg-1 is "disable" or "off":
- set {clutteredinv} to false
- broadcast "{@P} &4has been disabled!"
- on drop:
- if {clutteredinv} is true:
- cancel the event
- on craft of a chest:
- if {clutteredinv} is true:
- cancel the event
- on craft of a dropper:
- if {clutteredinv} is true:
- cancel the event
- on craft of a dispenser:
- if {clutteredinv} is true:
- cancel the event
- on craft of a hopper:
- if {clutteredinv} is true:
- cancel the event
- on craft of 342:
- if {clutteredinv} is true:
- cancel the event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement