Advertisement
Guest User

Untitled

a guest
Sep 15th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | Source Code | 0 0
  1. options:
  2. worlds: world, world_nether, world_end # Specifica i nomi dei mondi in cui sarĂ  applicato
  3. safe-permission: skript.block.safe # Permesso che impedisce la rottura del blocco al momento del posizionamento
  4.  
  5. on place:
  6. if world of event-block is in {options.worlds::*}:
  7. if player doesn't have permission "{options.safe-permission}":
  8. wait 1 minute
  9. break event-block
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement