Advertisement
Guest User

Eierkopf Code Fixxed

a guest
Jan 19th, 2024
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. # INGAMECHAT SKRIPT BY PUBLICCODE
  2. # FIXXED BY REYDEV
  3.  
  4. options:
  5. webhook: "https://discord.com/api/webhooks/1197645107554426891/ojlX-2O_cENNq27GUNpxRQ386_rjdaY8SvCg0X2ynH-wQq4bcotrUnGGTtio2tFkWQ7X"
  6. server: SidCraft
  7. discord: dsc.gg/reydev
  8. prefix: &7[&9Discord&7] &8ยป &7
  9.  
  10.  
  11. on load:
  12. create a new embed:
  13. webhook: {@webhook}
  14.  
  15. title: "PublicCode's - ingame ChatUtils! - Fixxed by ReyDev"
  16. titleUrl: "https://www.dsc.gg/ReyDev"
  17.  
  18. description: "Version: 1.0.3"
  19. color: "##3437eb" # Please use Hex Colors AND IMPORTANT: Write ## instead of #
  20. footer: "loaded PublicCode's CHATUTILS on {@server}"
  21. author: "PublicCode"
  22. authorUrl: "https://youtube.com/@reyistlost"
  23.  
  24. timestamp: true
  25.  
  26.  
  27. on chat:
  28. send "```%player% ยป %message%```" as webhook to {@webhook}
  29.  
  30.  
  31. on join:
  32. send "```[โœ…] %player%```" as webhook to {@webhook}
  33.  
  34.  
  35. on first join:
  36. send "```%player% hat den Server zum ersten mal betreten!```" as webhook to {@webhook}
  37.  
  38. on disconnect:
  39. send "```[โŒ} %player%```" as webhook to {@webhook}
  40.  
  41.  
  42. command /discordsrv:
  43. aliases: discordbridge, essentialsdiscord
  44. trigger:
  45. send "{@prefix}This Server using PublicCode's ChatUtils fixxed by ReyDev!"
  46.  
  47.  
  48. command /publicchatutils:
  49. aliases: pcu, publiccodechatutils, chatutils, reydev
  50. trigger:
  51. send "{@prefix}VERSION: 1.0.3 Fixxed by ReyDev" to player
  52. send "{@prefix}Download on YouTube: https://youtube.com/@reyistlost"
  53.  
  54.  
  55. command /discord:
  56. aliases: dc, discordserver
  57. trigger:
  58. send "{@prefix}{@discord}" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement