Advertisement
Guest User

Report skript! Dansk!

a guest
May 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. command /ereport [<player>]:
  2. trigger:
  3. If arg-1 is not set:
  4. message "&8[&c&lREPORT&8] &c&oHusk en spiller!"
  5.  
  6. If arg-1 is set:
  7. open chest with 1 rows named "&4&LREPORT &8&l: &c&l%arg-1%" to player
  8. format slot 0 of player with red stained glass named "&r" with lore "&r" to close
  9. format slot 1 of player with book named "&4&lHACK" with lore "&c&oTryk her for at reporte %arg-1%!" to close then run [execute console command "reportbc1 &c&o%player% har reportet %arg-1% for &4&LHACK!"]
  10. format slot 2 of player with light gray stained glass named "&r" with lore "&r" to close
  11. format slot 3 of player with paper named "&4&lSPROG" with lore "&c&oKlik her for at reporte %arg-1% for &4&lSprog!" to close then run [execute console command "reportbc1 &c&o%player% har reportet %arg-1% for &4&lSprog!"]
  12. format slot 4 of player with red stained glass named "&r" with lore "&r" to close
  13. format slot 5 of player with crafting table named "&4&LPROVOKERENDE ADFÆRD!" with lore "&c&OKlik her for at reporte %arg-1% for &4&LPROVOKERENDE ADFÆRD!" to close then run [execute console command "reportbc1 &c&o%player% har reportet %arg-1% for &4&LPROVOKERENDE ADFÆRD!"]
  14. format slot 6 of player with light gray stained glass named "&r" with lore "&r" to close
  15. format slot 7 of player with tripwire hook named "&4&LANDET!" with lore "&c&OKlik her for at reporte %arg-1% for &4&lANDET!" to close then run [execute console command "reportbc1 &c&o%player% har reportet %arg-1% for &4&lANDET!"]
  16. format slot 8 of player with red stained glass named "&r" with lore "&r" to close
  17.  
  18.  
  19.  
  20. command /reportbc1 [<text>]:
  21. trigger:
  22. Broadcast "&8[&c&lREPORT&8] &c%arg-1%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement